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/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/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index be0bf4a080..24e95acee5 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -53,7 +53,7 @@ <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>0.11.1</version> + <version>0.12.0-SNAPSHOT</version> <packaging>pom</packaging> <name>JGit Tycho Parent (Incubation)</name> @@ -83,7 +83,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>0.11.1</version> + <version>0.12.0-SNAPSHOT</version> <classifier>sources</classifier> </dependency> </dependencies> |