Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Reckord2017-02-01 18:52:26 +0000
committerCarsten Reckord2017-02-01 18:52:26 +0000
commit8907164fc1cfafed635f44e7a4c0abd122b98553 (patch)
treec421768b4d50db119fbd524ce1b3a2d1d6c04985
parent3f625587864d05fc450b3935b63b83141d452220 (diff)
downloadorg.eclipse.epp.mpc-8907164fc1cfafed635f44e7a4c0abd122b98553.tar.gz
org.eclipse.epp.mpc-8907164fc1cfafed635f44e7a4c0abd122b98553.tar.xz
org.eclipse.epp.mpc-8907164fc1cfafed635f44e7a4c0abd122b98553.zip
[Releng] Fixed target platform reference for Oxygen
-rw-r--r--org.eclipse.epp.mpc-parent/pom.xml4
-rw-r--r--org.eclipse.epp.mpc-target/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.epp.mpc-parent/pom.xml b/org.eclipse.epp.mpc-parent/pom.xml
index 25baea16..0171dd03 100644
--- a/org.eclipse.epp.mpc-parent/pom.xml
+++ b/org.eclipse.epp.mpc-parent/pom.xml
@@ -89,9 +89,9 @@
<profiles>
<!-- target platform profiles -->
<profile>
- <id>neon</id>
+ <id>oxygen</id>
<properties>
- <target-platform>neon</target-platform>
+ <target-platform>oxygen</target-platform>
</properties>
</profile>
<profile>
diff --git a/org.eclipse.epp.mpc-target/pom.xml b/org.eclipse.epp.mpc-target/pom.xml
index a98e8e23..55d4d017 100644
--- a/org.eclipse.epp.mpc-target/pom.xml
+++ b/org.eclipse.epp.mpc-target/pom.xml
@@ -25,9 +25,9 @@
<configuration>
<artifacts>
<artifact>
- <file>neon.target</file>
+ <file>oxygen.target</file>
<type>target</type>
- <classifier>neon</classifier>
+ <classifier>oxygen</classifier>
</artifact>
<artifact>
<file>staging.target</file>

Back to the top