diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-10-08 11:35:54 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-10-08 11:35:54 +0200 |
commit | 6b544da293951a0c1497965baf7e4eddaa7bb7e7 (patch) | |
tree | 83a75c390a99e79401315dc4aa0000775bb876e0 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 401c6c98b54cddde38f0f50e8429eb7698a54fe8 (diff) | |
download | jgit-6b544da293951a0c1497965baf7e4eddaa7bb7e7.tar.gz jgit-6b544da293951a0c1497965baf7e4eddaa7bb7e7.zip |
Prepare 4.10.0-SNAPSHOT builds
Change-Id: I5ca462d1db18a2c5c9382cfb9c83972510fa2b88
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 38d7805fad..6d03c6a384 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.0.qualifier +Bundle-Version: 4.10.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 721fe9b60c..8023abc5ad 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.0-SNAPSHOT</version> + <version>4.10.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |