diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-09 16:45:56 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-09 16:45:56 +0200 |
commit | 6abe695aa5a9a85e0bc7517c6f2d51a3f81fa41e (patch) | |
tree | 38b8f92f21d429c0feec612599b2490031910b88 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 4475a55f84402897ccc7654980b23b3e1164d9fb (diff) | |
download | jgit-6abe695aa5a9a85e0bc7517c6f2d51a3f81fa41e.tar.gz jgit-6abe695aa5a9a85e0bc7517c6f2d51a3f81fa41e.zip |
Prepare 5.8.1-SNAPSHOT builds
Change-Id: Ic654fb45abe4e94f4eee532af0f4278d372d37f5
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 1680f85ece..daa586551c 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.8.0.202006091008-r +Bundle-Version: 5.8.1.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 da41b187d3..c8b000fe66 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.8.0.202006091008-r</version> + <version>5.8.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |