aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-05-28 17:40:46 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2014-05-28 17:41:20 +0200
commit386dff22716ab33e724ceb9e2de287f43bd88447 (patch)
treee1f28b62b71db0bad752bee11d4b48d4ef271bf1 /org.eclipse.jgit.console
parent314fade855b7da5792f8bb3b2fe154d8676ba437 (diff)
downloadjgit-386dff22716ab33e724ceb9e2de287f43bd88447.tar.gz
jgit-386dff22716ab33e724ceb9e2de287f43bd88447.zip
Prepare post 3.4.0 RC2 builds
Change-Id: Id8d784ba7b0aba7c6a00f459bf1ac54c1d36d061 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.MF2
-rw-r--r--org.eclipse.jgit.console/pom.xml2
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 be207e9c7d..1726d4b0e4 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.4.0.201405281120-rc2
+Bundle-Version: 3.4.0.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.jgit.console;version="3.4.0"
diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml
index 112420bfb5..a84e4891c9 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.4.0.201405281120-rc2</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>