diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-15 18:11:07 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-15 18:11:07 +0100 |
commit | 375710194d83d8da8aa7573fc7d4badea01c4634 (patch) | |
tree | cbed5a68d4f725f516b0c7e459d0c1549a36a3ec /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | a5356e7f4c5b06f21436d83f90b58baacde0b091 (diff) | |
download | jgit-375710194d83d8da8aa7573fc7d4badea01c4634.tar.gz jgit-375710194d83d8da8aa7573fc7d4badea01c4634.zip |
JGit v6.8.0.202311151710-m2v6.8.0.202311151710-m2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I9d06bb08fc1f9a2a08d4bc5a4459ec7e7e8c1be4
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 961ff9d7fd..ab0aef8bb0 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.0.qualifier +Bundle-Version: 6.8.0.202311151710-m2 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 0376931ece..59dfba1425 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.0-SNAPSHOT</version> + <version>6.8.0.202311151710-m2</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |