Skip to content

Commit

Permalink
Move the target platform back to normal parent
Browse files Browse the repository at this point in the history
* Since JBIDE-11121 parent points to 4.1.0, we are in danger of using
  a 4.1.0 TP to do the merging with and not good to keep using a forked
  parent. As the target has been placed under version control anyway, there
  is no need for this parent at this time. Only when regenerating the
  target will it be necessary (maybe) to change over.
  • Loading branch information
Paul Richardson committed Jan 23, 2013
1 parent 757ffb1 commit 4c0c2ac
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions target-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<!--
# Experimental. Used for generating the target
<artifactId>parent</artifactId>
<version>4.1.0.JBIDE-11121-SNAPSHOT</version>
<relativePath></relativePath>
-->
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.1.0.JBIDE-11121-SNAPSHOT</version>
<relativePath></relativePath>
<artifactId>teiid</artifactId>
<version>0.0.4-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools.target-platforms</groupId>
<artifactId>teiid.designer</artifactId>
Expand Down

0 comments on commit 4c0c2ac

Please sign in to comment.