diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 16:57:25 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 16:57:25 +0200 |
commit | c54acc5822997090c9b50df5d4582b1d401d52a6 (patch) | |
tree | 1feddddba350b2c140731294b2f366433e5f48b6 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 2e2e58d59f1546a791983e2b28adb99c71a93a34 (diff) | |
download | jgit-c54acc5822997090c9b50df5d4582b1d401d52a6.tar.gz jgit-c54acc5822997090c9b50df5d4582b1d401d52a6.zip |
JGit v6.7.0.202308301100-rc1v6.7.0.202308301100-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I712a9f6830364ed404d03f3a145c055906273544
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 15446ddb4e..25c86dc1e3 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.7.0.qualifier +Bundle-Version: 6.7.0.202308301100-rc1 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 75e64a1863..2a62a2bee3 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.7.0-SNAPSHOT</version> + <version>6.7.0.202308301100-rc1</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |