summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-03-06 20:03:00 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2019-03-06 20:03:00 +0100
commitaca889f8ccbe1962836891c0ec2e9af46e9097d9 (patch)
tree97c5eaedbf50f8015a5ed1faa711546dcc8c92cb /org.eclipse.jgit.ant
parent5a888cc051d8a651143a3f8d810a178504281979 (diff)
downloadjgit-aca889f8ccbe1962836891c0ec2e9af46e9097d9.tar.gz
jgit-aca889f8ccbe1962836891c0ec2e9af46e9097d9.zip
JGit v5.3.0.201903061415-rc1v5.3.0.201903061415-rc1
Change-Id: I85866af97fe1c0c0a0da83a7605484082fa56b52 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.MF2
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
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 7119fd953d..be487f8dad 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 5.3.0.qualifier
+Bundle-Version: 5.3.0.201903061415-rc1
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[5.3.0,5.4.0)"
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 4d4875d20d..ed2d01c501 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>5.3.0-SNAPSHOT</version>
+ <version>5.3.0.201903061415-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>