diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-29 10:36:51 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-05-29 10:37:17 +0200 |
commit | 0603519aad6e1ea9c70e81eac76113c1fc95a735 (patch) | |
tree | a33c778e7e5345e813e3c905f9685033938fac7e /org.eclipse.jgit.packaging/pom.xml | |
parent | 30fad6758fbf992fe0d5d4cd9840e3adf4d4581b (diff) | |
download | jgit-0603519aad6e1ea9c70e81eac76113c1fc95a735.tar.gz jgit-0603519aad6e1ea9c70e81eac76113c1fc95a735.zip |
Prepare post 3.0.0-rc2 builds
Change-Id: Ic46832bcde80d0bf74c16cb094abd76b00552d14
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 4d341115d9..81afb9f4d9 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>3.0.0.201305281830-rc2</version> + <version>3.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>JGit Tycho Parent</name> @@ -114,7 +114,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>${project.version}</version> + <version>3.0.0-SNAPSHOT</version> <classifier>sources</classifier> </dependency> <dependency> |