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.packaging/org.eclipse.jgit.target | |
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.packaging/org.eclipse.jgit.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF index 2d15bdbe5e..5b05303353 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF @@ -2,4 +2,4 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: JGit Target Platform Bundle Bundle-SymbolicName: org.eclipse.jgit.target -Bundle-Version: 6.6.0.202305031100-m2 +Bundle-Version: 6.6.0.qualifier diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml index 4623ad0812..d83d1bd559 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>6.6.0.202305031100-m2</version> + <version>6.6.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |