diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-12 10:09:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-12 10:09:10 +0200 |
commit | fb377b09eb9370e5d43d3f364964dfb139e3ffe5 (patch) | |
tree | 2f9384d9928cd7b807699960c86de9d0c26293f7 /org.eclipse.jgit.ant | |
parent | 68e8ecc91b1c87146282ddda14bd27a86ef821c4 (diff) | |
download | jgit-fb377b09eb9370e5d43d3f364964dfb139e3ffe5.tar.gz jgit-fb377b09eb9370e5d43d3f364964dfb139e3ffe5.zip |
Prepare 6.3.1-SNAPSHOT builds
Change-Id: I44e159eca4131880d74d3078060e7e20f9b5ce76
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 b3a0a35781..0d3e40f5c4 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: 6.3.0.202209071007-r +Bundle-Version: 6.3.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, - org.eclipse.jgit.storage.file;version="[6.3.0,6.4.0)" + org.eclipse.jgit.storage.file;version="[6.3.1,6.4.0)" Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor -Export-Package: org.eclipse.jgit.ant;version="6.3.0", - org.eclipse.jgit.ant.tasks;version="6.3.0"; +Export-Package: org.eclipse.jgit.ant;version="6.3.1", + org.eclipse.jgit.ant.tasks;version="6.3.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 73148830c3..af7a021cb0 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: 6.3.0.202209071007-r -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.3.0.202209071007-r";roots="." +Bundle-Version: 6.3.1.qualifier +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.3.1.qualifier";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index f9cd186d91..df207caad6 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>6.3.0.202209071007-r</version> + <version>6.3.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |