diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-15 21:51:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-15 21:51:23 +0200 |
commit | 57d6585522af279d311b11af64339c209c08f6be (patch) | |
tree | 22baf915d7cf7d53fc07933264b23540f2b9dbb6 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 1cb0510ceea63b2f501019943bc88f31cb57df0d (diff) | |
download | jgit-57d6585522af279d311b11af64339c209c08f6be.tar.gz jgit-57d6585522af279d311b11af64339c209c08f6be.zip |
Prepare post v1.1.0.201109151100-r buildstable-1.1
Change-Id: Ib099ec93d8243b238641d79328216874532ab5eb
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index cfac4b4883..31ea76f4f6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ <feature
id="org.eclipse.jgit.junit"
label="%featureName"
- version="1.1.0.201109151100-r"
+ version="1.1.0.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/jgit/">
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml index 8433e117f8..e89ff2e64d 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>1.1.0.201109151100-r</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.junit.feature</artifactId> @@ -62,17 +62,17 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.junit</artifactId> - <version>1.1.0.201109151100-r</version> + <version>1.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.junit.http</artifactId> - <version>1.1.0.201109151100-r</version> + <version>1.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.http.server</artifactId> - <version>1.1.0.201109151100-r</version> + <version>1.1.0-SNAPSHOT</version> </dependency> </dependencies> |