diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-10-26 13:01:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-10-26 13:01:14 +0200 |
commit | afa65f8f0d74e56d462dcbf0e718b8ca9944496e (patch) | |
tree | 996f8d516d4a459aacba1b99f4253b8e0fc99aa8 /org.eclipse.jgit.ant.test | |
parent | ad9c217f4954dc50f629b3eb6ae387b6940a5023 (diff) | |
download | jgit-afa65f8f0d74e56d462dcbf0e718b8ca9944496e.tar.gz jgit-afa65f8f0d74e56d462dcbf0e718b8ca9944496e.zip |
JGit v6.4.0.202210260700-m2v6.4.0.202210260700-m2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: Iedb1530c5d30a22be7c9eed80c043daac64b0517
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 cc7385a071..8783ce0593 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.4.0.qualifier +Bundle-Version: 6.4.0.202210260700-m2 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 aba268c0a7..7dbf426692 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.4.0-SNAPSHOT</version> + <version>6.4.0.202210260700-m2</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |