diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-07 09:38:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-07 09:38:29 +0200 |
commit | 1f062c64be839a66e9ddd7faa0040312ef8ea774 (patch) | |
tree | c63a65775b0c8b1ae484571434ffd84b2976d85d /org.eclipse.jgit.ant.test | |
parent | 09fe387cbae9a055a17775c6ca48bbad86ceeb7f (diff) | |
download | jgit-1f062c64be839a66e9ddd7faa0040312ef8ea774.tar.gz jgit-1f062c64be839a66e9ddd7faa0040312ef8ea774.zip |
JGit v5.12.0.202106070339-rv5.12.0.202106070339-r
Change-Id: I0fbfea2c83f1ce83f75130cc97591547032f1104
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 5fc0e9aa67..3c3e1daf90 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: 5.12.0.qualifier +Bundle-Version: 5.12.0.202106070339-r Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 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 f1e01e7b9c..dbdfd3503a 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>5.12.0-SNAPSHOT</version> + <version>5.12.0.202106070339-r</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |