[exo-jcr-commits] exo-jcr SVN: r1063 - in kernel/branches/mc-int-branch/exo.kernel.mc-integration: exo.kernel.mc-int and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 15 09:42:54 EST 2009


Author: mstruk
Date: 2009-12-15 09:42:54 -0500 (Tue, 15 Dec 2009)
New Revision: 1063

Modified:
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml
   kernel/branches/mc-int-branch/exo.kernel.mc-integration/pom.xml
Log:
Moved versioning back in sync with kernel

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2009-12-15 14:15:35 UTC (rev 1062)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2009-12-15 14:42:54 UTC (rev 1063)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>2.2.0-Beta05-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int</artifactId>

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml	2009-12-15 14:15:35 UTC (rev 1062)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml	2009-12-15 14:42:54 UTC (rev 1063)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>2.2.0-Beta05-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int-demo</artifactId>

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml	2009-12-15 14:15:35 UTC (rev 1062)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml	2009-12-15 14:42:54 UTC (rev 1063)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>2.2.0-Beta05-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int-tests</artifactId>

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml	2009-12-15 14:15:35 UTC (rev 1062)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml	2009-12-15 14:42:54 UTC (rev 1063)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>2.2.0-Beta05-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.kernel.mc-kernel-extras</artifactId>

Modified: kernel/branches/mc-int-branch/exo.kernel.mc-integration/pom.xml
===================================================================
--- kernel/branches/mc-int-branch/exo.kernel.mc-integration/pom.xml	2009-12-15 14:15:35 UTC (rev 1062)
+++ kernel/branches/mc-int-branch/exo.kernel.mc-integration/pom.xml	2009-12-15 14:42:54 UTC (rev 1063)
@@ -10,14 +10,13 @@
    </parent>
 
    <artifactId>mc-integration-parent</artifactId>
-   <version>1.0.0-SNAPSHOT</version>
    <packaging>pom</packaging>
 
    <name>eXo Kernel :: MC Kernel Integration</name>
    <description>MC Kernel Integration</description>
 
    <properties>
-      <version.parent>2.2.0-Beta05-SNAPSHOT</version.parent>
+      <!--version.parent>2.2.0-Beta05-SNAPSHOT</version.parent-->
       <version.jboss.mc>2.0.6.GA</version.jboss.mc>
       <version.jboss.mc-int>2.2.0.Alpha2</version.jboss.mc-int>
       <version.jboss.classloader>2.0.7.GA</version.jboss.classloader>
@@ -35,12 +34,12 @@
         <dependency>
            <groupId>org.exoplatform.kernel</groupId>
            <artifactId>exo.kernel.commons</artifactId>
-           <version>${version.parent}</version>
+           <version>${project.version}</version>
         </dependency>
         <dependency>
            <groupId>org.exoplatform.kernel</groupId>
            <artifactId>exo.kernel.container</artifactId>
-           <version>${version.parent}</version>
+           <version>${project.version}</version>
         </dependency>
         <dependency>
            <groupId>org.exoplatform.kernel</groupId>



More information about the exo-jcr-commits mailing list