Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-15 15:28:38 +0000
committerMatthias Sohn2011-09-15 15:32:58 +0000
commit1cb0510ceea63b2f501019943bc88f31cb57df0d (patch)
tree2ba52ad8d01163c3857881c1310a7766958c3d90 /org.eclipse.jgit.console
parenta7d3c680151aa27608c6381db0983b51828c2358 (diff)
downloadjgit-1cb0510ceea63b2f501019943bc88f31cb57df0d.tar.gz
jgit-1cb0510ceea63b2f501019943bc88f31cb57df0d.tar.xz
jgit-1cb0510ceea63b2f501019943bc88f31cb57df0d.zip
Change-Id: Iadcec7e5973600e005cbdeb837fa197d3ae2ea86 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 ec774d8636..aa1d861d1d 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: 1.1.0.qualifier
+Bundle-Version: 1.1.0.201109151100-r
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.jgit.console;version="1.1.0"
diff --git a/org.eclipse.jgit.console/pom.xml b/org.eclipse.jgit.console/pom.xml
index 2429136252..6cbdac6d30 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>1.1.0-SNAPSHOT</version>
+ <version>1.1.0.201109151100-r</version>
</parent>
<artifactId>org.eclipse.jgit.console</artifactId>

Back to the top