Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2022-08-16 21:09:30 +0000
committerMatthias Sohn2022-08-16 21:09:30 +0000
commit85a48099966073ea2ff5ddf5cb54920d4e03f3ca (patch)
tree3d332595bdcaf371ba5e22cb56e7485bee0023df /org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml
parentab3799be37834a0ab9ac394eae1fe7c2766ee516 (diff)
downloadjgit-85a48099966073ea2ff5ddf5cb54920d4e03f3ca.tar.gz
jgit-85a48099966073ea2ff5ddf5cb54920d4e03f3ca.tar.xz
jgit-85a48099966073ea2ff5ddf5cb54920d4e03f3ca.zip
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Change-Id: I0954d11a1f35eff196b157df3aa8386476c48a7e
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml
index 67317e56f0..1464fdd980 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
- <version>6.3.0-SNAPSHOT</version>
+ <version>6.3.0.202208161710-m3</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.eclipse.jgit.feature</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>6.3.0-SNAPSHOT</version>
+ <version>6.3.0.202208161710-m3</version>
</dependency>
</dependencies>

Back to the top