diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-09 16:07:50 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-09 16:07:50 +0200 |
commit | 8e79d5a290843b929f073a536a0d678fc74382ca (patch) | |
tree | 59aebe8ed111a68e10b84e8e3121a768a0a0ece3 /org.eclipse.jgit.ant.test | |
parent | 80dcd94bfd518451aa2794747acaa715ba0a3fdd (diff) | |
download | jgit-8e79d5a290843b929f073a536a0d678fc74382ca.tar.gz jgit-8e79d5a290843b929f073a536a0d678fc74382ca.zip |
JGit v5.8.0.202006091008-rv5.8.0.202006091008-r
Change-Id: I2020e9821c359b90b7c830031945e2fc659ea607
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 f0093cd6f3..25ffda886f 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.8.0.qualifier +Bundle-Version: 5.8.0.202006091008-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 ff26f68411..2289fb9255 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.8.0-SNAPSHOT</version> + <version>5.8.0.202006091008-r</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |