diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-08-17 07:44:50 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-08-17 07:44:50 +0200 |
commit | 3a1270985151240e3c0606281e2ae6c276a662c5 (patch) | |
tree | 154790ae124f37ad91a86a3d1a5eacf81e59a828 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 85a48099966073ea2ff5ddf5cb54920d4e03f3ca (diff) | |
download | jgit-3a1270985151240e3c0606281e2ae6c276a662c5.tar.gz jgit-3a1270985151240e3c0606281e2ae6c276a662c5.zip |
Prepare 6.3.0-SNAPSHOT builds
Change-Id: Ie398b651c5308ec86812bf01fcc563d3e679c828
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 836fa42c3e..1ec326c240 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.3.0.202208161710-m3 +Bundle-Version: 6.3.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 9c0d787272..6cbcca5da7 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.3.0.202208161710-m3</version> + <version>6.3.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |