diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-23 00:12:32 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-23 00:19:02 +0100 |
commit | a069e90fa9ab0262df471797e9b77505a3396f23 (patch) | |
tree | 61a6507abad98f8a70e2508bb7ffcf7b81cfede4 /pom.xml | |
parent | 52507ee2e7a826adc7a3d37b3234f102754aa579 (diff) | |
download | jgit-stable-1.2.tar.gz jgit-stable-1.2.zip |
JGit v1.2.0.201112221803-rv1.2.0.201112221803-rstable-1.2
Change-Id: Icc0b09324f205d93929af8cf522a99ad00cf7591
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,7 +50,7 @@ <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> <packaging>pom</packaging> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.0.201112221803-r</version> <name>JGit - Parent</name> <url>${jgit-url}</url> @@ -130,7 +130,7 @@ <maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format> <bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest> - <jgit-last-release-version>1.1.0.201109151100-r</jgit-last-release-version> + <jgit-last-release-version>v1.2.0.201112221803-r</jgit-last-release-version> <jsch-version>0.1.44-1</jsch-version> <junit-version>4.5</junit-version> <args4j-version>2.0.12</args4j-version> |