diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:41:27 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:41:27 +0100 |
commit | a31756fbfcec67dce9901c00132fec8eb4c58222 (patch) | |
tree | ec3d3a5b41ee00f40816669df03d38903ca68a73 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | b0d27cdae9028585a861f16d5943f3084af6299d (diff) | |
download | jgit-a31756fbfcec67dce9901c00132fec8eb4c58222.tar.gz jgit-a31756fbfcec67dce9901c00132fec8eb4c58222.zip |
JGit v5.1.6.201903130242-rv5.1.6.201903130242-r
Change-Id: Iaf5e451f72dc8512afee99a9f3fb91aa348e3cf5
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 ac6d4819ce..f5baaf96d2 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.1.6.qualifier +Bundle-Version: 5.1.6.201903130242-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 7ea71f4a6c..8f6105e97b 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.1.6-SNAPSHOT</version> + <version>5.1.6.201903130242-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |