diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-05-05 12:41:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-05-05 12:41:54 +0200 |
commit | 3e7e4132de821174131a35cf4f9e496c40fe78d3 (patch) | |
tree | a1add134ed861ac20dbdd073a7c2c2ad9c85bec8 /org.eclipse.jgit.ant | |
parent | 16f27ccb6fc0719c34d60a3b297d6303f27e42f3 (diff) | |
download | jgit-3e7e4132de821174131a35cf4f9e496c40fe78d3.tar.gz jgit-3e7e4132de821174131a35cf4f9e496c40fe78d3.zip |
Prepare post 4.0.0-m2 builds
Change-Id: I11c2d5120508526ed2671d62f4dd6a395c3b4749
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index d351075707..a42c0188c9 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 4.0.0.201505050340-m2 +Bundle-Version: 4.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[4.0.0,4.1.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 6e1cd74ca3..e28f1bcd32 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -48,7 +48,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>4.0.0.201505050340-m2</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |