[jboss-cvs] Picketbox SVN: r32 - in trunk: parent and 16 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 14 01:32:34 EST 2010


Author: anil.saldhana at jboss.com
Date: 2010-02-14 01:32:33 -0500 (Sun, 14 Feb 2010)
New Revision: 32

Modified:
   trunk/parent/pom.xml
   trunk/picketbox/pom.xml
   trunk/pom.xml
   trunk/security-jboss-sx/acl/pom.xml
   trunk/security-jboss-sx/assembly/pom.xml
   trunk/security-jboss-sx/identity/pom.xml
   trunk/security-jboss-sx/jbosssx-client/pom.xml
   trunk/security-jboss-sx/jbosssx-mc-int/pom.xml
   trunk/security-jboss-sx/jbosssx/pom.xml
   trunk/security-jboss-sx/parent/pom.xml
   trunk/security-jboss-sx/pom.xml
   trunk/security-spi/acl/pom.xml
   trunk/security-spi/assembly/pom.xml
   trunk/security-spi/authorization/pom.xml
   trunk/security-spi/identity/pom.xml
   trunk/security-spi/parent/pom.xml
   trunk/security-spi/pom.xml
   trunk/security-spi/spi/pom.xml
Log:
next is 3.0.0.Beta1-SNAPSHOT

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/parent/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -8,7 +8,7 @@
    <groupId>org.picketbox</groupId>
    <artifactId>picketbox-parent</artifactId>
    <packaging>pom</packaging>
-   <version>3.0.0.Beta1</version>
+   <version>3.0.0.Beta1-SNAPSHOT</version>
    <name>PicketBox- Parent</name>
    <url>http://jboss.org/picketbox</url>
    <description>PicketBox is a security framework for authentication, authorization, audit and mapping</description>
@@ -23,8 +23,8 @@
       <url>http://www.jboss.org</url>
    </organization>
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/tags/3.0.0.Beta1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/tags/3.0.0.Beta1</developerConnection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/tags/3.0.0.Beta1-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/tags/3.0.0.Beta1-SNAPSHOT</developerConnection>
    </scm>
   
    <build>

Modified: trunk/picketbox/pom.xml
===================================================================
--- trunk/picketbox/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/picketbox/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -8,7 +8,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.picketbox</groupId>
    <artifactId>picketbox-bare</artifactId>
-   <version>3.0.0.Beta1</version>
+   <version>3.0.0.Beta1-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>Picketbox</name>
    <url>http://jboss.org/picketbox</url>
@@ -18,13 +18,13 @@
       <dependency>
          <groupId>org.jboss.security</groupId>
          <artifactId>jboss-security-spi</artifactId>
-         <version>3.0.0.Beta1</version>
+         <version>3.0.0.Beta1-SNAPSHOT</version>
          <scope>compile</scope>
       </dependency>
       <dependency>
          <groupId>org.jboss.security</groupId>
          <artifactId>jbosssx</artifactId>
-         <version>3.0.0.Beta1</version>
+         <version>3.0.0.Beta1-SNAPSHOT</version>
          <scope>compile</scope>
       </dependency>
       <dependency>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketbox</groupId>
      <artifactId>picketbox-parent</artifactId>
-     <version>3.0.0.Beta1</version>
+     <version>3.0.0.Beta1-SNAPSHOT</version>
      <relativePath>parent</relativePath>
    </parent>
 

Modified: trunk/security-jboss-sx/acl/pom.xml
===================================================================
--- trunk/security-jboss-sx/acl/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-jboss-sx/acl/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.jboss.security</groupId>
       <artifactId>jbosssx-parent</artifactId>
-      <version>3.0.0.Beta1</version>
+      <version>3.0.0.Beta1-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: trunk/security-jboss-sx/assembly/pom.xml
===================================================================
--- trunk/security-jboss-sx/assembly/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-jboss-sx/assembly/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.security</groupId>
     <artifactId>jbosssx-parent</artifactId>
-    <version>3.0.0.Beta1</version>
+    <version>3.0.0.Beta1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.security</groupId>

Modified: trunk/security-jboss-sx/identity/pom.xml
===================================================================
--- trunk/security-jboss-sx/identity/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-jboss-sx/identity/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.jboss.security</groupId>
       <artifactId>jbosssx-parent</artifactId>
-      <version>3.0.0.Beta1</version>
+      <version>3.0.0.Beta1-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: trunk/security-jboss-sx/jbosssx/pom.xml
===================================================================
--- trunk/security-jboss-sx/jbosssx/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-jboss-sx/jbosssx/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.jboss.security</groupId>
       <artifactId>jbosssx-parent</artifactId>
-      <version>3.0.0.Beta1</version>
+      <version>3.0.0.Beta1-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: trunk/security-jboss-sx/jbosssx-client/pom.xml
===================================================================
--- trunk/security-jboss-sx/jbosssx-client/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-jboss-sx/jbosssx-client/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -7,7 +7,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.security</groupId>
    <artifactId>jbosssx-client</artifactId>
-   <version>3.0.0.Beta1</version>
+   <version>3.0.0.Beta1-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>JBoss Security Client</name>
    <url>http://www.jboss.org</url>

Modified: trunk/security-jboss-sx/jbosssx-mc-int/pom.xml
===================================================================
--- trunk/security-jboss-sx/jbosssx-mc-int/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-jboss-sx/jbosssx-mc-int/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.security</groupId>
     <artifactId>jbosssx-parent</artifactId>
