Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-03-23 10:27:04 +0000
committerMatthias Sohn2016-03-23 10:27:04 +0000
commitbf32c9102fb1b5fdfa7a26a120b5d9a6b428dd2f (patch)
treebb777022d72c6a33b8f45fe649d56e7422ccdfb6 /org.eclipse.jgit.ui
parent09810d013c8366f3f174438e8537d397b158906a (diff)
downloadjgit-bf32c9102fb1b5fdfa7a26a120b5d9a6b428dd2f.tar.gz
jgit-bf32c9102fb1b5fdfa7a26a120b5d9a6b428dd2f.tar.xz
jgit-bf32c9102fb1b5fdfa7a26a120b5d9a6b428dd2f.zip
Change-Id: I10835e5aa3618e5033424595942cc1649152cb24 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ui')
-rw-r--r--org.eclipse.jgit.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.jgit.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
index 93418e7b20..80276a069e 100644
--- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Bundle-SymbolicName: org.eclipse.jgit.ui
-Bundle-Version: 4.3.0.qualifier
+Bundle-Version: 4.3.0.201603230630-rc1
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.eclipse.jgit.awtui;version="4.3.0"
diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml
index ccb0c95cd1..43d07bf8e6 100644
--- a/org.eclipse.jgit.ui/pom.xml
+++ b/org.eclipse.jgit.ui/pom.xml
@@ -52,7 +52,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.0.201603230630-rc1</version>
</parent>
<artifactId>org.eclipse.jgit.ui</artifactId>

Back to the top