summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.console
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-10-02 22:09:19 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2013-10-02 22:09:19 +0200
commit16ca725b3502f9003416c248cd8d4bc741afa33b (patch)
treec5e2a540fd37d4347ab2d9487a62ce315f235bb4 /org.eclipse.jgit.console
parentc6aba99668eab76c1b05e021719f8ef9a69c3ae9 (diff)
downloadjgit-16ca725b3502f9003416c248cd8d4bc741afa33b.tar.gz
jgit-16ca725b3502f9003416c248cd8d4bc741afa33b.zip
JGit v3.1.0.201310021548-rv3.1.0.201310021548-r
Change-Id: I2170b13047d5eab7565f47f9feb1680e03b1ba09 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 d1751751bd..4ed2e13377 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.1.0.qualifier
+Bundle-Version: 3.1.0.201310021548-r
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.jgit.console;version="3.1.0"
diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml
index 009ee5c8f9..3b75d04c68 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.1.0-SNAPSHOT</version>
+ <version>3.1.0.201310021548-r</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>