summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant.test
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2011-09-15 22:00:44 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2011-09-15 22:51:46 +0200
commit19a366d532f829bb4955f7344b68d9b2c9514fc7 (patch)
tree36c73f357d343b0e36c69d9512528961925134a9 /org.eclipse.jgit.ant.test
parent05c789691929983ca70c96f7421182f4501e961a (diff)
downloadjgit-19a366d532f829bb4955f7344b68d9b2c9514fc7.tar.gz
jgit-19a366d532f829bb4955f7344b68d9b2c9514fc7.zip
Prepare 1.2.0 builds
Change-Id: I9ec247135d93ef28d732e94f18d0ec1d0e2e6d44 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.MF10
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index 79cba94aa3..3a7209db3b 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -3,15 +3,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.apache.tools.ant,
org.apache.tools.ant.types,
- org.eclipse.jgit.ant.tasks;version="1.1.0",
+ org.eclipse.jgit.ant.tasks;version="1.2.0",
org.eclipse.jgit.junit,
- org.eclipse.jgit.lib;version="1.1.0",
- org.eclipse.jgit.storage.file;version="1.1.0",
- org.eclipse.jgit.util;version="1.1.0",
+ org.eclipse.jgit.lib;version="1.2.0",
+ org.eclipse.jgit.storage.file;version="1.2.0",
+ org.eclipse.jgit.util;version="1.2.0",
org.hamcrest;version="1.1.0",
org.junit;version="[4.0.0,5.0.0)"
diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml
index fc6ef522d9..f87062130d 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>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>