diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-05-21 20:11:56 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-05-21 20:11:56 +0200 |
commit | d2d56e9efbfb4d3b1ad9b99b10a5d4b1c75cc62b (patch) | |
tree | 9039f761e218ae5ca97d47eb24339bf6fa429e8b /org.eclipse.jgit.ant | |
parent | 94953ac9cafe4ec632fff3510c926a78ff551e54 (diff) | |
download | jgit-d2d56e9efbfb4d3b1ad9b99b10a5d4b1c75cc62b.tar.gz jgit-d2d56e9efbfb4d3b1ad9b99b10a5d4b1c75cc62b.zip |
JGit v3.4.0.201405211411-rc1v3.4.0.201405211411-rc1
Change-Id: Ia3834770b9719f64cbdfd0338034c392fa3ae5db
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 52f864d20a..3b9724b091 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: 3.4.0.qualifier +Bundle-Version: 3.4.0.201405211411-rc1 Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[3.4.0,3.5.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index c160503505..835da45155 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>3.4.0-SNAPSHOT</version> + <version>3.4.0.201405211411-rc1</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |