diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-07 17:40:32 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-07 17:40:32 +0100 |
commit | 258dc5a715adc7744763697c95b9a83cbaf7b44b (patch) | |
tree | 1a97c0ae1be3d3cd1a4ea199744aec97d7519aa6 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | d3b80b951c0bf995f7d210710e3d31e9d529efe2 (diff) | |
download | jgit-258dc5a715adc7744763697c95b9a83cbaf7b44b.tar.gz jgit-258dc5a715adc7744763697c95b9a83cbaf7b44b.zip |
JGit v4.6.1.201703071140-rv4.6.1.201703071140-r
Change-Id: I842dc95313e5b47b0b7ec983c4a0a91915ed4183
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 7cf2cfe45f..6bbcce4015 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.6.1.qualifier +Bundle-Version: 4.6.1.201703071140-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 350541a48c..2b36086d07 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.6.1-SNAPSHOT</version> + <version>4.6.1.201703071140-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |