diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-06 09:25:31 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-06 09:53:25 +0200 |
commit | 520b6d7dcfd7849e1af438380064c39b83c99bf1 (patch) | |
tree | 285fc118a15f9cdcf48784b411e7237bc2377186 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 92679d792fd967e33ef371451f1948d6add58fec (diff) | |
download | jgit-520b6d7dcfd7849e1af438380064c39b83c99bf1.tar.gz jgit-520b6d7dcfd7849e1af438380064c39b83c99bf1.zip |
Prepare 5.12.0-SNAPSHOT builds
Change-Id: I2fc5305e7eaaa4593d418fc3b31d20e4b6e1e585
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 2dcc5f7dbd..0d297e3cde 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: 5.12.0.202105051250-m2 +Bundle-Version: 5.12.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 21e3703f8d..993f552384 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>5.12.0.202105051250-m2</version> + <version>5.12.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |