Skip to content

Commit

Permalink
Alignment with the jboss-integration split version
Browse files Browse the repository at this point in the history
  • Loading branch information
vhalbert committed Nov 13, 2013
1 parent ea0e814 commit e9b8074
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.integration-platform</groupId>
<artifactId>jboss-integration-platform-bom</artifactId>
<artifactId>jboss-integration-platform-parent</artifactId>
<version>6.0.0.CR3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -14,6 +14,7 @@
<description>Federated SQL and XML query engine.</description>
<properties>
<site.url>http://www.jboss.org/teiid</site.url>
<version.ip-bom>6.0.0.CR3</version.ip-bom>
<jbossas-test-version>jboss-eap-6.1</jbossas-test-version>
<arquillian-container-version>7.2.0.Final</arquillian-container-version>
<version.ant.plugin>1.7.0</version.ant.plugin>
Expand Down Expand Up @@ -253,7 +254,16 @@
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependencies>
<!--IP-Platform BOM-->
<dependency>
<groupId>org.jboss.integration-platform</groupId>
<artifactId>jboss-integration-platform-bom</artifactId>
<version>${version.ip-bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!--
Declare all dependency versions and default scopes here, but not optional.
Each module should declare it's direct dependency and possibily overwrite scope/optional.
Expand Down

0 comments on commit e9b8074

Please sign in to comment.