diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 18:00:19 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 18:00:19 +0200 |
commit | fdd63b183c8d618a327e221ecae1dc479d16d007 (patch) | |
tree | 65401d9f39987d1436cfa5b6fb408878b4e0eaea /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 685f2f8ec49f5382e3fcca0b094fa7fb3b0b684a (diff) | |
download | jgit-fdd63b183c8d618a327e221ecae1dc479d16d007.tar.gz jgit-fdd63b183c8d618a327e221ecae1dc479d16d007.zip |
Prepare 5.5.0-SNAPSHOT builds
Change-Id: I96bbefd698c74e450d05d21572d4769c6c5aaea6
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 1a5e119420..b17ee5e993 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.5.0.201909041048-rc1 +Bundle-Version: 5.5.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 f30d380e23..44355f0563 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.5.0.201909041048-rc1</version> + <version>5.5.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |