diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-02-13 00:47:12 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-02-13 00:57:43 +0100 |
commit | 53917539f822afa12caaa55db8f57c29570532f3 (patch) | |
tree | d07e90b8a8657ee84dbde05068d771c980508999 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | |
parent | 2f79cf9900288991e51b8da408511ead05f4d085 (diff) | |
download | jgit-53917539f822afa12caaa55db8f57c29570532f3.tar.gz jgit-53917539f822afa12caaa55db8f57c29570532f3.zip |
JGit 1.3.0.201202121842-rc4v1.3.0.201202121842-rc4
Change-Id: I82c6c0c175ab6fb4e2113101f36c8d2ddf4a13c1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index e5918390c9..1553632421 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0.201202121842-rc4</version> </parent> <artifactId>org.eclipse.jgit.feature</artifactId> @@ -62,7 +62,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0.201202121842-rc4</version> </dependency> </dependencies> |