diff options
author | Marvin Mueller | 2019-05-28 06:26:45 +0000 |
---|---|---|
committer | Marvin Mueller | 2019-05-28 06:26:45 +0000 |
commit | 636a389e79ce13ce68bc32ee55458299d0b489d1 (patch) | |
tree | ef977607f81332d7a202fcf86d3dc2271b939713 /org.eclipse.jubula.rc.rcp.e3.site | |
parent | 24e8599294669c310a249f3e949c24d0c7525457 (diff) | |
download | org.eclipse.jubula.core-636a389e79ce13ce68bc32ee55458299d0b489d1.tar.gz org.eclipse.jubula.core-636a389e79ce13ce68bc32ee55458299d0b489d1.tar.xz org.eclipse.jubula.core-636a389e79ce13ce68bc32ee55458299d0b489d1.zip |
Update version to 7.0.3
Change-Id: Ie295803f51976f91c070cec9de259645182b21eb
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 94d01ccc2..8e05d8068 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.2.qualifier.jar" id="org.eclipse.jubula.rc.rcp.e3.feature" version="7.0.2.qualifier"> + <feature url="features/org.eclipse.jubula.rc.rcp.e3.feature_7.0.3.qualifier.jar" id="org.eclipse.jubula.rc.rcp.e3.feature" version="7.0.3.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 cac3d5b9f..2b80d28b0 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.2-SNAPSHOT</version> + <version>7.0.3-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.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jubula</groupId> <artifactId>org.eclipse.jubula.rc.rcp.e3.specific</artifactId> - <version>7.0.2-SNAPSHOT</version> + <version>7.0.3-SNAPSHOT</version> </dependency> </dependencies> <!-- FIXME: Raimar: Filtering of e4 target should be added! @see http://wiki.eclipse.org/Tycho/Target_Platform#Filtering --> |