[jboss-cvs] JBossAS SVN: r66312 - in projects/security/security-jboss-sx/trunk: jbosssx and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 19 18:37:58 EDT 2007


Author: pgier
Date: 2007-10-19 18:37:58 -0400 (Fri, 19 Oct 2007)
New Revision: 66312

Modified:
   projects/security/security-jboss-sx/trunk/jbosssx-client/pom.xml
   projects/security/security-jboss-sx/trunk/jbosssx/pom.xml
   projects/security/security-jboss-sx/trunk/pom.xml
Log:
[JBBUILD-414] A few minor pom changes.  New groupId, change to SNAPSHOT version, etc.

Modified: projects/security/security-jboss-sx/trunk/jbosssx/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/pom.xml	2007-10-19 22:28:33 UTC (rev 66311)
+++ projects/security/security-jboss-sx/trunk/jbosssx/pom.xml	2007-10-19 22:37:58 UTC (rev 66312)
@@ -1,14 +1,13 @@
 <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>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jbosssx-aggregator</artifactId>
+      <version>2.0.1-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
-   <groupId>jboss</groupId>
+   <groupId>org.jboss.security</groupId>
    <artifactId>jbosssx</artifactId>
    <packaging>jar</packaging>
-   <version>2.0.1-GA</version>
    <name>JBoss Security Implementation for the JBAS</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>
    <description>JBoss Security is a cross cutting project that handles security for the JEMS projects</description>
@@ -49,41 +48,6 @@
       </properties>
     </profile>
    </profiles>
-   <repositories>
-    <repository>
-        <id>jboss</id>
-        <name>JBoss Inc. Repository</name>
-        <layout>default</layout>
-        <url>http://repository.jboss.com/maven2/</url>
-         <snapshots>
-            <enabled>false</enabled>
-         </snapshots>
-      </repository>
-      <repository>
-         <id>snapshots.jboss.org</id>
-         <name>JBoss Inc. Repository</name>
-         <layout>default</layout>
-         <url>http://snapshots.jboss.org/maven2/</url>
-         <snapshots>
-            <enabled>true</enabled>
-         </snapshots>
-         <releases>
-            <enabled>false</enabled>
-         </releases>
-      </repository> 
-   </repositories>
-   <pluginRepositories>
-      <pluginRepository>
-         <id>jbosspluginrepo</id>
-         <name>jboss plugin repository</name>
-         <url>http://repository.jboss.com/maven2</url>
-         <layout>default</layout>
-         <snapshots>
-            <enabled>false</enabled>
-            <updatePolicy>never</updatePolicy>
-         </snapshots>
-      </pluginRepository> 
-   </pluginRepositories>
    <build>
       <sourceDirectory>src/main</sourceDirectory>
       <testSourceDirectory>src/tests</testSourceDirectory>
@@ -130,10 +94,10 @@
          <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>javacc-maven-plugin</artifactId>
-            <version>0.6.1.1</version>
+            <version>2.2</version>
             <configuration>
                <packageName>org/jboss/security/auth/login</packageName>
-               <sourceDirectory>${basedir}/src/main</sourceDirectory>
+               <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
                <isStatic>false</isStatic>
             </configuration>
             <executions>
@@ -239,9 +203,9 @@
          <scope>runtime</scope>
       </dependency>
       <dependency>
-         <groupId>jboss</groupId>
+         <groupId>org.jboss.security</groupId>
          <artifactId>jboss-security-spi</artifactId>
-         <version>2.0.1-BETA2</version>
+         <version>2.0.1-SNAPSHOT</version>
          <scope>compile</scope>
       </dependency>
       <dependency>

Modified: projects/security/security-jboss-sx/trunk/jbosssx-client/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx-client/pom.xml	2007-10-19 22:28:33 UTC (rev 66311)
+++ projects/security/security-jboss-sx/trunk/jbosssx-client/pom.xml	2007-10-19 22:37:58 UTC (rev 66312)
@@ -1,40 +1,16 @@
 <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>jboss</groupId>
-     <artifactId>jboss-parent</artifactId>
-     <version>2</version>
+      <groupId>org.jboss.security</groupId>
+      <artifactId>jbosssx-aggregator</artifactId>
+      <version>2.0.1-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>jboss</groupId>
    <artifactId>jbosssx-client</artifactId>
-   <version>2.0.1-GA</version>
    <packaging>jar</packaging>
    <name>JBoss Security Client</name>
    <url>http://www.jboss.org</url>
    <description>JBoss Security Client Library</description>
-   <repositories>
-       <repository>
-          <id>jboss</id>
-          <name>JBoss Inc. 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>
    <build>
       <sourceDirectory>../jbosssx/src/main</sourceDirectory>
       <finalName>${artifactId}</finalName>

Modified: projects/security/security-jboss-sx/trunk/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/pom.xml	2007-10-19 22:28:33 UTC (rev 66311)
+++ projects/security/security-jboss-sx/trunk/pom.xml	2007-10-19 22:37:58 UTC (rev 66312)
@@ -5,10 +5,10 @@
       <version>3</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
-   <groupId>jbosssx</groupId>
+   <groupId>org.jboss.security</groupId>
    <artifactId>jbosssx-aggregator</artifactId>
    <packaging>pom</packaging>
-   <version>2.0.1-GA</version>
+   <version>2.0.1-SNAPSHOT</version>
    <name>JBoss Security Implementation for the JBAS - Aggregator</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>
    <description>JBoss Security is a cross cutting project that handles security for the JEMS projects</description>




More information about the jboss-cvs-commits mailing list