Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-05-15 23:29:53 +0000
committerMatthias Sohn2018-05-15 23:29:53 +0000
commit76dd2f3b20b8b108c09c1d199fa19ba4d19da5da (patch)
tree6842d3f5374682c87c22e34eca5e5758f13615a3 /org.eclipse.egit.ui.smartimport
parente2f22bec6db4b02c98598b80d785d6baf4ff6509 (diff)
downloadegit-76dd2f3b20b8b108c09c1d199fa19ba4d19da5da.tar.gz
egit-76dd2f3b20b8b108c09c1d199fa19ba4d19da5da.tar.xz
egit-76dd2f3b20b8b108c09c1d199fa19ba4d19da5da.zip
Change-Id: Ibd27f90e8c944d483feed6b63ea6f8d3b1cc999d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui.smartimport')
-rw-r--r--org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.ui.smartimport/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF b/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF
index 2c393dff86..e07d120f50 100644
--- a/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.ui.smartimport/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %fragment_name
Automatic-Module-Name: org.eclipse.egit.ui.smartimport
Bundle-SymbolicName: org.eclipse.egit.ui.smartimport;singleton:=true
Fragment-Host: org.eclipse.egit.ui;bundle-version="[5.0.0,5.1.0)"
-Bundle-Version: 5.0.0.qualifier
+Bundle-Version: 5.0.0.201805151920-m7
Bundle-Vendor: %provider_name
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/org.eclipse.egit.ui.smartimport/pom.xml b/org.eclipse.egit.ui.smartimport/pom.xml
index 9df65f332c..e8cdde1202 100644
--- a/org.eclipse.egit.ui.smartimport/pom.xml
+++ b/org.eclipse.egit.ui.smartimport/pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.egit</groupId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0.201805151920-m7</version>
<artifactId>egit-parent</artifactId>
</parent>
<artifactId>org.eclipse.egit.ui.smartimport</artifactId>

Back to the top