diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-06-09 07:29:27 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-06-09 07:29:27 +0200 |
commit | 4f221854556991e3394b3a71e77ee0b771b1500b (patch) | |
tree | 3d7676e3dc029ebbb96afb1044621b99e4fd6d64 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | d8040f3406d1e33fc88a93f749af536e54c5f1a2 (diff) | |
download | jgit-4f221854556991e3394b3a71e77ee0b771b1500b.tar.gz jgit-4f221854556991e3394b3a71e77ee0b771b1500b.zip |
JGit v4.0.0.201506090130-rv4.0.0.201506090130-r
Change-Id: I01ad84fc74555656c42934cd62a85269a7030557
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 0550f9a069..331e0274b5 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.0.0.qualifier +Bundle-Version: 4.0.0.201506090130-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 b3e7d02c6a..6d60bec66d 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.0.0-SNAPSHOT</version> + <version>4.0.0.201506090130-r</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |