[exo-jcr-commits] exo-jcr SVN: r2772 - jcr/branches/1.12.x/exo.jcr.component.ext.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jul 13 03:47:20 EDT 2010


Author: tolusha
Date: 2010-07-13 03:47:19 -0400 (Tue, 13 Jul 2010)
New Revision: 2772

Modified:
   jcr/branches/1.12.x/exo.jcr.component.ext/pom.xml
Log:
EXOJCR-751: restore pom.xml

Modified: jcr/branches/1.12.x/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.component.ext/pom.xml	2010-07-13 07:30:40 UTC (rev 2771)
+++ jcr/branches/1.12.x/exo.jcr.component.ext/pom.xml	2010-07-13 07:47:19 UTC (rev 2772)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.3-GA-SNAPSHOT</version>
+    <version>1.14.0-Beta01-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.ext</artifactId>
   <name>eXo JCR :: Component :: Extension Service</name>
@@ -166,9 +166,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <includes>
-              <include>**/**/MetaDataActionTest.java</include>
-            
-              <!-- include>**/actions/*Test.java</include>
+              <include>**/actions/*Test.java</include>
               <include>**/metadata/*Test.java</include>
               <include>**/owner/*Test.java</include>
               <include>**/registry/*Test.java</include>
@@ -177,7 +175,7 @@
               <include>**/groovy/*Test.java</include>
               <include>**/replication/*.java</include>
               <include>**/replication/external/*.java</include>
-              <include>**/replication/async/**/*.java</include -->
+              <include>**/replication/async/**/*.java</include>
             </includes>
             <excludes>
               <exclude>**/BaseStandaloneTest.java</exclude>



More information about the exo-jcr-commits mailing list