diff options
author | Daniel Tolgyesi | 2016-08-02 12:40:42 +0000 |
---|---|---|
committer | Daniel Tolgyesi | 2016-08-09 10:46:10 +0000 |
commit | 9426d4e47e2af4737b1a25c5cb9c5f98d99c9b17 (patch) | |
tree | 0ecec2f4ceee00e8779e9baf633ecb081cb46b52 /org.eclipse.jubula.rc.rcp.e4.feature/pom.xml | |
parent | 42552b1a01b17ef4c3a674dd1bb6c61b5da5e648 (diff) | |
download | org.eclipse.jubula.core-9426d4e47e2af4737b1a25c5cb9c5f98d99c9b17.tar.gz org.eclipse.jubula.core-9426d4e47e2af4737b1a25c5cb9c5f98d99c9b17.tar.xz org.eclipse.jubula.core-9426d4e47e2af4737b1a25c5cb9c5f98d99c9b17.zip |
JUB-1747 - Increase version number to 8.4.0 and the internal version number from 4.0 to 5.0 except api and tools
Change-Id: Iab1c16f64c5b910fb1c74bbfc7c5913dd6224926
Diffstat (limited to 'org.eclipse.jubula.rc.rcp.e4.feature/pom.xml')
-rw-r--r-- | org.eclipse.jubula.rc.rcp.e4.feature/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jubula.rc.rcp.e4.feature/pom.xml b/org.eclipse.jubula.rc.rcp.e4.feature/pom.xml index 9d84cc63f..ec8740b68 100644 --- a/org.eclipse.jubula.rc.rcp.e4.feature/pom.xml +++ b/org.eclipse.jubula.rc.rcp.e4.feature/pom.xml @@ -4,13 +4,13 @@ Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> <project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>org.eclipse.jubula.rc.rcp.e4.releng</artifactId> <groupId>org.eclipse.jubula</groupId> - <version>4.0.0-SNAPSHOT</version> + <version>5.0.0-SNAPSHOT</version> <relativePath>../org.eclipse.jubula.rc.rcp.e4.releng</relativePath> </parent> <artifactId>org.eclipse.jubula.rc.rcp.e4.feature</artifactId> |