diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-13 21:42:40 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-13 21:42:40 +0200 |
commit | e729a83bd24bbc25f7ac209baee01f561fe218c8 (patch) | |
tree | a1857be823006bd598ac293940f3786cbfa676cf /org.eclipse.jgit.ant.test | |
parent | 94a585e6e87e09880e611a79585fb24090fee271 (diff) | |
download | jgit-e729a83bd24bbc25f7ac209baee01f561fe218c8.tar.gz jgit-e729a83bd24bbc25f7ac209baee01f561fe218c8.zip |
JGit v5.0.0.201806131550-rv5.0.0.201806131550-r
Change-Id: Ia2d548676217250593c3f0c383aec19e12e5e4a4
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 64ac9253f4..6298da6345 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.0.0.201806131210-r +Bundle-Version: 5.0.0.201806131550-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 2c6c1ec849..c77ca0064e 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.0.0.201806131210-r</version> + <version>5.0.0.201806131550-r</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |