You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2011/10/29 20:49:53 UTC

svn commit: r1194971 - in /openejb/trunk/openejb: arquillian-tomee/pom.xml pom.xml

Author: rmannibucau
Date: Sat Oct 29 18:49:53 2011
New Revision: 1194971

URL: http://svn.apache.org/viewvc?rev=1194971&view=rev
Log:
updating arquillian-tomee parent

Modified:
    openejb/trunk/openejb/arquillian-tomee/pom.xml
    openejb/trunk/openejb/pom.xml

Modified: openejb/trunk/openejb/arquillian-tomee/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/arquillian-tomee/pom.xml?rev=1194971&r1=1194970&r2=1194971&view=diff
==============================================================================
--- openejb/trunk/openejb/arquillian-tomee/pom.xml (original)
+++ openejb/trunk/openejb/arquillian-tomee/pom.xml Sat Oct 29 18:49:53 2011
@@ -21,31 +21,15 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>10</version>
+    <artifactId>openejb</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>4.0.0-beta-2-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.openejb</groupId>
   <artifactId>arquillian-tomee</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-
   <name>TomEE Arquillian Adaptor</name>
-  <url>http://openejb.apache.org</url>
-
-  <repositories>
-    <repository>
-      <id>apache-m2-snapshot</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-    </repository>
-    <repository>
-      <id>jboss-m2-snapshot</id>
-      <name>JBoss Snapshot Repository</name>
-      <url>https://repository.jboss.org/nexus/content/groups/public/</url>
-    </repository>
-  </repositories>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -64,17 +48,4 @@
     <module>arquillian-tomee-moviefun-example</module>
     <module>ziplock</module>
   </modules>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.6</source>
-          <target>1.6</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>

Modified: openejb/trunk/openejb/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/pom.xml?rev=1194971&r1=1194970&r2=1194971&view=diff
==============================================================================
--- openejb/trunk/openejb/pom.xml (original)
+++ openejb/trunk/openejb/pom.xml Sat Oct 29 18:49:53 2011
@@ -269,6 +269,7 @@
     <module>server</module>
     <module>examples</module>
     <module>assembly</module>
+    <module>arquillian-tomee</module>
     <module>tck</module>
   </modules>
 
@@ -281,6 +282,7 @@
         <module>container</module>
         <module>server</module>
         <module>examples</module>
+        <module>arquillian-tomee</module>
         <module>assembly</module>
       </modules>
       <build>