diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-15 15:29:36 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-15 15:29:36 +0100 |
commit | 24b7e912642000d5d6672ba9c2ab47a2e4a593c8 (patch) | |
tree | 4d033e424cd2ea778ff3dd13c5de51a8046f6278 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | c86327979f1362cf742e1401a95fdec259636d37 (diff) | |
download | jgit-24b7e912642000d5d6672ba9c2ab47a2e4a593c8.tar.gz jgit-24b7e912642000d5d6672ba9c2ab47a2e4a593c8.zip |
JGit v4.9.2.201712150930-rv4.9.2.201712150930-r
Change-Id: I013964045d532659a4be3b81d6612b59bc9ffb14
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 431f45ffe1..cbae5df131 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.2.qualifier +Bundle-Version: 4.9.2.201712150930-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 df74a9a6e2..2b35f53f6f 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.2-SNAPSHOT</version> + <version>4.9.2.201712150930-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |