diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-24 18:18:12 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-24 18:18:12 +0100 |
commit | e3707a6ceac953139234000cfc75f19d93aefb82 (patch) | |
tree | dea7ca864cd25434de1370cad1ec5bfe30ee7291 /org.eclipse.jgit.packaging/org.eclipse.jgit.repository | |
parent | ad8d89b9c095e37bdf9b48dab0b71f9efc7a1d77 (diff) | |
download | jgit-e3707a6ceac953139234000cfc75f19d93aefb82.tar.gz jgit-e3707a6ceac953139234000cfc75f19d93aefb82.zip |
Prepare 6.0.0-SNAPSHOT builds
Change-Id: I4e06186cf62681767962e391331cc65bafddc205
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.repository')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml | 2 |
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 dfe0b9d93f..98f264da0d 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>6.0.0.202111241155-rc1</version> + <version>6.0.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.repository</artifactId> |