diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-02-24 15:50:41 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-02-24 15:50:41 +0100 |
commit | 9eacae28dfedfaea51f0542f579b090ccf18b001 (patch) | |
tree | 76b23ed884d412f6fc973a75b74d3e7239466650 /org.eclipse.jgit.ant.test | |
parent | 1b7eafab13aaf4ac1d9a7fbe72fb18035fded1f5 (diff) | |
download | jgit-9eacae28dfedfaea51f0542f579b090ccf18b001.tar.gz jgit-9eacae28dfedfaea51f0542f579b090ccf18b001.zip |
JGit v5.11.0.202102240950-m3v5.11.0.202102240950-m3
Change-Id: Iea6b3515fa63db497989194b6bf50fe7324086d0
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 6e0cfa00e3..44763aa918 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.11.0.qualifier +Bundle-Version: 5.11.0.202102240950-m3 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 6d1debee56..a94b738f14 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.11.0-SNAPSHOT</version> + <version>5.11.0.202102240950-m3</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |