diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-12-17 15:23:14 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-12-17 15:23:14 +0100 |
commit | 51d1af9489924ff03fa10ec963110c608c2882a3 (patch) | |
tree | 76e90d5f82f86e4449db4d528765d38599ff8717 /org.eclipse.jgit.packaging/pom.xml | |
parent | 1fdc17bfe4a1deb61756abeb8470bd813827d44a (diff) | |
download | jgit-51d1af9489924ff03fa10ec963110c608c2882a3.tar.gz jgit-51d1af9489924ff03fa10ec963110c608c2882a3.zip |
Qualify post 0.10.1 buildsstable-0.10
Change-Id: I320f1f739f3689daf11d532a55ae1133785aec8e
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 3c2ad0d109..9a447277ea 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.10.1</version> + <version>0.10.2-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.10.1</version> + <version>0.10.2-SNAPSHOT</version> <classifier>sources</classifier> </dependency> </dependencies> |