[exo-jcr-commits] exo-jcr SVN: r2482 - in jcr/trunk: applications and 25 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jun 4 04:26:06 EDT 2010


Author: pnedonosko
Date: 2010-06-04 04:26:05 -0400 (Fri, 04 Jun 2010)
New Revision: 2482

Modified:
   jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
   jcr/trunk/applications/exo.jcr.applications.browser/pom.xml
   jcr/trunk/applications/exo.jcr.applications.config/pom.xml
   jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml
   jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml
   jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml
   jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
   jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
   jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml
   jcr/trunk/applications/exo.jcr.ear/pom.xml
   jcr/trunk/applications/pom.xml
   jcr/trunk/docs/pom.xml
   jcr/trunk/docs/reference/en/pom.xml
   jcr/trunk/docs/reference/pom.xml
   jcr/trunk/docs/userguide/en/pom.xml
   jcr/trunk/docs/userguide/pom.xml
   jcr/trunk/exo.jcr.component.core/pom.xml
   jcr/trunk/exo.jcr.component.ext/pom.xml
   jcr/trunk/exo.jcr.component.ftp/pom.xml
   jcr/trunk/exo.jcr.component.statistics/pom.xml
   jcr/trunk/exo.jcr.component.webdav/pom.xml
   jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
   jcr/trunk/exo.jcr.framework.command/pom.xml
   jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
   jcr/trunk/exo.jcr.framework.web/pom.xml
   jcr/trunk/packaging/module/pom.xml
   jcr/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of 1.12.2-GA

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.backupconsole</artifactId>
   <name>eXo JCR :: Applications :: Backup Console</name>
@@ -58,10 +58,10 @@
       <groupId>javax.ws.rs</groupId>
       <artifactId>jsr311-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <pluginManagement>
@@ -81,14 +81,14 @@
         </plugin>
       </plugins>
     </pluginManagement>    
-  </build>
-  <profiles>
-    <profile>
-      <id>deploy</id>
-      <activation>
-         <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
+  </build>
+  <profiles>
+    <profile>
+      <id>deploy</id>
+      <activation>
+         <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
@@ -108,8 +108,8 @@
               </execution>
             </executions>
           </plugin>
-        </plugins>
-      </build>      
-    </profile>
+        </plugins>
+      </build>      
+    </profile>
   </profiles>
 </project>

Modified: jcr/trunk/applications/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.browser</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.config/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.config</artifactId>
   <packaging>pom</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.fckeditor</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -18,11 +18,11 @@
     02110-1301 USA, or see the FSF site: http://www.fsf.org.
 
 -->
-<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">
+<project>
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
       <dependency>
          <groupId>org.exoplatform.jcr</groupId>
          <artifactId>exo.jcr.ear</artifactId>
-         <version>1.12.3-GA-SNAPSHOT</version>
+         <version>1.12.2-GA-SNAPSHOT</version>
          <type>ear</type>
          <scope>runtime</scope>
       </dependency>
@@ -95,7 +95,7 @@
                   <copy todir="${exo.projects.directory.working}/exo-jboss" verbose="false" overwrite="true">
                      <fileset dir="${exo.projects.directory.dependencies}/${exo.projects.app.jboss.version}" />
                   </copy>
-                  <chmod dir="${exo.projects.directory.working}/exo-jboss/bin" perm="+x" includes="*.sh" />
+                  <chmod dir="${exo.projects.directory.working}/exo-jboss/bin" perm="+x"   includes="*.sh"/>
 
                   <!--renaming ear-->
                   <move todir="${basedir}/target/lib-binary.dir/">

Modified: jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -18,11 +18,11 @@
     02110-1301 USA, or see the FSF site: http://www.fsf.org.
 
 -->
-<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">
+<project>
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
       <dependency>
          <groupId>org.exoplatform.jcr</groupId>
          <artifactId>exo.jcr.ear</artifactId>
-         <version>1.12.3-GA-SNAPSHOT</version>
+         <version>1.12.2-GA-SNAPSHOT</version>
          <type>ear</type>
          <scope>runtime</scope>
       </dependency>
@@ -122,8 +122,8 @@
                   </copy>
                   <copy todir="${exo.projects.directory.working}/exo-jonas/bin/" verbose="true" overwrite="true">
                      <fileset dir="${basedir}/../product-patches/as/jonas/bin/" />
