diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-03 20:10:22 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-03 20:10:22 +0200 |
commit | e0acf25795fa5149b5122f8b942282831a4850b8 (patch) | |
tree | 864f34af0f8c506b8377a5ab227dbebb2d044016 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | e5a79343c5fa1063ecca6f711370e183cab5aa2c (diff) | |
download | jgit-e0acf25795fa5149b5122f8b942282831a4850b8.tar.gz jgit-e0acf25795fa5149b5122f8b942282831a4850b8.zip |
Prepare 6.8.0-SNAPSHOT builds
Change-Id: Idb86bac4bd152e57f1810c789bdbd26648f0b6ae
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 a0b96798ec..961ff9d7fd 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.8.0.202310031045-m1 +Bundle-Version: 6.8.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 fe7340f86f..0376931ece 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.8.0.202310031045-m1</version> + <version>6.8.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |