diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-20 00:10:02 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-20 00:10:02 +0200 |
commit | 7ae004509cf007b1750050adb5a3f9a46cc48b6b (patch) | |
tree | 458c3f40cb9eab6646fbf518f14782708198fc2c /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 97534056fc43b6b1e419694442b737ebf3fb909a (diff) | |
download | jgit-7ae004509cf007b1750050adb5a3f9a46cc48b6b.tar.gz jgit-7ae004509cf007b1750050adb5a3f9a46cc48b6b.zip |
Prepare 4.9.8-SNAPSHOT builds
Change-Id: Iab7b0f2a21a76f801a83fbeb54f09d1525878f4d
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 0e61ba21e9..ee19234470 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: 4.9.7.201810191756-r +Bundle-Version: 4.9.8.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 dacabacfc7..1c5097cecc 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>4.9.7.201810191756-r</version> + <version>4.9.8-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |