diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 19:42:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 19:42:07 +0200 |
commit | 608a6432d08a31657aea48eae06d45a1e5dd4db3 (patch) | |
tree | ae63c63b28e05241446a2ee75d1505c42172df15 /org.eclipse.jgit.ant.test | |
parent | 45689b4a2c39b820143140aa7185f23f445067ea (diff) | |
download | jgit-7.0.0.202409031743-r.tar.gz jgit-7.0.0.202409031743-r.zip |
JGit v7.0.0.202409031743-rv7.0.0.202409031743-r
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I86507936091e6f7af7588835722672ff2668a205
Diffstat (limited to 'org.eclipse.jgit.ant.test')
-rw-r--r-- | org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ant.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF index 7c079a5899..e2a58f1b5d 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ant.test Bundle-SymbolicName: org.eclipse.jgit.ant.test Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 7.0.0.qualifier +Bundle-Version: 7.0.0.202409031743-r Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-17 Import-Package: org.apache.tools.ant, diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml index be954bd8e0..5787c455e7 100644 --- a/org.eclipse.jgit.ant.test/pom.xml +++ b/org.eclipse.jgit.ant.test/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>7.0.0-SNAPSHOT</version> + <version>7.0.0.202409031743-r</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |