Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2022-08-17 05:44:50 +0000
committerMatthias Sohn2022-08-17 05:44:50 +0000
commit3a1270985151240e3c0606281e2ae6c276a662c5 (patch)
tree154790ae124f37ad91a86a3d1a5eacf81e59a828 /org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/pom.xml
parent85a48099966073ea2ff5ddf5cb54920d4e03f3ca (diff)
downloadjgit-3a1270985151240e3c0606281e2ae6c276a662c5.tar.gz
jgit-3a1270985151240e3c0606281e2ae6c276a662c5.tar.xz
jgit-3a1270985151240e3c0606281e2ae6c276a662c5.zip
Prepare 6.3.0-SNAPSHOT builds
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 1464fdd980..67317e56f0 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.202208161710-m3</version>
+ <version>6.3.0-SNAPSHOT</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.202208161710-m3</version>
+ <version>6.3.0-SNAPSHOT</version>
</dependency>
</dependencies>

Back to the top