diff options
author | Marvin Mueller | 2019-02-27 08:20:20 +0000 |
---|---|---|
committer | Marvin Mueller | 2019-02-27 08:20:20 +0000 |
commit | fce7639b20995ab94bee1cfcd67f57f3cd7b0c08 (patch) | |
tree | f47e8faef339fe68401c7c4e955e0f600be72fa5 /org.eclipse.jubula.rc.rcp.e3.site | |
parent | cdb004e5549b56aa44864a7df96f30995eda1178 (diff) | |
download | org.eclipse.jubula.core-fce7639b20995ab94bee1cfcd67f57f3cd7b0c08.tar.gz org.eclipse.jubula.core-fce7639b20995ab94bee1cfcd67f57f3cd7b0c08.tar.xz org.eclipse.jubula.core-fce7639b20995ab94bee1cfcd67f57f3cd7b0c08.zip |
raise version to 7.0.2v8.7.1.0462019-03
Change-Id: I09281127dbe11eca21d31e5d85c2d4c94a4e1a6e
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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jubula.rc.rcp.e3.site/category.xml b/org.eclipse.jubula.rc.rcp.e3.site/category.xml index b83a70e31..94d01ccc2 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_7.0.1.qualifier.jar" id="org.eclipse.jubula.rc.rcp.e3.feature" version="7.0.1.qualifier"> + <feature url="features/org.eclipse.jubula.rc.rcp.e3.feature_7.0.2.qualifier.jar" id="org.eclipse.jubula.rc.rcp.e3.feature" version="7.0.2.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 4d41ecbc5..cac3d5b9f 100644 --- a/org.eclipse.jubula.rc.rcp.e3.site/pom.xml +++ b/org.eclipse.jubula.rc.rcp.e3.site/pom.xml @@ -10,7 +10,7 @@ <parent> <artifactId>org.eclipse.jubula.rc.rcp.e3.releng</artifactId> <groupId>org.eclipse.jubula</groupId> - <version>7.0.1-SNAPSHOT</version> + <version>7.0.2-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>7.0.1-SNAPSHOT</version> + <version>7.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jubula</groupId> <artifactId>org.eclipse.jubula.rc.rcp.e3.specific</artifactId> - <version>7.0.1-SNAPSHOT</version> + <version>7.0.2-SNAPSHOT</version> </dependency> </dependencies> <!-- FIXME: Raimar: Filtering of e4 target should be added! @see http://wiki.eclipse.org/Tycho/Target_Platform#Filtering --> |