Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-09-03 22:54:34 +0000
committerMatthias Sohn2019-09-03 22:54:34 +0000
commit2a3c8a86aa7300045c33ac769e7e37577d78520c (patch)
tree92ba683c95aa18ea2048e6ebe5ce17ad5d161c7b /org.eclipse.jgit.packaging/org.eclipse.jgit.repository
parent4a3cd7f1b7533d9451cd63389c6546ef312292c3 (diff)
downloadjgit-5.3.5.201909031855-r.tar.gz
jgit-5.3.5.201909031855-r.tar.xz
jgit-5.3.5.201909031855-r.zip
Change-Id: I7f5dcebc2e5816c845fa63046c67bc2301926e2a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.repository')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml
index b88c3ae076..5f79d752c6 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml
@@ -50,7 +50,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
- <version>5.3.5-SNAPSHOT</version>
+ <version>5.3.5.201909031855-r</version>
</parent>
<artifactId>org.eclipse.jgit.repository</artifactId>

Back to the top