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.e3.site | |
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.e3.site')
-rw-r--r-- | org.eclipse.jubula.rc.rcp.e3.site/category.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jubula.rc.rcp.e3.site/pom.xml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jubula.rc.rcp.e3.site/category.xml b/org.eclipse.jubula.rc.rcp.e3.site/category.xml index d121a0b91..06279acff 100644 --- a/org.eclipse.jubula.rc.rcp.e3.site/category.xml +++ b/org.eclipse.jubula.rc.rcp.e3.site/category.xml @@ -5,7 +5,7 @@ at http://www.eclipse.org/legal/epl-v10.html --> <site> - <feature url="features/org.eclipse.jubula.rc.rcp.e3.feature_4.0.0.qualifier.jar" id="org.eclipse.jubula.rc.rcp.e3.feature" version="4.0.0.qualifier"> + <feature url="features/org.eclipse.jubula.rc.rcp.e3.feature_5.0.0.qualifier.jar" id="org.eclipse.jubula.rc.rcp.e3.feature" version="5.0.0.qualifier"> <category name="org.eclipse.jubula.rc.rcp.e3"/> </feature> <category-def name="org.eclipse.jubula.rc.rcp.e3" label="Testing e3"/> diff --git a/org.eclipse.jubula.rc.rcp.e3.site/pom.xml b/org.eclipse.jubula.rc.rcp.e3.site/pom.xml index 21c672bd2..c498cbbb0 100644 --- a/org.eclipse.jubula.rc.rcp.e3.site/pom.xml +++ b/org.eclipse.jubula.rc.rcp.e3.site/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.e3.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.e3.releng</relativePath> </parent> <artifactId>org.eclipse.jubula.rc.rcp.e3.site</artifactId> @@ -19,12 +19,12 @@ <dependency> <groupId>org.eclipse.jubula</groupId> <artifactId>org.eclipse.jubula.rc.rcp.e3</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>5.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jubula</groupId> <artifactId>org.eclipse.jubula.rc.rcp.e3.specific</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>5.0.0-SNAPSHOT</version> </dependency> </dependencies> <!-- FIXME: Raimar: Filtering of e4 target should be added! @see http://wiki.eclipse.org/Tycho/Target_Platform#Filtering --> |