diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-01 18:22:44 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-06-01 18:22:44 +0200 |
commit | 81371d385b5f199341226644238b8856f5e6831d (patch) | |
tree | bcf3cf85c602192da3af0bf753615c2507fdd724 /org.eclipse.jgit.ant.test | |
parent | f5f1536f3f77160798676e5bd2f8b3c66ad8d72d (diff) | |
download | jgit-81371d385b5f199341226644238b8856f5e6831d.tar.gz jgit-81371d385b5f199341226644238b8856f5e6831d.zip |
JGit v1.0.0.201106011211-rc3v1.0.0.201106011211-rc3
Change-Id: I574a05200471c431b3a02ac6ff208dc6aa90f539
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 2811b71ebf..aaf43293bd 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.qualifier +Bundle-Version: 1.0.0.201106011211-rc3 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 3e7ac205a7..faf9aa01a9 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-SNAPSHOT</version> + <version>1.0.0.201106011211-rc3</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |