diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-11 10:31:38 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-11 10:31:38 +0200 |
commit | de2df8adde3a95106df8e8802fa493b39b6c1326 (patch) | |
tree | 3f6560ad0fbd36d5467371c6737c58cd6cb40f43 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 524fd0d8c663278a4595016fa97d89718caf6e6c (diff) | |
download | jgit-de2df8adde3a95106df8e8802fa493b39b6c1326.tar.gz jgit-de2df8adde3a95106df8e8802fa493b39b6c1326.zip |
JGit v5.5.0.201909110433-rv5.5.0.201909110433-r
Change-Id: I5715730ac47d32462f235c2f50581bf1579d46b9
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 b17ee5e993..8db17a09c3 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.qualifier +Bundle-Version: 5.5.0.201909110433-r 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 44355f0563..c44565fc8f 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-SNAPSHOT</version> + <version>5.5.0.201909110433-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |