diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-02 01:36:12 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-02 01:36:12 +0200 |
commit | 1c545843a3a8f9f3e915cb36dbaada43947c17a7 (patch) | |
tree | 70504a8ab273442b4abf3b5479e170e2c28e7dbc /org.eclipse.jgit.ant | |
parent | 06579c084d1d8494bdfbf3961cf39397069479fc (diff) | |
download | jgit-1c545843a3a8f9f3e915cb36dbaada43947c17a7.tar.gz jgit-1c545843a3a8f9f3e915cb36dbaada43947c17a7.zip |
Prepare 7.1.0-SNAPSHOT builds
Change-Id: I6329845c41bf40a752c685fb77483d9722cd1583
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 5d0a37bc70..da001763da 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: 7.1.0.202410012040-m1 +Bundle-Version: 7.1.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-17 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[7.1.0,7.2.0)" diff --git a/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/SOURCE-MANIFEST.MF index fc05c34df1..4bac377fbf 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: 7.1.0.202410012040-m1 -Eclipse-SourceBundle: org.eclipse.jgit.ant;version="7.1.0.202410012040-m1";roots="." +Bundle-Version: 7.1.0.qualifier +Eclipse-SourceBundle: org.eclipse.jgit.ant;version="7.1.0.qualifier";roots="." diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 61d7a5d554..805d2fb94b 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>7.1.0.202410012040-m1</version> + <version>7.1.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |