diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-24 18:23:45 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-24 18:23:45 +0200 |
commit | 264b91c3ee9c1e62d3643823f5f982856bc77bea (patch) | |
tree | d70427e952e65c24cd3670eaad590800bc5baf4e /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 246f37d1939246eac52731467c5f9098e433dfaf (diff) | |
download | jgit-264b91c3ee9c1e62d3643823f5f982856bc77bea.tar.gz jgit-264b91c3ee9c1e62d3643823f5f982856bc77bea.zip |
Prepare 6.6.0-SNAPSHOT builds
Change-Id: If0e4e8ce5f3e2f5170f313fb9b26b4ec0e34dab9
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 228ba21a02..5b05303353 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.6.0.202305241045-m3 +Bundle-Version: 6.6.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 48490ae6ce..d83d1bd559 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.6.0.202305241045-m3</version> + <version>6.6.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |