diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-27 13:34:51 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-27 13:34:51 +0200 |
commit | 6f0681eb9fe213304ec53948639cd9d7b790d629 (patch) | |
tree | b20597ab017c9dc5d3c7411fa06166bf15b90f94 /org.eclipse.jgit.ant.test | |
parent | a065a06c2aefd0f5c5fc70d3410c3202f4d03268 (diff) | |
download | jgit-6f0681eb9fe213304ec53948639cd9d7b790d629.tar.gz jgit-6f0681eb9fe213304ec53948639cd9d7b790d629.zip |
JGit v3.1.0.201309270735-rc1v3.1.0.201309270735-rc1
Change-Id: I48202dd461110da25f9bc159c938311fff0669e0
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 1377335d27..4106bd2a25 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: 3.1.0.qualifier +Bundle-Version: 3.1.0.201309270735-rc1 Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: J2SE-1.5 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 359d477156..8c91601628 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.1.0-SNAPSHOT</version> + <version>3.1.0.201309270735-rc1</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |