Skip to content

Commit

Permalink
Remove redundant tech preview repo definition
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetReynolds committed May 30, 2014
1 parent 261c6d3 commit 6faf15b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions demo/pom.xml
Expand Up @@ -432,24 +432,6 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<!--
Add the JBoss Enterprise Maven Repository so that redhat-X artifacts
can be resolved by Maven during build.
We add the general availability (GA) repository only, and not the early access repository.
For more info: https://access.redhat.com/site/maven-repository
-->
<id>redhat-ga-repository</id>
<url>https://maven.repository.redhat.com/techpreview/all/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>

</profiles>
Expand Down

0 comments on commit 6faf15b

Please sign in to comment.