diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-01 16:38:13 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-01 16:38:13 +0200 |
commit | 384ffa7ee91b1c95a8d956f93fe053661a5f041c (patch) | |
tree | ab7a01de9f604ad868465bd9bdd79812c46ecf9e /org.eclipse.jgit.packaging/pom.xml | |
parent | dcd4c5a642cdc65c1ea9ae2e8f26fdbdf8ac64fa (diff) | |
download | jgit-384ffa7ee91b1c95a8d956f93fe053661a5f041c.tar.gz jgit-384ffa7ee91b1c95a8d956f93fe053661a5f041c.zip |
JGit v1.1.0.201109011030-rc2v1.1.0.201109011030-rc2
Change-Id: Ie6d65fe45ad92c813ce3a227729aa43681922249
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 21aa2ebbf0..ac8d95200c 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.1.0-SNAPSHOT</version> + <version>1.1.0.201109011030-rc2</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.1.0-SNAPSHOT</version> + <version>1.1.0.201109011030-rc2</version> <classifier>sources</classifier> </dependency> </dependencies> |