aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-05-21 22:04:11 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2014-05-21 22:04:43 +0200
commit0e13adb9cf3c498a790f080f07eb72cc2fb7c4e0 (patch)
tree4f79653b28ab6ac9df11d6cf92bad8f562d30df7 /org.eclipse.jgit.console
parentd2d56e9efbfb4d3b1ad9b99b10a5d4b1c75cc62b (diff)
downloadjgit-0e13adb9cf3c498a790f080f07eb72cc2fb7c4e0.tar.gz
jgit-0e13adb9cf3c498a790f080f07eb72cc2fb7c4e0.zip
Prepare post 3.4.0 RC1 builds
Change-Id: Ia8d29046439bc9134acdf7c88ab85ea49c4ddf47 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 89d684a71c..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.201405211411-rc1
+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 3333e8522d..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.201405211411-rc1</version>
+ <version>3.4.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>