diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-31 02:08:55 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-31 02:08:55 +0100 |
commit | 55bf5a6c117822abf2f2ecb44fc415dc8a027ad7 (patch) | |
tree | 921fc32a613269a7a7af2ccd29bf9256a3142e5a /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 8779092716f096278ef7c763e2707111c897f82e (diff) | |
download | jgit-4.10.0.201712302008-r.tar.gz jgit-4.10.0.201712302008-r.zip |
JGit v4.10.0.201712302008-rv4.10.0.201712302008-r
Change-Id: I9cc3a839d906acd01829df1de64cfafca8a6d008
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 6d03c6a384..e01acd70af 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.10.0.qualifier +Bundle-Version: 4.10.0.201712302008-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 8023abc5ad..ed081dab78 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.10.0-SNAPSHOT</version> + <version>4.10.0.201712302008-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |