Author: kstam
Date: Tue Jul  5 18:54:38 2011
New Revision: 1143168

URL: http://svn.apache.org/viewvc?rev=1143168&view=rev
Log:
SCOUT-121, upgrade pom

1. fix group name
2. apache-parent to version 9
3. Add repo section so snapshots go to snapshot repo

Modified:
    juddi/scout/trunk/pom.xml

Modified: juddi/scout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/juddi/scout/trunk/pom.xml?rev=1143168&r1=1143167&r2=1143168&view=diff
==============================================================================
--- juddi/scout/trunk/pom.xml (original)
+++ juddi/scout/trunk/pom.xml Tue Jul  5 18:54:38 2011
@@ -4,9 +4,9 @@
        <parent>
                <groupId>org.apache</groupId>
                <artifactId>apache</artifactId>
-               <version>6</version>
+               <version>9</version>
        </parent>
-       <groupId>org.apache.ws.scout</groupId>
+       <groupId>org.apache.juddi.scout</groupId>
        <artifactId>scout</artifactId>
        <version>1.2.4-SNAPSHOT</version>
        <packaging>bundle</packaging>
@@ -279,6 +279,23 @@
                        <scope>test</scope>
                </dependency>
        </dependencies>
+       <repositories>
+               <repository>
+                       <id>maven2-repository.dev.java.net</id>
+                       <name>Java.net Maven 2 Repository</name>
+                       <url>http://download.java.net/maven/2</url>
+                       <layout>default</layout>
+               </repository>
+               <repository>
+                       <id>apache.nexus</id>
+                       <name>Apache NEXUS Maven 2 Repository</name>
+                       
<url>https://repository.apache.org/content/repositories/releases/</url>
+                       <layout>default</layout>
+                       <snapshots> 
+                               <enabled>false</enabled> 
+                       </snapshots>
+               </repository>
+       </repositories>
        <build>
                <pluginManagement>
                        <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to