diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-28 10:36:08 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-28 10:36:08 +0200 |
commit | fdfd6e2872705360f94653ec54a37170e2fc0e3d (patch) | |
tree | 757106f394ecc469b7bdd1094e430342dbbcb568 /org.eclipse.jgit.ant.test | |
parent | 9e5380e7fb797e83b6f6b5754249bea4cae534e7 (diff) | |
download | jgit-fdfd6e2872705360f94653ec54a37170e2fc0e3d.tar.gz jgit-fdfd6e2872705360f94653ec54a37170e2fc0e3d.zip |
JGit v4.1.0.201509280440-rv4.1.0.201509280440-r
Change-Id: I9a536870b9f5c1247c52d6c976a954115982fa1c
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 09b4563757..da3bdd94fb 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.ant.test -Bundle-Version: 4.1.0.qualifier +Bundle-Version: 4.1.0.201509280440-r Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 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 8c3a1b28d7..8d9e1f1511 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>4.1.0-SNAPSHOT</version> + <version>4.1.0.201509280440-r</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |