summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-02-20 00:14:45 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2014-02-20 00:14:45 +0100
commit8bf45c23df0d5b3c1a2b1ac7abce550fbbbc5fab (patch)
tree03c30ec0e8062bf04624dceb4b825d66027af1d4 /org.eclipse.jgit.console
parent514719aa67ad2c980933bcf26dce0668f17c125d (diff)
downloadjgit-8bf45c23df0d5b3c1a2b1ac7abce550fbbbc5fab.tar.gz
jgit-8bf45c23df0d5b3c1a2b1ac7abce550fbbbc5fab.zip
JGit v3.3.0.201402191814-rc1v3.3.0.201402191814-rc1
Change-Id: Ida3a0417ae646ce37214153f49a85de2be3dd4fd 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 7253f97767..4e2d093dae 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.3.0.qualifier
+Bundle-Version: 3.3.0.201402191814-rc1
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.jgit.console;version="3.3.0"
diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml
index 8a9cf734c0..af607b21e0 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.3.0-SNAPSHOT</version>
+ <version>3.3.0.201402191814-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>