diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-17 04:23:42 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-17 04:23:42 +0100 |
commit | 23affa6c7705c6f42acd903a05c6ce28b7270546 (patch) | |
tree | 070157cff450d31ef0c08665f2433bbb3ed2e10d /org.eclipse.jgit.ant | |
parent | 05159ed6561e63dcbf49b9981436feb25dc03def (diff) | |
download | jgit-23affa6c7705c6f42acd903a05c6ce28b7270546.tar.gz jgit-23affa6c7705c6f42acd903a05c6ce28b7270546.zip |
Prepare 5.3.0-SNAPSHOT builds
Change-Id: I9f0bf3ff2b26f4a8300c98206beb19c2b9d4946a
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 681613c097..7119fd953d 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.201901162155-m1 +Bundle-Version: 5.3.0.qualifier 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 4d25a8a9bb..4d4875d20d 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.201901162155-m1</version> + <version>5.3.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |