diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-08 13:43:46 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-08 13:43:46 +0100 |
commit | f944063517b9507934f451cc64c16d9bbdb98cf4 (patch) | |
tree | a5766075a6a436685027021722fd84d3fbb9be1f /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | e00f59b7fe7467a930457962326ce5fd0ec63537 (diff) | |
download | jgit-f944063517b9507934f451cc64c16d9bbdb98cf4.tar.gz jgit-f944063517b9507934f451cc64c16d9bbdb98cf4.zip |
JGit v4.11.0.201803080745-rv4.11.0.201803080745-r
Change-Id: Ie24a33bc8a24c30db06fe7b175f405efb95776ec
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 4bf1579db5..ee4eb808ef 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.11.0.qualifier +Bundle-Version: 4.11.0.201803080745-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 dac9f5f864..8ba0a5b827 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.11.0-SNAPSHOT</version> + <version>4.11.0.201803080745-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |