diff options
author | Matthias Sohn | 2011-09-07 23:51:38 +0000 |
---|---|---|
committer | Matthias Sohn | 2011-09-07 23:51:38 +0000 |
commit | ff311784c7437932383f8bca10246ad4bd0b9f21 (patch) | |
tree | 351e940feb273922a02958613cbfde0ce2a05bb0 /org.eclipse.egit.mylyn.ui.test | |
parent | 9929a92e185909f3e3fdb4fd6d0c938042d9dbd5 (diff) | |
download | egit-ff311784c7437932383f8bca10246ad4bd0b9f21.tar.gz egit-ff311784c7437932383f8bca10246ad4bd0b9f21.tar.xz egit-ff311784c7437932383f8bca10246ad4bd0b9f21.zip |
Prepare post v1.1.0.201109071825-rc3 builds
Change-Id: If2a7dc355c75f1717f5f86460c93a69f1f8037c3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui.test')
-rw-r--r-- | org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.egit.mylyn.ui.test/pom.xml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF index effc89dc6f..be8d0c9a8c 100644 --- a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF +++ b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Git Team Provider Mylyn UI Test Fragment Bundle-SymbolicName: org.eclipse.egit.mylyn.ui.test -Bundle-Version: 1.1.0.201109071825-rc3 +Bundle-Version: 1.1.0.qualifier Fragment-Host: org.eclipse.egit.mylyn.ui;bundle-version="1.1.0" Bundle-RequiredExecutionEnvironment: J2SE-1.5 Require-Bundle: org.apache.log4j;bundle-version="[1.0.0,2.0.0)", diff --git a/org.eclipse.egit.mylyn.ui.test/pom.xml b/org.eclipse.egit.mylyn.ui.test/pom.xml index 962fed1156..227d1d5ca7 100644 --- a/org.eclipse.egit.mylyn.ui.test/pom.xml +++ b/org.eclipse.egit.mylyn.ui.test/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.eclipse.egit</groupId> <artifactId>egit-parent</artifactId> - <version>1.1.0.201109071825-rc3</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.egit.mylyn.ui.test</artifactId> @@ -92,17 +92,17 @@ <dependency> <type>p2-installable-unit</type> <artifactId>org.eclipse.egit.feature.group</artifactId> - <version>1.1.0.201109071825-rc3</version> + <version>1.1.0</version> </dependency> <dependency> <type>p2-installable-unit</type> <artifactId>org.eclipse.egit.mylyn.feature.group</artifactId> - <version>1.1.0.201109071825-rc3</version> + <version>1.1.0</version> </dependency> <dependency> <type>p2-installable-unit</type> <artifactId>org.eclipse.jgit.feature.group</artifactId> - <version>1.1.0.201109071825-rc3</version> + <version>1.1.0</version> </dependency> <dependency> <type>p2-installable-unit</type> |