Author: fbricon
Date: 2011-12-21 08:09:43 -0500 (Wed, 21 Dec 2011)
New Revision: 37487
Modified:
trunk/maven/plugins/org.jboss.tools.maven.core/plugin.xml
Log:
JBIDE-9688 : use same repository id (jboss-releases-repository) as in the repository
templates of the pom.xml editor
Modified: trunk/maven/plugins/org.jboss.tools.maven.core/plugin.xml
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.core/plugin.xml 2011-12-21 12:53:45 UTC (rev
37486)
+++ trunk/maven/plugins/org.jboss.tools.maven.core/plugin.xml 2011-12-21 13:09:43 UTC (rev
37487)
@@ -237,7 +237,7 @@
</extension>
<extension point="org.eclipse.m2e.core.indexes">
- <index indexId="jboss_releases" isShort="true"
+ <index indexId="jboss-releases-repository" isShort="true"
repositoryUrl="https://repository.jboss.org/nexus/content/repositori...
</index>
</extension>