diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-10-07 23:46:52 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-10-07 23:46:52 +0200 |
commit | 6877730fa08efbf132f40c6a620f92fb1a22b038 (patch) | |
tree | dc947d2a8080fff095b2546d5f4714a04397c3e8 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 401c6c98b54cddde38f0f50e8429eb7698a54fe8 (diff) | |
download | jgit-6877730fa08efbf132f40c6a620f92fb1a22b038.tar.gz jgit-6877730fa08efbf132f40c6a620f92fb1a22b038.zip |
JGit v4.9.0.201710071750-rv4.9.0.201710071750-r
Change-Id: I487f6aa3d0c4ef1d57f91cdc36177d994ae24c51
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 38d7805fad..faa212d1eb 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.0.qualifier +Bundle-Version: 4.9.0.201710071750-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 721fe9b60c..ae9b265164 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.0-SNAPSHOT</version> + <version>4.9.0.201710071750-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |