diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-02-11 23:25:34 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-02-11 23:25:34 +0100 |
commit | 857d1511987599c66b834eb43f25b45394244af3 (patch) | |
tree | 21d98915fca6f83d9f55d3bcdc4a940fbff59c27 /org.eclipse.jgit.packaging/pom.xml | |
parent | e2a35242b05676a9b0cbad9c7ade5e6d5c6e6420 (diff) | |
download | jgit-857d1511987599c66b834eb43f25b45394244af3.tar.gz jgit-857d1511987599c66b834eb43f25b45394244af3.zip |
JGit 0.11.1v0.11.1
Change-Id: I9ac2fdfb4326536502964ba614d37d0bd103f524
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 daab18c1f3..be0bf4a080 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>0.11.0-SNAPSHOT</version> + <version>0.11.1</version> <packaging>pom</packaging> <name>JGit Tycho Parent (Incubation)</name> @@ -83,7 +83,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>0.11.0-SNAPSHOT</version> + <version>0.11.1</version> <classifier>sources</classifier> </dependency> </dependencies> |