diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-07 16:07:11 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-07 16:07:11 +0200 |
commit | 68e8ecc91b1c87146282ddda14bd27a86ef821c4 (patch) | |
tree | 893b0c79c76d75b9ddcfeaebe1a1c78c69950c28 /org.eclipse.jgit.ant | |
parent | f8104e25f1dfd611b96844a840fe50f17ef5f3d1 (diff) | |
download | jgit-68e8ecc91b1c87146282ddda14bd27a86ef821c4.tar.gz jgit-68e8ecc91b1c87146282ddda14bd27a86ef821c4.zip |
JGit v6.3.0.202209071007-rv6.3.0.202209071007-r
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: Iea3fae9f6f6c5fb0a79f7684334a3e0059738c4f
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 4610c06e8a..b3a0a35781 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.3.0.2022009070944-r +Bundle-Version: 6.3.0.202209071007-r Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[6.3.0,6.4.0)" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index 3f337cbdc4..73148830c3 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.2022009070944-r -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.3.0.2022009070944-r";roots="." +Bundle-Version: 6.3.0.202209071007-r +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.3.0.202209071007-r";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 24f183d42e..f9cd186d91 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.2022009070944-r</version> + <version>6.3.0.202209071007-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |