diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-10 00:50:21 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-12-10 01:07:16 +0100 |
commit | 7fded4d14f999452165c0ea744b2acf0c04136d3 (patch) | |
tree | 698355cd64bbd0faf87e8cc14515b2f7320a61db /org.eclipse.jgit.packaging/pom.xml | |
parent | e11af568285525f4d16bbefef5faae5fea2ef008 (diff) | |
download | jgit-7fded4d14f999452165c0ea744b2acf0c04136d3.tar.gz jgit-7fded4d14f999452165c0ea744b2acf0c04136d3.zip |
Prepare 1.3.0 builds
Change-Id: I7a1ae73783c95041b59f047a7330e62e7f642149
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 742ef851fe..445ed5b81c 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>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>JGit Tycho Parent</name> @@ -83,7 +83,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <classifier>sources</classifier> </dependency> </dependencies> |