Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2018-10-29 11:39:23 +0000
committerEike Stepper2018-10-29 11:39:23 +0000
commitd3be1c0d31adac53123b2305d5894bbc1c635472 (patch)
tree3481bf0a36103805aa3ef12b908adae2d981f9ba /plugins
parent7daf0df6f9778e13e89ded654494ec9c0883eae3 (diff)
downloadcdo-d3be1c0d31adac53123b2305d5894bbc1c635472.tar.gz
cdo-d3be1c0d31adac53123b2305d5894bbc1c635472.tar.xz
cdo-d3be1c0d31adac53123b2305d5894bbc1c635472.zip
[Releng] Fix pluginName of org.eclipse.emf.cdo.gmf.notation
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.gmf.notation/META-INF/MANIFEST.MF4
-rw-r--r--plugins/org.eclipse.emf.cdo.gmf.notation/plugin.properties2
-rw-r--r--plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.gmf.notation/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.cdo.gmf.notation/META-INF/MANIFEST.MF
index b8b41653d2..a18cc8c757 100644
--- a/plugins/org.eclipse.emf.cdo.gmf.notation/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.cdo.gmf.notation/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.gmf.notation; singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.100.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -11,4 +11,4 @@ Require-Bundle: org.eclipse.emf.cdo;bundle-version="[4.0.0,5.0.0)";visibility:=r
org.eclipse.emf.cdo.ecore;bundle-version="[1.0.0,2.0.0)",
org.eclipse.gmf.runtime.notation;bundle-version="[1.8.0,2.0.0)"
Automatic-Module-Name: org.eclipse.emf.cdo.gmf.notation
-Export-Package: org.eclipse.emf.cdo.gmf.notation.impl;version="1.0.0"
+Export-Package: org.eclipse.emf.cdo.gmf.notation.impl;version="1.0.100"
diff --git a/plugins/org.eclipse.emf.cdo.gmf.notation/plugin.properties b/plugins/org.eclipse.emf.cdo.gmf.notation/plugin.properties
index c557f4bdb6..eda42e34a3 100644
--- a/plugins/org.eclipse.emf.cdo.gmf.notation/plugin.properties
+++ b/plugins/org.eclipse.emf.cdo.gmf.notation/plugin.properties
@@ -7,5 +7,5 @@
# Contributors:
# Eike Stepper - initial API and implementation
-pluginName = CDO Model Repository Client Admin Support
+pluginName = GMF Notation Model Support (CDO Version)
providerName = Eclipse Modeling Project
diff --git a/plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml b/plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml
index 7869fcc1af..c83e836d95 100644
--- a/plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml
+++ b/plugins/org.eclipse.emf.cdo.gmf.notation/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.eclipse.emf.cdo</groupId>
<artifactId>org.eclipse.emf.cdo.gmf.notation</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top