diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-04 22:13:56 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-04 22:13:56 +0100 |
commit | 473527e42cc82c1ed38e75f705dd07602266afda (patch) | |
tree | 79c397e912e28869aa47ec518a971186c2c4f005 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | a7e454bc51d359c2d46b19fd559f770cad8fd7d4 (diff) | |
download | jgit-473527e42cc82c1ed38e75f705dd07602266afda.tar.gz jgit-473527e42cc82c1ed38e75f705dd07602266afda.zip |
Prepare 5.6.0-SNAPSHOT builds
Change-Id: I5e737ff7f262fdd43fc975a0b3594c8b33919663
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 4445205024..068c15dd98 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.6.0.201912041214-rc1 +Bundle-Version: 5.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 246bb7de1d..e8d9df0467 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -49,7 +49,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.6.0.201912041214-rc1</version> + <version>5.6.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |