diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-02-12 03:30:05 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-02-12 03:30:05 +0100 |
commit | f2c8eec57b5e68f9104ea8d6f789e685f03a12f2 (patch) | |
tree | 66eacc2526955b4043bf29d1432e146466e31a31 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | |
parent | 857d1511987599c66b834eb43f25b45394244af3 (diff) | |
download | jgit-f2c8eec57b5e68f9104ea8d6f789e685f03a12f2.tar.gz jgit-f2c8eec57b5e68f9104ea8d6f789e685f03a12f2.zip |
Qualify post 0.11 builds
Change-Id: Ibcef4fc4c986c2cda01e943d16aa1c53eff99f25
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index 66d37f60cd..a837478207 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>0.11.1</version> + <version>0.12.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.feature</artifactId> @@ -62,7 +62,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>0.11.1</version> + <version>0.12.0-SNAPSHOT</version> </dependency> </dependencies> |