diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-17 01:50:01 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-17 01:50:01 +0100 |
commit | 400b5acae85efb08b3e45a9484260d8aebc24f8b (patch) | |
tree | 8a4a7f8400e6a1f66df6a8a1ef2de8405db6a534 /org.eclipse.jgit.ant | |
parent | f684dc6f8bcdea0fa067eba04a919e2ef458d312 (diff) | |
download | jgit-400b5acae85efb08b3e45a9484260d8aebc24f8b.tar.gz jgit-400b5acae85efb08b3e45a9484260d8aebc24f8b.zip |
JGit v6.0.0.202111161950-m3v6.0.0.202111161950-m3
Change-Id: If6c36994be05848c567d3d664eb683d9bed26c48
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/META-INF/SOURCE-MANIFEST.MF | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index 5b85dc4b4c..79fb01dbe5 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: 6.0.0.qualifier +Bundle-Version: 6.0.0.202111161950-m3 Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[6.0.0,6.1.0)" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index 7ab4b3e0a8..5d4bdef874 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.0.0.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.0.0.qualifier";roots="." +Bundle-Version: 6.0.0.202111161950-m3 +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.0.0.202111161950-m3";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index eaef00702a..4534c45d3d 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.0.0-SNAPSHOT</version> + <version>6.0.0.202111161950-m3</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |