diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-07 00:20:43 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-07 00:20:43 +0100 |
commit | c84c08107d78c99ce4cd74d558947e7715a9ca99 (patch) | |
tree | 23b12edf7df47a2a85514f8d263b726d0ab62586 /org.eclipse.jgit.ant.test | |
parent | 1136834f02db3e35eb0da0ddcda45fe1d32de452 (diff) | |
download | jgit-c84c08107d78c99ce4cd74d558947e7715a9ca99.tar.gz jgit-c84c08107d78c99ce4cd74d558947e7715a9ca99.zip |
JGit v5.2.0.201812061821-rv5.2.0.201812061821-r
Change-Id: I8528c913ad1a820ee9a2fa6be1c9125b518caefe
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 e6bef69afd..2c629165a9 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Automatic-Module-Name: org.eclipse.jgit.ant.test Bundle-SymbolicName: org.eclipse.jgit.ant.test -Bundle-Version: 5.2.0.qualifier +Bundle-Version: 5.2.0.201812061821-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 9526dafe05..5ea7e0569e 100644 --- a/org.eclipse.jgit.ant.test/pom.xml +++ b/org.eclipse.jgit.ant.test/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.2.0-SNAPSHOT</version> + <version>5.2.0.201812061821-r</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |