diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-03 00:50:37 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-03 00:50:37 +0200 |
commit | ff08cbfe0751ee65fe1a77ba74c1a87c0f5e253e (patch) | |
tree | 7d594b64a46637531e519ce3c3b642b8199381a7 /org.eclipse.jgit.ant | |
parent | 9072103f3b3cf64dd12ad2949836ab98f62dabf1 (diff) | |
download | jgit-ff08cbfe0751ee65fe1a77ba74c1a87c0f5e253e.tar.gz jgit-ff08cbfe0751ee65fe1a77ba74c1a87c0f5e253e.zip |
JGit v6.6.1.202309021850-rv6.6.1.202309021850-r
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I4f173dc9d634e0c9f31305961400b6b35a0a332f
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 b4cd0b8aaa..8c0613e9d8 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.6.1.qualifier +Bundle-Version: 6.6.1.202309021850-r Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[6.6.1,6.7.0)" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index 8637995201..53da63579d 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.6.1.qualifier -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.6.1.qualifier";roots="." +Bundle-Version: 6.6.1.202309021850-r +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="6.6.1.202309021850-r";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index dccbcb9146..7b28ca6fe8 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.6.1-SNAPSHOT</version> + <version>6.6.1.202309021850-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |