Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-03-04 23:20:11 +0000
committerMatthias Sohn2014-03-04 23:34:15 +0000
commitc1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d (patch)
tree6044d7a3ef8e6a4d9f36cd69faf8f5270b766c41 /org.eclipse.jgit.ant.test
parent3d855dbfc68ce6979f5aa5a5467308f562f4b79a (diff)
downloadjgit-c1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d.tar.gz
jgit-c1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d.tar.xz
jgit-c1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d.zip
Prepare 3.3.1-SNAPSHOT builds
Change-Id: If15560f2731e54dbf9db88d8a308b4c25ce27e8e 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.MF12
-rw-r--r--org.eclipse.jgit.ant.test/pom.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
index 49307a45df..d8caa8bae5 100644
--- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF
@@ -3,14 +3,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ant.test
-Bundle-Version: 3.3.0.201403021825-r
+Bundle-Version: 3.3.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.ant.tasks;version="[3.3.0,3.4.0)",
- org.eclipse.jgit.internal.storage.file;version="[3.3.0,3.4.0)",
- org.eclipse.jgit.junit;version="[3.3.0,3.4.0)",
- org.eclipse.jgit.lib;version="[3.3.0,3.4.0)",
- org.eclipse.jgit.util;version="[3.3.0,3.4.0)",
+ org.eclipse.jgit.ant.tasks;version="[3.3.1,3.4.0)",
+ org.eclipse.jgit.internal.storage.file;version="[3.3.1,3.4.0)",
+ org.eclipse.jgit.junit;version="[3.3.1,3.4.0)",
+ org.eclipse.jgit.lib;version="[3.3.1,3.4.0)",
+ org.eclipse.jgit.util;version="[3.3.1,3.4.0)",
org.hamcrest;version="[1.1.0,2.0.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 790f97b0e5..656c6453f8 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>3.3.0.201403021825-r</version>
+ <version>3.3.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant.test</artifactId>

Back to the top