-    <version>3.0.0.Beta1</version>
+    <version>3.0.0.Beta1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: trunk/security-jboss-sx/parent/pom.xml
===================================================================
--- trunk/security-jboss-sx/parent/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-jboss-sx/parent/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -8,7 +8,7 @@
    <groupId>org.jboss.security</groupId>
    <artifactId>jbosssx-parent</artifactId>
    <packaging>pom</packaging>
-   <version>3.0.0.Beta1</version>
+   <version>3.0.0.Beta1-SNAPSHOT</version>
    <name>JBossSX - Parent</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>
@@ -23,8 +23,8 @@
       <url>http://www.jboss.org</url>
    </organization>
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-jboss-sx/tags/3.0.0.Beta1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-jboss-sx/tags/3.0.0.Beta1</developerConnection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-jboss-sx/tags/3.0.0.Beta1-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-jboss-sx/tags/3.0.0.Beta1-SNAPSHOT</developerConnection>
    </scm>
   
    <build>
@@ -144,6 +144,6 @@
 
   <properties>
     <org.jboss.javaee.version>GA</org.jboss.javaee.version>
-    <org.jboss.security.spi.version>3.0.0.Beta1</org.jboss.security.spi.version>
+    <org.jboss.security.spi.version>3.0.0.Beta1-SNAPSHOT</org.jboss.security.spi.version>
   </properties>
 </project>

Modified: trunk/security-jboss-sx/pom.xml
===================================================================
--- trunk/security-jboss-sx/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-jboss-sx/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -7,7 +7,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jboss.security</groupId>
    <artifactId>jbosssx-pom</artifactId>
-   <version>3.0.0.Beta1</version>
+   <version>3.0.0.Beta1-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>JBoss Security Implementation for the JBAS - Parent</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>
@@ -23,8 +23,8 @@
       <url>http://www.jboss.org</url>
    </organization>
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/tags/3.0.0.Beta1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/tags/3.0.0.Beta1</developerConnection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/tags/3.0.0.Beta1-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/security/security-jboss-sx/tags/3.0.0.Beta1-SNAPSHOT</developerConnection>
    </scm>
    <repositories>
     <repository>

Modified: trunk/security-spi/acl/pom.xml
===================================================================
--- trunk/security-spi/acl/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-spi/acl/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.jboss.security</groupId>
       <artifactId>jboss-security-spi-parent</artifactId>
-      <version>3.0.0.Beta1</version>
+      <version>3.0.0.Beta1-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -22,9 +22,9 @@
        <url>http://www.jboss.org</url>
     </organization>
     <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/3.0.0.Beta1</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</developerConnection>
+      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</url>
     </scm>
    <dependencies>
      <dependency>

Modified: trunk/security-spi/assembly/pom.xml
===================================================================
--- trunk/security-spi/assembly/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-spi/assembly/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.security</groupId>
     <artifactId>jboss-security-spi-parent</artifactId>
-    <version>3.0.0.Beta1</version>
+    <version>3.0.0.Beta1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: trunk/security-spi/authorization/pom.xml
===================================================================
--- trunk/security-spi/authorization/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-spi/authorization/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.jboss.security</groupId>
       <artifactId>jboss-security-spi-parent</artifactId>
-      <version>3.0.0.Beta1</version>
+      <version>3.0.0.Beta1-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -22,9 +22,9 @@
        <url>http://www.jboss.org</url>
     </organization>
     <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/3.0.0.Beta1</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</developerConnection>
+      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</url>
     </scm>
    <dependencies>
      <dependency>

Modified: trunk/security-spi/identity/pom.xml
===================================================================
--- trunk/security-spi/identity/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-spi/identity/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.jboss.security</groupId>
       <artifactId>jboss-security-spi-parent</artifactId>
-      <version>3.0.0.Beta1</version>
+      <version>3.0.0.Beta1-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -22,9 +22,9 @@
        <url>http://www.jboss.org</url>
     </organization>
     <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/3.0.0.Beta1</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</developerConnection>
+      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</url>
     </scm>
     <reporting>
       <plugins>

Modified: trunk/security-spi/parent/pom.xml
===================================================================
--- trunk/security-spi/parent/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-spi/parent/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -8,7 +8,7 @@
    <groupId>org.jboss.security</groupId>
    <artifactId>jboss-security-spi-parent</artifactId>
    <packaging>pom</packaging>
-   <version>3.0.0.Beta1</version>
+   <version>3.0.0.Beta1-SNAPSHOT</version>
    <name>JBoss Security SPI - Parent</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>
@@ -23,8 +23,8 @@
       <url>http://www.jboss.org</url>
    </organization>
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</developerConnection>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</developerConnection>
    </scm>
   
    <build>

Modified: trunk/security-spi/pom.xml
===================================================================
--- trunk/security-spi/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-spi/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.jboss.security</groupId>
       <artifactId>jboss-security-spi-parent</artifactId>
-      <version>3.0.0.Beta1</version>
+      <version>3.0.0.Beta1-SNAPSHOT</version>
       <relativePath>parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: trunk/security-spi/spi/pom.xml
===================================================================
--- trunk/security-spi/spi/pom.xml	2010-02-14 06:29:19 UTC (rev 31)
+++ trunk/security-spi/spi/pom.xml	2010-02-14 06:32:33 UTC (rev 32)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.jboss.security</groupId>
       <artifactId>jboss-security-spi-parent</artifactId>
-      <version>3.0.0.Beta1</version>
+      <version>3.0.0.Beta1-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
@@ -22,9 +22,9 @@
       <url>http://www.jboss.org</url>
    </organization>
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/3.0.0.Beta1</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</developerConnection>
+      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/picketbox/security-spi/tags/3.0.0.Beta1-SNAPSHOT</url>
    </scm>
    <build>
      <resources>




More information about the jboss-cvs-commits mailing list