diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-09 23:37:43 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-09 23:37:43 +0100 |
commit | d408e41e4ebb5b53bb5833c79bbffeaab119e2d2 (patch) | |
tree | 7548a5e90e6f8464414c858d5ac5b5b7998db867 /org.eclipse.jgit.ant | |
parent | f5793bea53f43fd189a950d1585fe9063b7698ed (diff) | |
download | jgit-d408e41e4ebb5b53bb5833c79bbffeaab119e2d2.tar.gz jgit-d408e41e4ebb5b53bb5833c79bbffeaab119e2d2.zip |
Prepare 5.7.1-SNAPSHOT builds
Change-Id: I23748c20b69a1cfb47c5cd0d7858182d376b3ce1
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 | 8 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index d99eabddb5..dd49f5a636 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -3,13 +3,13 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ant Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 5.7.0.202003090808-r +Bundle-Version: 5.7.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.7.0,5.8.0)" + org.eclipse.jgit.storage.file;version="[5.7.1,5.8.0)" Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor -Export-Package: org.eclipse.jgit.ant;version="5.7.0", - org.eclipse.jgit.ant.tasks;version="5.7.0"; +Export-Package: org.eclipse.jgit.ant;version="5.7.1", + org.eclipse.jgit.ant.tasks;version="5.7.1"; uses:="org.apache.tools.ant, org.apache.tools.ant.types" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index 1613c55381..3deec72d42 100644 --- a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF @@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2 Bundle-Name: org.eclipse.jgit.ant - Sources Bundle-SymbolicName: org.eclipse.jgit.ant.source Bundle-Vendor: Eclipse.org - JGit -Bundle-Version: 5.7.0.202003090808-r -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.7.0.202003090808-r";roots="." +Bundle-Version: 5.7.1.qualifier +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.7.1.qualifier";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index baa767f999..a47f40e161 100644 --- a/org.eclipse.jgit.ant/pom.xml +++ b/org.eclipse.jgit.ant/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.7.0.202003090808-r</version> + <version>5.7.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |