diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-01 15:40:45 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-03-01 15:40:45 +0100 |
commit | f34ae6fe31c6057f217c285d34da4b60ecaaf8af (patch) | |
tree | 189e8a401142e0e7aa63265b9fe4271c9e8d32b7 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 0518a6b0c16c1bce210bc9b2626104ef05975ee1 (diff) | |
download | jgit-f34ae6fe31c6057f217c285d34da4b60ecaaf8af.tar.gz jgit-f34ae6fe31c6057f217c285d34da4b60ecaaf8af.zip |
Prepare 6.6.0-SNAPSHOT builds
Change-Id: I17893f9db12bcb208866f40a06cd4f1ccbb4fe30
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 6c9e0bbec8..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.5.0.qualifier +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 79240072f9..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.5.0-SNAPSHOT</version> + <version>6.6.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |