Skip to content

Commit

Permalink
upgrading to 4.5.0.Final TP
Browse files Browse the repository at this point in the history
  • Loading branch information
blafond committed Aug 28, 2017
1 parent 7cc1734 commit d7729c8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.4.3.Final</version>
<version>4.5.0.Final-SNAPSHOT</version>
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>teiid</artifactId>
Expand Down Expand Up @@ -38,6 +38,19 @@
</modules>

<repositories>
<repository>
<id>jboss-releases</id>
<name>JBoss Early Access</name>
<url>https://repository.jboss.org/nexus/content/repositories/releases/org/jboss/tools/integration-stack/target-platform/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
Expand Down Expand Up @@ -93,6 +106,7 @@
<enabled>false</enabled>
</snapshots>
</repository>

</repositories>

<build>
Expand Down

0 comments on commit d7729c8

Please sign in to comment.