diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-11-10 22:48:00 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-11-10 22:48:00 +0100 |
commit | 3a93c8bdca09db61cc4b58f6438763611008e545 (patch) | |
tree | 2779483eddd61797159d7d5e0ca6fd5d781043d9 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | a74ff164e48811ff368ce3dde384a16a565be31e (diff) | |
download | jgit-3a93c8bdca09db61cc4b58f6438763611008e545.tar.gz jgit-3a93c8bdca09db61cc4b58f6438763611008e545.zip |
JGit v4.2.0.201511101648-m1v4.2.0.201511101648-m1
Change-Id: I659e9e95a96797f78f23669cfc5946c6b2d9c088
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 572ac376ee..88070d9467 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.2.0.qualifier +Bundle-Version: 4.2.0.201511101648-m1 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 8699688649..b94e949c11 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.2.0-SNAPSHOT</version> + <version>4.2.0.201511101648-m1</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |