diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-22 01:42:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-06-22 01:42:14 +0200 |
commit | ff15df05c3a84b7af7f098550fd4504d7fc2a6d3 (patch) | |
tree | ba62db3974ed6c399b798aeae47cad51070132b7 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | a7e38fb0b01fa35a4a902a8dde26321e010be1f9 (diff) | |
download | jgit-ff15df05c3a84b7af7f098550fd4504d7fc2a6d3.tar.gz jgit-ff15df05c3a84b7af7f098550fd4504d7fc2a6d3.zip |
Prepare 5.0.2-SNAPSHOT builds
Change-Id: I65e83f39a4082278c4cb809dbb08d44a119cebe0
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 de5eefcef9..b59409a35d 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.0.1.201806211838-r +Bundle-Version: 5.0.2.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 10337ab714..f170cc598f 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.0.1.201806211838-r</version> + <version>5.0.2-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |