[jbosstools-commits] JBoss Tools SVN: r42000 - trunk/build/parent.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Jun 15 10:55:41 EDT 2012
Author: mickael_istria
Date: 2012-06-15 10:55:40 -0400 (Fri, 15 Jun 2012)
New Revision: 42000
Modified:
trunk/build/parent/pom.xml
Log:
* Removed an old Tycho staging repo
* Added OSS sonatype repo for maven-download-plugin (among others)
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-06-15 14:43:27 UTC (rev 41999)
+++ trunk/build/parent/pom.xml 2012-06-15 14:55:40 UTC (rev 42000)
@@ -887,9 +887,14 @@
<url>https://repository.sonatype.org/content/groups/sonatype-public-grid</url>
</pluginRepository>
<pluginRepository>
- <id>tycho-0.15-staging</id>
- <name>tycho-0.15-staging</name>
- <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-115/</url>
+ <id>sonatype-public-repository</id>
+ <url>https://oss.sonatype.org/content/groups/public</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
</pluginRepository>
<pluginRepository>
<id>repository.sonatype.org-snapshots</id>
More information about the jbosstools-commits
mailing list