diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-14 00:15:31 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-09-14 00:15:31 +0200 |
commit | ed805cfec66622cca4e3afc33fa409bf1cc625f0 (patch) | |
tree | 58ff0c99fcf5a36fe35f36b469ca10be4b63711b /org.eclipse.jgit.ant | |
parent | 1987c25a591eb74e02c7e0ce8184d9f203d04481 (diff) | |
parent | a19494b735528b6eb678ac9dbc6a92b8db8560ab (diff) | |
download | jgit-ed805cfec66622cca4e3afc33fa409bf1cc625f0.tar.gz jgit-ed805cfec66622cca4e3afc33fa409bf1cc625f0.zip |
Merge branch 'next'
* next:
Enable CommitCommand to use a fluent style
Prepare 6.0.0-SNAPSHOT builds
Change-Id: Ibd247d5990983bedadd8b959a82215914d216ed1
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 050b6f2c07..011847685a 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.13.1.qualifier +Bundle-Version: 6.0.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[5.13.1,5.14.0)" + org.eclipse.jgit.storage.file;version="[6.0.0,6.1.0)" Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor -Export-Package: org.eclipse.jgit.ant;version="5.13.1", - org.eclipse.jgit.ant.tasks;version="5.13.1"; +Export-Package: org.eclipse.jgit.ant;version="6.0.0", + org.eclipse.jgit.ant.tasks;version="6.0.0"; 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 455ecceb7e..7ab4b3e0a8 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.13.1.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="5.13.1.qualifier";roots="." +Bundle-Version: 6.0.0.qualifier +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.0.0.qualifier";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index b9c760a7da..ae4b52d733 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.13.1-SNAPSHOT</version> + <version>6.0.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |