Skip to content

Commit

Permalink
Updated to 6.3 GA Versions, removed EA repos
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinearls committed Oct 7, 2016
1 parent 14960d6 commit 553848c
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<properties>
<application-name>ServiceMix Web Service Examples</application-name>

<camel.version>2.17.0.redhat-630191</camel.version>
<cxf.version>3.1.5.redhat-630191</cxf.version>
<jboss.fuse.bom.version>6.3.0.redhat-191</jboss.fuse.bom.version>
<camel.version>2.17.0.redhat-630187</camel.version>
<cxf.version>3.1.5.redhat-630187</cxf.version>
<jboss.fuse.bom.version>6.3.0.redhat-187</jboss.fuse.bom.version>

<maven.bundle.plugin.version>2.5.3</maven.bundle.plugin.version>
<build.helper.maven.plugin.version>1.9.1</build.helper.maven.plugin.version>
Expand All @@ -63,16 +63,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>redhat-ea-repository</id>
<url>https://maven.repository.redhat.com/earlyaccess/all</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -85,16 +75,6 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>redhat-ea-repository</id>
<url>https://maven.repository.redhat.com/earlyaccess/all</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<build>
Expand Down

0 comments on commit 553848c

Please sign in to comment.