diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-06 01:17:16 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-06 01:17:16 +0200 |
commit | 4a4e1f764c7cc1ffe0a86c22db646c4f11785e01 (patch) | |
tree | 724503e6a82bed58e4a1f34a700d6d45f44c774a /org.eclipse.jgit.ant.test | |
parent | f65513f75397b1f4de6d063962e5cccca5a89cb6 (diff) | |
download | jgit-4a4e1f764c7cc1ffe0a86c22db646c4f11785e01.tar.gz jgit-4a4e1f764c7cc1ffe0a86c22db646c4f11785e01.zip |
Prepare post v1.0.0.201106051725-r builds
Change-Id: I4839877e1a6fa7782f37423213af8d579727a494
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 c62114c103..2811b71ebf 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: 1.0.0.201106051725-r +Bundle-Version: 1.0.0.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.6 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 872558a759..3e7ac205a7 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.0.0.201106051725-r</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |