Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-01-21 22:47:12 +0000
committerMatthias Sohn2016-01-21 22:47:12 +0000
commit20c2079f70c0150dcda105a6952a73b57c2c4f6a (patch)
tree6248547fa6e8cf1898f05211cf32bf5d2900ade1 /org.eclipse.jgit.ant.test
parent44097515163f0be59775221b7fad6120452801c5 (diff)
downloadjgit-20c2079f70c0150dcda105a6952a73b57c2c4f6a.tar.gz
jgit-20c2079f70c0150dcda105a6952a73b57c2c4f6a.tar.xz
jgit-20c2079f70c0150dcda105a6952a73b57c2c4f6a.zip
Change-Id: I89f33b0da81ff499315baa5311f95f31724fa510 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.MF2
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
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 c3b9a3790a..32d231f683 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.2.0.qualifier
+Bundle-Version: 4.2.0.201601211800-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 f8bf0838b3..c0205d2c16 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.2.0-SNAPSHOT</version>
+ <version>4.2.0.201601211800-r</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>

Back to the top