diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-18 16:36:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-18 16:36:53 +0200 |
commit | 47ad1f6c8a202dd52d945b6defa09c87f8d51e66 (patch) | |
tree | 6e8202d3e07047d20ee52eaecce0ea8201455b55 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 969af66800ed9f56f1a6b73cc9d152df740eaa6b (diff) | |
download | jgit-47ad1f6c8a202dd52d945b6defa09c87f8d51e66.tar.gz jgit-47ad1f6c8a202dd52d945b6defa09c87f8d51e66.zip |
JGit v4.11.3.201809181037-rv4.11.3.201809181037-r
Change-Id: I6b57b02e41f02916127b1866d573a634d6f6d796
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 5081a9e587..2cb1a4cdb4 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.11.3.qualifier +Bundle-Version: 4.11.3.201809181037-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 1bf9f080d7..1ab969dbc4 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.11.3-SNAPSHOT</version> + <version>4.11.3.201809181037-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |