diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-01 00:10:18 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-01 00:10:18 +0100 |
commit | b4fc53e2d19d962a40aad8d15807ae54491b1930 (patch) | |
tree | 20cec21efa5b14f21c7e3da34633d7c083d29b8f /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 2ca587b36e1b19ad8498bb97b6b55574b6b2eb37 (diff) | |
download | jgit-b4fc53e2d19d962a40aad8d15807ae54491b1930.tar.gz jgit-b4fc53e2d19d962a40aad8d15807ae54491b1930.zip |
Prepare 6.5.0-SNAPSHOT builds
Change-Id: Ie95ce8fcc2a570505d23d5a1642e33c041212260
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 1a85c0d457..6c9e0bbec8 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.5.0.202302221508-m3 +Bundle-Version: 6.5.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 34ac3a15ab..79240072f9 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.5.0.202302221508-m3</version> + <version>6.5.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |