diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-13 15:54:22 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-13 16:13:32 +0200 |
commit | 6b9c0d1232a61b74445849b70a70f8da319b009e (patch) | |
tree | 55121ec289737ba664330f3566eb86e2eab17386 /pom.xml | |
parent | 2cd3a2df560cba9bc781395fdc3f8ab86a8d3167 (diff) | |
download | jgit-6b9c0d1232a61b74445849b70a70f8da319b009e.tar.gz jgit-6b9c0d1232a61b74445849b70a70f8da319b009e.zip |
Prepare 3.1.0-SNAPSHOT builds
Change-Id: I7490a7c9558423c03e3c167ad55b9a98be9d99d9
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
@@ -51,7 +51,7 @@ <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> <packaging>pom</packaging> - <version>3.0.0-SNAPSHOT</version> + <version>3.1.0-SNAPSHOT</version> <name>JGit - Parent</name> <url>${jgit-url}</url> @@ -175,7 +175,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>2.3.1.201302201838-r</jgit-last-release-version> + <jgit-last-release-version>3.0.0.201306101825-r</jgit-last-release-version> <jsch-version>0.1.46</jsch-version> <javaewah-version>0.5.6</javaewah-version> <junit-version>4.5</junit-version> |