Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-06 23:34:30 +0000
committerMatthias Sohn2018-12-06 23:34:30 +0000
commit541c072f37f068c4a8cde637f11256a32f90b33a (patch)
tree637832f99ae214e1fe6cb3c25e6344358d7d1903 /org.eclipse.egit.gitflow
parent7f19159c795b5f62e7f10bca51a46ac1796b0b5f (diff)
downloadegit-5.2.0.201812061821-r.tar.gz
egit-5.2.0.201812061821-r.tar.xz
egit-5.2.0.201812061821-r.zip
Change-Id: Ib3e5a4b4c0910ebe869218603988562c49203afd Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.gitflow')
-rw-r--r--org.eclipse.egit.gitflow/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.gitflow/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF
index 4be406e1d4..d05baff7cc 100644
--- a/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.gitflow/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.egit.gitflow
Bundle-SymbolicName: org.eclipse.egit.gitflow;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.2.0.201812061821-r
Bundle-Vendor: %provider_name
Bundle-Activator: org.eclipse.egit.gitflow.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.egit.gitflow/pom.xml b/org.eclipse.egit.gitflow/pom.xml
index 9c30e8e743..4230777be4 100644
--- a/org.eclipse.egit.gitflow/pom.xml
+++ b/org.eclipse.egit.gitflow/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>5.2.0-SNAPSHOT</version>
+ <version>5.2.0.201812061821-r</version>
</parent>
<artifactId>org.eclipse.egit.gitflow</artifactId>

Back to the top