diff options
author | mhein | 2020-10-13 08:40:13 +0000 |
---|---|---|
committer | mhein | 2020-10-13 08:40:13 +0000 |
commit | 49a40ba1d2e2a30d545b4b0e88502e4ead357dea (patch) | |
tree | a4c3bf0936077c6d164db4a5316765165db56e18 /org.eclipse.jubula.rc.rcp.e3.site | |
parent | 82bdc8abfd6fe5cfc078a4e045f5ff2edc47810d (diff) | |
download | org.eclipse.jubula.core-49a40ba1d2e2a30d545b4b0e88502e4ead357dea.tar.gz org.eclipse.jubula.core-49a40ba1d2e2a30d545b4b0e88502e4ead357dea.tar.xz org.eclipse.jubula.core-49a40ba1d2e2a30d545b4b0e88502e4ead357dea.zip |
Raise version to 8.0.5
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 48beaf238..a97857e99 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_8.0.4.qualifier.jar" id="org.eclipse.jubula.rc.rcp.e3.feature" version="8.0.4.qualifier"> + <feature url="features/org.eclipse.jubula.rc.rcp.e3.feature_8.0.5.qualifier.jar" id="org.eclipse.jubula.rc.rcp.e3.feature" version="8.0.5.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 17c540350..3a3abb7ec 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>8.0.4-SNAPSHOT</version> + <version>8.0.5-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>8.0.4-SNAPSHOT</version> + <version>8.0.5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jubula</groupId> <artifactId>org.eclipse.jubula.rc.rcp.e3.specific</artifactId> - <version>8.0.4-SNAPSHOT</version> + <version>8.0.5-SNAPSHOT</version> </dependency> </dependencies> <!-- FIXME: Raimar: Filtering of e4 target should be added! @see http://wiki.eclipse.org/Tycho/Target_Platform#Filtering --> |