diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-03-01 17:21:11 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-03-01 17:21:11 +0100 |
commit | 8845f2e91b2da2159a326aef576c591fbee7dae7 (patch) | |
tree | baac3935f418dc3db95cfb70b268ce5502bb7fd7 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 261f46dc430c85915780e3a4dad50788dbe5adea (diff) | |
download | jgit-8845f2e91b2da2159a326aef576c591fbee7dae7.tar.gz jgit-8845f2e91b2da2159a326aef576c591fbee7dae7.zip |
Prepare 6.1.0-SNAPSHOT builds
Change-Id: I30a89277373ad62c857151532942e135e34d1d0c
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF index ef3bad774a..d56f1d4dcd 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF @@ -2,4 +2,4 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JGit Target Platform Bundle Bundle-SymbolicName: org.eclipse.jgit.target -Bundle-Version: 6.1.0.202202221755-m3 +Bundle-Version: 6.1.0.qualifier diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml index a5f6e32a55..a4f1700510 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>6.1.0.202202221755-m3</version> + <version>6.1.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |