[exo-jcr-commits] exo-jcr SVN: r246 - in core/trunk: component/database and 10 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 7 09:39:46 EDT 2009


Author: pnedonosko
Date: 2009-10-07 09:39:46 -0400 (Wed, 07 Oct 2009)
New Revision: 246

Modified:
   core/trunk/component/database/pom.xml
   core/trunk/component/document/pom.xml
   core/trunk/component/ldap/pom.xml
   core/trunk/component/organization/api/pom.xml
   core/trunk/component/organization/jdbc/pom.xml
   core/trunk/component/organization/ldap/pom.xml
   core/trunk/component/script/groovy/pom.xml
   core/trunk/component/security/core/pom.xml
   core/trunk/component/web/css/pom.xml
   core/trunk/component/xml-processing/pom.xml
   core/trunk/packaging/module/pom.xml
   core/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: core/trunk/component/database/pom.xml
===================================================================
--- core/trunk/component/database/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/database/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.database</artifactId>

Modified: core/trunk/component/document/pom.xml
===================================================================
--- core/trunk/component/document/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/document/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.document</artifactId>

Modified: core/trunk/component/ldap/pom.xml
===================================================================
--- core/trunk/component/ldap/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/ldap/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.ldap</artifactId>

Modified: core/trunk/component/organization/api/pom.xml
===================================================================
--- core/trunk/component/organization/api/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/organization/api/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.organization.api</artifactId>

Modified: core/trunk/component/organization/jdbc/pom.xml
===================================================================
--- core/trunk/component/organization/jdbc/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/organization/jdbc/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.organization.jdbc</artifactId>

Modified: core/trunk/component/organization/ldap/pom.xml
===================================================================
--- core/trunk/component/organization/ldap/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/organization/ldap/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.organization.ldap</artifactId>

Modified: core/trunk/component/script/groovy/pom.xml
===================================================================
--- core/trunk/component/script/groovy/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/script/groovy/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.script.groovy</artifactId>

Modified: core/trunk/component/security/core/pom.xml
===================================================================
--- core/trunk/component/security/core/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/security/core/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.security.core</artifactId>

Modified: core/trunk/component/web/css/pom.xml
===================================================================
--- core/trunk/component/web/css/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/web/css/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.web.css</artifactId>

Modified: core/trunk/component/xml-processing/pom.xml
===================================================================
--- core/trunk/component/xml-processing/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/component/xml-processing/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.xml-processing</artifactId>

Modified: core/trunk/packaging/module/pom.xml
===================================================================
--- core/trunk/packaging/module/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/packaging/module/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.0-Beta02</version>
+      <version>2.3.0-Beta03-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -17,13 +17,13 @@
 
    <!-- declare the same dependencies than in the module.js -->
    <dependencies>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.0-Beta02</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.0-Beta02</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.0-Beta02</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.0-Beta02</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.0-Beta02</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.0-Beta02</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.0-Beta02</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.0-Beta03-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.0-Beta03-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.0-Beta03-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.0-Beta03-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.0-Beta03-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.0-Beta03-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.0-Beta03-SNAPSHOT</version></dependency>
    </dependencies>
    
    <build>

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-10-07 13:39:16 UTC (rev 245)
+++ core/trunk/pom.xml	2009-10-07 13:39:46 UTC (rev 246)
@@ -29,7 +29,7 @@
 
    <groupId>org.exoplatform.core</groupId>
    <artifactId>core-parent</artifactId>
-   <version>2.3.0-Beta02</version>
+   <version>2.3.0-Beta03-SNAPSHOT</version>
    <packaging>pom</packaging>
 
    <name>eXo Core</name>
@@ -43,9 +43,9 @@
    </properties>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/core/tags/2.3.0-Beta02</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/tags/2.3.0-Beta02</developerConnection>
-      <url>http://fisheye.jboss.org/browse/exo-jcr/core/tags/2.3.0-Beta02</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/core/trunk</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/trunk</developerConnection>
+      <url>http://fisheye.jboss.org/browse/exo-jcr/core/trunk</url>
    </scm>
 
    <modules>



More information about the exo-jcr-commits mailing list