diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-04 23:02:44 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-04 23:02:44 +0100 |
commit | b54592c8eea7e15304acb21a49326a852bf070e5 (patch) | |
tree | 825b6a232ebcc64707a6b4a22362243c05d5479a /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | c1e5bd348d1d4447c5d13da662922a0f82630202 (diff) | |
download | jgit-b54592c8eea7e15304acb21a49326a852bf070e5.tar.gz jgit-b54592c8eea7e15304acb21a49326a852bf070e5.zip |
Prepare 6.9.0-SNAPSHOT builds
Change-Id: Id1d784ec4870cfb53c4b140fe0bb3fad9eef651d
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 7017b9e3c6..43b29e5e70 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.1.qualifier +Bundle-Version: 6.9.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 4e2d9907da..e3599e8dbb 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.1-SNAPSHOT</version> + <version>6.9.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |