diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-03 23:36:31 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-02-03 23:36:31 +0100 |
commit | 8fe6e51be2e663c477e8f09ca28e9f78c6d34f35 (patch) | |
tree | d755cb6fdf7044a8059c2c3300d2ab254b46cdd5 /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 494e893c541b5cf465b362c69354c08d7a81c249 (diff) | |
download | jgit-8fe6e51be2e663c477e8f09ca28e9f78c6d34f35.tar.gz jgit-8fe6e51be2e663c477e8f09ca28e9f78c6d34f35.zip |
JGit v3.7.0.201502031740-rc1v3.7.0.201502031740-rc1
Change-Id: Ia2ea65945b7e1d4120da3d6e6c9f6d5fdb642ae6
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 46dcb3ff9f..a4c49d33e6 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: 3.7.0.qualifier +Bundle-Version: 3.7.0.201502031740-rc1 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 f303f08bf9..78386995e5 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>3.7.0-SNAPSHOT</version> + <version>3.7.0.201502031740-rc1</version> </parent> <artifactId>org.eclipse.jgit.target</artifactId> |