Update the GMF Notation target for Mars
diff --git a/org.eclipse.gmf.notation.releng/pom.xml b/org.eclipse.gmf.notation.releng/pom.xml
index 38103d4..4660c76 100644
--- a/org.eclipse.gmf.notation.releng/pom.xml
+++ b/org.eclipse.gmf.notation.releng/pom.xml
@@ -126,7 +126,7 @@
<profiles>
<profile>
- <id>luna.target</id>
+ <id>gmf-notation.target</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
@@ -143,7 +143,7 @@
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.target</artifactId>
<version>1.9.0-SNAPSHOT</version>
- <classifier>luna</classifier>
+ <classifier>gmf-notation</classifier>
</artifact>
</target>
<environments>
diff --git a/org.eclipse.gmf.notation.target/luna.target b/org.eclipse.gmf.notation.target/gmf-notation.target
similarity index 97%
rename from org.eclipse.gmf.notation.target/luna.target
rename to org.eclipse.gmf.notation.target/gmf-notation.target
index 927688f..271ba5a 100644
--- a/org.eclipse.gmf.notation.target/luna.target
+++ b/org.eclipse.gmf.notation.target/gmf-notation.target
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><?pde version="3.8"?><target name="luna" sequenceNumber="27">
+<?xml version="1.0" encoding="UTF-8"?><?pde version="3.8"?><target name="gmf-notation" sequenceNumber="28">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="4.4.0.I20140606-1215"/>
diff --git a/org.eclipse.gmf.notation.target/pom.xml b/org.eclipse.gmf.notation.target/pom.xml
index 50ebed6..22a3f1d 100644
--- a/org.eclipse.gmf.notation.target/pom.xml
+++ b/org.eclipse.gmf.notation.target/pom.xml
@@ -20,7 +20,7 @@
<profiles>
<profile>
- <id>luna.target</id>
+ <id>gmf-notation.target</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
@@ -40,9 +40,9 @@
<configuration>
<artifacts>
<artifact>
- <file>luna.target</file>
+ <file>gmf-notation.target</file>
<type>target</type>
- <classifier>luna</classifier>
+ <classifier>gmf-notation</classifier>
</artifact>
</artifacts>
</configuration>