diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 00:54:34 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-04 00:54:34 +0200 |
commit | 2a3c8a86aa7300045c33ac769e7e37577d78520c (patch) | |
tree | 92ba683c95aa18ea2048e6ebe5ce17ad5d161c7b /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 4a3cd7f1b7533d9451cd63389c6546ef312292c3 (diff) | |
download | jgit-2a3c8a86aa7300045c33ac769e7e37577d78520c.tar.gz jgit-2a3c8a86aa7300045c33ac769e7e37577d78520c.zip |
JGit v5.3.5.201909031855-rv5.3.5.201909031855-r
Change-Id: I7f5dcebc2e5816c845fa63046c67bc2301926e2a
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 e6c6015c4b..0af6ef7b79 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.5.qualifier +Bundle-Version: 5.3.5.201909031855-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 229e55cd6a..b2108c05d0 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.5-SNAPSHOT</version> + <version>5.3.5.201909031855-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |