diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-04 10:53:01 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-04 10:53:01 +0200 |
commit | 05e7e9d5a272c6def063dc62a803a5414df7d4bb (patch) | |
tree | a5c86431c7ac39db346d47909a64504499782858 /org.eclipse.jgit.ant.test | |
parent | f6f56fc9b6df58a1e78f76c472997df4322d7ba5 (diff) | |
download | jgit-05e7e9d5a272c6def063dc62a803a5414df7d4bb.tar.gz jgit-05e7e9d5a272c6def063dc62a803a5414df7d4bb.zip |
Prepare 6.6.0-SNAPSHOT builds
Change-Id: Id2414c9f30d159c4f65a3c267373f7417c8ca65a
Diffstat (limited to 'org.eclipse.jgit.ant.test')
-rw-r--r-- | org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ant.test/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF index ada46c0cab..8fb0714465 100644 --- a/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ant.test Bundle-SymbolicName: org.eclipse.jgit.ant.test Bundle-Vendor: %Bundle-Vendor -Bundle-Version: 6.6.0.202305031100-m2 +Bundle-Version: 6.6.0.qualifier Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: org.apache.tools.ant, diff --git a/org.eclipse.jgit.ant.test/pom.xml b/org.eclipse.jgit.ant.test/pom.xml index 04730839e5..e2f839eabe 100644 --- a/org.eclipse.jgit.ant.test/pom.xml +++ b/org.eclipse.jgit.ant.test/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>6.6.0.202305031100-m2</version> + <version>6.6.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.ant.test</artifactId> |