-                  </copy>
-                  <chmod dir="${exo.projects.directory.working}/exo-jonas/bin/unix" perm="+x" includes="*" />                  
+                  </copy>
+                  <chmod dir="${exo.projects.directory.working}/exo-jonas/bin/unix" perm="+x" includes="*"/>                  
                   <delete file="${exo.projects.directory.working}/exo-jonas/lib/commons/jonas/hsqldb.jar" />
                   <copy todir="${exo.projects.directory.working}/exo-jonas/lib/commons/jonas/">
                      <fileset dir="${basedir}/target/lib-binary.dir/">

Modified: jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.rest</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -18,11 +18,11 @@
     02110-1301 USA, or see the FSF site: http://www.fsf.org.
 
 -->
-<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">
+<project>
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
       <relativePath>exo.jcr.applications.config</relativePath>
    </parent>
 
@@ -104,7 +104,7 @@
                   <copy todir="${exo.projects.directory.working}/exo-tomcat/" verbose="true" overwrite="true">
                      <fileset dir="${basedir}/../product-patches/as/tomcat/" />
                   </copy>
-                  <chmod dir="${exo.projects.directory.working}/exo-tomcat/bin" perm="+x" includes="*.sh" />
+                  <chmod dir="${exo.projects.directory.working}/exo-tomcat/bin" perm="+x" includes="*.sh"/>
 
                   <move todir="${basedir}/target/lib-binary.dir/">
                      <fileset dir="${basedir}/target/lib-binary.dir/">

Modified: jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.cluster.testclient</artifactId>
   <name>eXo JCR :: Cluster :: Test Client</name>

Modified: jcr/trunk/applications/exo.jcr.ear/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.ear/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.ear</artifactId>
   <packaging>ear</packaging>

Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/applications/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -22,12 +22,12 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jcr-applications-parent</artifactId>
-   <version>1.12.3-GA-SNAPSHOT</version>
+   <version>1.12.2-GA-SNAPSHOT</version>
     
    <name>eXo JCR :: Applications :: Reactor</name>
    <packaging>pom</packaging>

Modified: jcr/trunk/docs/pom.xml
===================================================================
--- jcr/trunk/docs/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/docs/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/reference/en/pom.xml
===================================================================
--- jcr/trunk/docs/reference/en/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/docs/reference/en/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>reference-docs</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/reference/pom.xml
===================================================================
--- jcr/trunk/docs/reference/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/docs/reference/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>docs</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/userguide/en/pom.xml
===================================================================
--- jcr/trunk/docs/userguide/en/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/docs/userguide/en/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>userguide-docs</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/userguide/pom.xml
===================================================================
--- jcr/trunk/docs/userguide/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/docs/userguide/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>docs</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
    <artifactId>exo.jcr.component.core</artifactId>
    <name>eXo JCR :: Component :: Core Service</name>

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.ext</artifactId>
   <name>eXo JCR :: Component :: Extension Service</name>

Modified: jcr/trunk/exo.jcr.component.ftp/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ftp/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.ftp</artifactId>
   <name>eXo JCR :: Component :: FTP Service</name>

Modified: jcr/trunk/exo.jcr.component.statistics/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.statistics/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.component.statistics/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.statistics</artifactId>
   <name>eXo JCR :: Component :: Statistics Provider</name>

Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.webdav</artifactId>
   <name>eXo JCR :: Component :: Webdav Service</name>

Modified: jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.connectors.localadapter</artifactId>
   <packaging>rar</packaging>

Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.3-GA-SNAPSHOT</version>
+      <version>1.12.2-GA-SNAPSHOT</version>
    </parent>
    <artifactId>exo.jcr.framework.command</artifactId>
    <name>eXo JCR :: Framework :: Command</name>

Modified: jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.framework.ftpclient</artifactId>
   <name>eXo JCR :: Framework :: FTP Client</name>

Modified: jcr/trunk/exo.jcr.framework.web/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.web/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.framework.web</artifactId>
   <name>eXo JCR :: Framework :: Web</name>

Modified: jcr/trunk/packaging/module/pom.xml
===================================================================
--- jcr/trunk/packaging/module/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/packaging/module/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.12.2-GA-SNAPSHOT</version>
   </parent>
   <artifactId>jcr.packaging.module</artifactId>
   <packaging>pom</packaging>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-06-04 08:09:33 UTC (rev 2481)
+++ jcr/trunk/pom.xml	2010-06-04 08:26:05 UTC (rev 2482)
@@ -29,7 +29,7 @@
 
   <groupId>org.exoplatform.jcr</groupId>
   <artifactId>jcr-parent</artifactId>
-  <version>1.12.3-GA-SNAPSHOT</version>
+  <version>1.12.2-GA-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>eXo JCR</name>
 



More information about the exo-jcr-commits mailing list