diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-07-31 16:05:49 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-07-31 16:05:49 +0200 |
commit | 56b435a61c25d12924e75ae160d0878790efcfec (patch) | |
tree | d2bf99c5068b21c940acd463a80ae5b0674ff729 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | a0b818ce01e928b9b7ffb568a87e41a70504e244 (diff) | |
download | jgit-56b435a61c25d12924e75ae160d0878790efcfec.tar.gz jgit-56b435a61c25d12924e75ae160d0878790efcfec.zip |
JGit v4.9.3.201807311005-rv4.9.3.201807311005-r
Change-Id: I3f4f437649736c6a27e78d536344c7b31c8a0f65
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 1ef54c8a40..c145aecbc6 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.9.3.qualifier +Bundle-Version: 4.9.3.201807311005-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 290b3e2d0c..935a7c34aa 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.9.3-SNAPSHOT</version> + <version>4.9.3.201807311005-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |