Update GMF Notation features to version 1.9 for Mars
diff --git a/org.eclipse.gmf.notation.releng/pom.xml b/org.eclipse.gmf.notation.releng/pom.xml
index 3ec97f7..38103d4 100644
--- a/org.eclipse.gmf.notation.releng/pom.xml
+++ b/org.eclipse.gmf.notation.releng/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- this is the parent POM from which all modules inherit common settings -->
@@ -142,7 +142,7 @@
<artifact>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.target</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<classifier>luna</classifier>
</artifact>
</target>
diff --git a/org.eclipse.gmf.notation.repository/category.xml b/org.eclipse.gmf.notation.repository/category.xml
index 45144ca..b1546b2 100644
--- a/org.eclipse.gmf.notation.repository/category.xml
+++ b/org.eclipse.gmf.notation.repository/category.xml
@@ -1,9 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <feature url="features/org.eclipse.gmf.runtime.notation_1.8.0.qualifier.jar" id="org.eclipse.gmf.runtime.notation" version="1.8.0.qualifier"/>
- <feature url="features/org.eclipse.gmf.runtime.notation.sdk_1.8.0.qualifier.jar" id="org.eclipse.gmf.runtime.notation.sdk" version="1.8.0.qualifier"/>
- <feature url="features/org.eclipse.gmf.runtime.notation.source_1.8.0.qualifier.jar" id="org.eclipse.gmf.runtime.notation.source" version="1.8.0.qualifier"/>
- <feature url="features/org.eclipse.gmf.tests.runtime.notation_1.8.0.qualifier.jar" id="org.eclipse.gmf.tests.runtime.notation" version="1.8.0.qualifier"/>
+ <feature url="features/org.eclipse.gmf.runtime.notation_1.9.0.qualifier.jar" id="org.eclipse.gmf.runtime.notation" version="1.9.0.qualifier">
+ <category name="gmf-notation"/>
+ </feature>
+ <feature url="features/org.eclipse.gmf.runtime.notation.sdk_1.9.0.qualifier.jar" id="org.eclipse.gmf.runtime.notation.sdk" version="1.9.0.qualifier">
+ <category name="gmf-notation"/>
+ </feature>
+ <feature url="features/org.eclipse.gmf.runtime.notation.source_1.9.0.qualifier.jar" id="org.eclipse.gmf.runtime.notation.source" version="1.9.0.qualifier">
+ <category name="gmf-notation"/>
+ </feature>
+ <feature url="features/org.eclipse.gmf.tests.runtime.notation_1.9.0.qualifier.jar" id="org.eclipse.gmf.tests.runtime.notation" version="1.9.0.qualifier">
+ <category name="gmf-notation"/>
+ </feature>
<category-def name="gmf-notation" label="GMF Notation">
<description>
GMF Notation runtime, SDK, examples, and sources
diff --git a/org.eclipse.gmf.notation.repository/pom.xml b/org.eclipse.gmf.notation.repository/pom.xml
index 9faf957..4110ec3 100644
--- a/org.eclipse.gmf.notation.repository/pom.xml
+++ b/org.eclipse.gmf.notation.repository/pom.xml
@@ -6,11 +6,11 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.gmf.notation.repository</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>
<profiles>
diff --git a/org.eclipse.gmf.notation.target/pom.xml b/org.eclipse.gmf.notation.target/pom.xml
index a47c44d..50ebed6 100644
--- a/org.eclipse.gmf.notation.target/pom.xml
+++ b/org.eclipse.gmf.notation.target/pom.xml
@@ -6,13 +6,13 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
<artifactId>org.eclipse.gmf.notation.target</artifactId>
<groupId>org.eclipse.gmf.notation</groupId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<properties>
<build-helper-version>1.3</build-helper-version>
diff --git a/org.eclipse.gmf.runtime.notation-feature/feature.xml b/org.eclipse.gmf.runtime.notation-feature/feature.xml
index d785f1a..9ae31bc 100755
--- a/org.eclipse.gmf.runtime.notation-feature/feature.xml
+++ b/org.eclipse.gmf.runtime.notation-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.gmf.runtime.notation"
label="%featureName"
- version="1.8.0.qualifier"
+ version="1.9.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.gmf.runtime.notation"
image="modeling32.png"
@@ -14,7 +14,7 @@
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2008, 2014 IBM Corporation and others.
+ Copyright (c) 2008, 2015 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
diff --git a/org.eclipse.gmf.runtime.notation-feature/pom.xml b/org.eclipse.gmf.runtime.notation-feature/pom.xml
index 98e4540..1aaca73 100644
--- a/org.eclipse.gmf.runtime.notation-feature/pom.xml
+++ b/org.eclipse.gmf.runtime.notation-feature/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.features</groupId>
<artifactId>org.eclipse.gmf.runtime.notation</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.gmf.runtime.notation.edit/pom.xml b/org.eclipse.gmf.runtime.notation.edit/pom.xml
index adb4f1a..002e546 100644
--- a/org.eclipse.gmf.runtime.notation.edit/pom.xml
+++ b/org.eclipse.gmf.runtime.notation.edit/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.plugins</groupId>
diff --git a/org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml b/org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml
index 3668991..1e03b30 100755
--- a/org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml
+++ b/org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.gmf.runtime.notation.sdk"
label="%featureName"
- version="1.8.0.qualifier"
+ version="1.9.0.qualifier"
provider-name="%providerName"
image="modeling32.png"
license-feature="org.eclipse.license"
@@ -13,7 +13,7 @@
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2008, 2014 IBM Corporation and others.
+ Copyright (c) 2008, 2015 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
diff --git a/org.eclipse.gmf.runtime.notation.sdk-feature/pom.xml b/org.eclipse.gmf.runtime.notation.sdk-feature/pom.xml
index e48d47f..b24535d 100644
--- a/org.eclipse.gmf.runtime.notation.sdk-feature/pom.xml
+++ b/org.eclipse.gmf.runtime.notation.sdk-feature/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.features</groupId>
<artifactId>org.eclipse.gmf.runtime.notation.sdk</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.gmf.runtime.notation.sdk/pom.xml b/org.eclipse.gmf.runtime.notation.sdk/pom.xml
index 29a49b9..f5994f4 100644
--- a/org.eclipse.gmf.runtime.notation.sdk/pom.xml
+++ b/org.eclipse.gmf.runtime.notation.sdk/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation</groupId>
diff --git a/org.eclipse.gmf.runtime.notation.source-feature/feature.xml b/org.eclipse.gmf.runtime.notation.source-feature/feature.xml
index dbd5fe0..2de2e3d 100644
--- a/org.eclipse.gmf.runtime.notation.source-feature/feature.xml
+++ b/org.eclipse.gmf.runtime.notation.source-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.gmf.runtime.notation.source"
label="%featureName"
- version="1.8.0.qualifier"
+ version="1.9.0.qualifier"
provider-name="%providerName"
image="modeling32.png"
license-feature="org.eclipse.license"
@@ -13,7 +13,7 @@
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2008, 2014 IBM Corporation and others.
+ Copyright (c) 2008, 2015 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
diff --git a/org.eclipse.gmf.runtime.notation.source-feature/pom.xml b/org.eclipse.gmf.runtime.notation.source-feature/pom.xml
index 47cb34e..5f0951a 100644
--- a/org.eclipse.gmf.runtime.notation.source-feature/pom.xml
+++ b/org.eclipse.gmf.runtime.notation.source-feature/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.features</groupId>
<artifactId>org.eclipse.gmf.runtime.notation.source</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.gmf.runtime.notation/pom.xml b/org.eclipse.gmf.runtime.notation/pom.xml
index 86e84d6..e96827a 100644
--- a/org.eclipse.gmf.runtime.notation/pom.xml
+++ b/org.eclipse.gmf.runtime.notation/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.plugins</groupId>
diff --git a/org.eclipse.gmf.tests.runtime.notation-feature/feature.xml b/org.eclipse.gmf.tests.runtime.notation-feature/feature.xml
index 0473429..c18fa35 100755
--- a/org.eclipse.gmf.tests.runtime.notation-feature/feature.xml
+++ b/org.eclipse.gmf.tests.runtime.notation-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.gmf.tests.runtime.notation"
label="%featureName"
- version="1.8.0.qualifier"
+ version="1.9.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.gmf.tests.runtime.notation"
image="modeling32.png"
@@ -14,7 +14,7 @@
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2002, 2014 IBM Corporation and others.
+ Copyright (c) 2002, 2015 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
diff --git a/org.eclipse.gmf.tests.runtime.notation-feature/pom.xml b/org.eclipse.gmf.tests.runtime.notation-feature/pom.xml
index 7348677..bb24620 100644
--- a/org.eclipse.gmf.tests.runtime.notation-feature/pom.xml
+++ b/org.eclipse.gmf.tests.runtime.notation-feature/pom.xml
@@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.features</groupId>
<artifactId>org.eclipse.gmf.tests.runtime.notation</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.gmf.tests.runtime.notation/pom.xml b/org.eclipse.gmf.tests.runtime.notation/pom.xml
index 05c682c..be01d25 100644
--- a/org.eclipse.gmf.tests.runtime.notation/pom.xml
+++ b/org.eclipse.gmf.tests.runtime.notation/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.tests.runtime.notation</groupId>