diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-09-07 23:58:44 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-09-07 23:58:44 +0200 |
commit | 48820c7b074f42596f573248bd15d45b5e486fdb (patch) | |
tree | 60ea6339c2b6d01ae4a5f3837e7ff5c2a0f935ba /org.eclipse.jgit.console | |
parent | bbe99d5b39326f618fec0702bfabbfa374f09b00 (diff) | |
download | jgit-48820c7b074f42596f573248bd15d45b5e486fdb.tar.gz jgit-48820c7b074f42596f573248bd15d45b5e486fdb.zip |
JGit 3.5.0.201409071800-rc1v3.5.0.201409071800-rc1
Change-Id: I59e5e2492820da111df1837fbf3649a2ae03841c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.console')
-rw-r--r-- | org.eclipse.jgit.console/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.console/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.console/META-INF/MANIFEST.MF b/org.eclipse.jgit.console/META-INF/MANIFEST.MF index e3b216f9f2..ce5a2c4b23 100644 --- a/org.eclipse.jgit.console/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.console/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %plugin_name Bundle-SymbolicName: org.eclipse.jgit.console -Bundle-Version: 3.5.0.qualifier +Bundle-Version: 3.5.0.201409071800-rc1 Bundle-Vendor: %provider_name Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Export-Package: org.eclipse.jgit.console;version="3.5.0" diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml index c1a3e45895..95395d989d 100644 --- a/org.eclipse.jgit.console/pom.xml +++ b/org.eclipse.jgit.console/pom.xml @@ -52,7 +52,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.0.201409071800-rc1</version> </parent> <artifactId>org.eclipse.jgit.console</artifactId> |