diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-06-05 21:23:13 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-06-05 21:23:13 +0200 |
commit | d6c7c42a1be121afa21400d7c217ade43a8b55f5 (patch) | |
tree | 968b01e1f7ad0bd8277eb128d47776ec6bc357ea /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 60d65bbd222e0b5e4156fd62d0424746a2a883b5 (diff) | |
download | jgit-d6c7c42a1be121afa21400d7c217ade43a8b55f5.tar.gz jgit-d6c7c42a1be121afa21400d7c217ade43a8b55f5.zip |
JGit v5.3.2.201906051522-rv5.3.2.201906051522-r
Change-Id: I41b4926f4bfa896ef2a13c35e93e08071ae949a3
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 19edcce435..b69fbda30d 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: 5.3.2.qualifier +Bundle-Version: 5.3.2.201906051522-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 25caf705be..e623ec6a2f 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>5.3.2-SNAPSHOT</version> + <version>5.3.2.201906051522-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |