diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-02-22 21:09:10 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-02-22 21:09:10 +0100 |
commit | 2ca587b36e1b19ad8498bb97b6b55574b6b2eb37 (patch) | |
tree | b2e8de77153f1673632f9b40ede8b51ad5bb2746 /org.eclipse.jgit.ant.test | |
parent | 8c2afe6418e197b8a164acddf72799dc34faf414 (diff) | |
download | jgit-6.5.0.202302221508-m3.tar.gz jgit-6.5.0.202302221508-m3.zip |
JGit v6.5.0.202302221508-m3v6.5.0.202302221508-m3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I00bf91823e2fe6503d52ae23bc1854f0b1d66dbd
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 4d81f140b2..c3f342596a 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: 6.5.0.qualifier +Bundle-Version: 6.5.0.202302221508-m3 Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-11 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 95f7a75db2..e477230ab1 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>6.5.0-SNAPSHOT</version> + <version>6.5.0.202302221508-m3</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |