[jboss-cvs] JBossAS SVN: r67581 - projects/security/security-jboss-sx/trunk/jbosssx-client.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 28 19:18:16 EST 2007


Author: anil.saldhana at jboss.com
Date: 2007-11-28 19:18:16 -0500 (Wed, 28 Nov 2007)
New Revision: 67581

Modified:
   projects/security/security-jboss-sx/trunk/jbosssx-client/pom.xml
Log:
update parent and repo

Modified: projects/security/security-jboss-sx/trunk/jbosssx-client/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx-client/pom.xml	2007-11-28 23:23:37 UTC (rev 67580)
+++ projects/security/security-jboss-sx/trunk/jbosssx-client/pom.xml	2007-11-29 00:18:16 UTC (rev 67581)
@@ -1,4 +1,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <parent>
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-parent</artifactId>
+      <version>3</version>
+   </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.security</groupId>
    <artifactId>jbosssx-client</artifactId>
@@ -86,4 +91,28 @@
      </plugin>
     </plugins>
  </build>
+ <repositories>
+    <repository>
+      <id>repository.jboss.org</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.org/maven2/</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+
+    <repository>
+      <id>snapshots.jboss.org</id>
+      <name>JBoss Snapshots Repository</name>
+      <layout>default</layout>
+      <url>http://snapshots.jboss.org/maven2/</url>
+      <snapshots>
+         <enabled>true</enabled>
+      </snapshots>
+      <releases>
+         <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
 </project>




More information about the jboss-cvs-commits mailing list