Skip to content

Commit

Permalink
[Releng] Fixed target platform reference for Oxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
creckord committed Feb 1, 2017
1 parent 3f62558 commit 8907164
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.epp.mpc-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.epp.mpc-target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8907164

Please sign in to comment.