[jboss-cvs] JBossAS SVN: r104520 - in projects/ejb3/components/embedded/trunk: api and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 6 10:45:31 EDT 2010


Author: ALRubinger
Date: 2010-05-06 10:45:30 -0400 (Thu, 06 May 2010)
New Revision: 104520

Modified:
   projects/ejb3/components/embedded/trunk/api/pom.xml
   projects/ejb3/components/embedded/trunk/build/pom.xml
   projects/ejb3/components/embedded/trunk/impl-as/pom.xml
   projects/ejb3/components/embedded/trunk/impl-base/pom.xml
   projects/ejb3/components/embedded/trunk/impl-standalone/pom.xml
   projects/ejb3/components/embedded/trunk/pom.xml
   projects/ejb3/components/embedded/trunk/spi/pom.xml
Log:
[EJBTHREE-2083] Update artifactIds so we get good final JAR names

Modified: projects/ejb3/components/embedded/trunk/api/pom.xml
===================================================================
--- projects/ejb3/components/embedded/trunk/api/pom.xml	2010-05-06 14:38:54 UTC (rev 104519)
+++ projects/ejb3/components/embedded/trunk/api/pom.xml	2010-05-06 14:45:30 UTC (rev 104520)
@@ -8,7 +8,7 @@
   <!-- Define Parent -->
   <parent>
     <groupId>org.jboss.ejb3.embedded</groupId>
-    <artifactId>embedded-build</artifactId>
+    <artifactId>jboss-ejb3-embedded-build</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
@@ -17,7 +17,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!-- Artifact Information -->
-  <artifactId>embedded-api</artifactId>
+  <artifactId>jboss-ejb3-embedded-api</artifactId>
   <packaging>jar</packaging>
   <name>JBoss EJB 3.1+ Embedded API</name>
   <description>Application Programming Interface for JBoss Embedded EJB 3.1+ Container</description>

Modified: projects/ejb3/components/embedded/trunk/build/pom.xml
===================================================================
--- projects/ejb3/components/embedded/trunk/build/pom.xml	2010-05-06 14:38:54 UTC (rev 104519)
+++ projects/ejb3/components/embedded/trunk/build/pom.xml	2010-05-06 14:45:30 UTC (rev 104520)
@@ -17,7 +17,7 @@
 
   <!-- Artifact Configuration -->
   <groupId>org.jboss.ejb3.embedded</groupId>
-  <artifactId>embedded-build</artifactId>
+  <artifactId>jboss-ejb3-embedded-build</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <name>JBoss EJB 3.1+ Embedded Build</name>
   <description>Centralized Build Configuration for JBoss Embedded EJB 3.1+ Container Support</description>

Modified: projects/ejb3/components/embedded/trunk/impl-as/pom.xml
===================================================================
--- projects/ejb3/components/embedded/trunk/impl-as/pom.xml	2010-05-06 14:38:54 UTC (rev 104519)
+++ projects/ejb3/components/embedded/trunk/impl-as/pom.xml	2010-05-06 14:45:30 UTC (rev 104520)
@@ -8,7 +8,7 @@
   <!-- Define Parent -->
   <parent>
     <groupId>org.jboss.ejb3.embedded</groupId>
-    <artifactId>embedded-build</artifactId>
+    <artifactId>jboss-ejb3-embedded-build</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
@@ -17,7 +17,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!-- Artifact Information -->
-  <artifactId>embedded-impl-as</artifactId>
+  <artifactId>jboss-ejb3-embedded-impl-as</artifactId>
   <packaging>jar</packaging>
   <name>JBoss EJB 3.1+ Embedded Implementation (Internals) for Application Server</name>
   <description>Implementation Support for Embedded EJB 3.1+ Container within an AS Environment</description>
@@ -37,7 +37,7 @@
   
     <dependency>
       <groupId>${groupId}</groupId>
-      <artifactId>embedded-impl-base</artifactId>
+      <artifactId>jboss-ejb3-embedded-impl-base</artifactId>
       <version>${version}</version>
     </dependency>
     

Modified: projects/ejb3/components/embedded/trunk/impl-base/pom.xml
===================================================================
--- projects/ejb3/components/embedded/trunk/impl-base/pom.xml	2010-05-06 14:38:54 UTC (rev 104519)
+++ projects/ejb3/components/embedded/trunk/impl-base/pom.xml	2010-05-06 14:45:30 UTC (rev 104520)
@@ -8,7 +8,7 @@
   <!-- Define Parent -->
   <parent>
     <groupId>org.jboss.ejb3.embedded</groupId>
-    <artifactId>embedded-build</artifactId>
+    <artifactId>jboss-ejb3-embedded-build</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
@@ -17,7 +17,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!-- Artifact Information -->
-  <artifactId>embedded-impl-base</artifactId>
+  <artifactId>jboss-ejb3-embedded-impl-base</artifactId>
   <packaging>jar</packaging>
   <name>JBoss EJB 3.1+ Embedded Base Implementation (Internals)</name>
   <description>Implementation Base Support for Embedded EJB 3.1+ Container</description>
@@ -39,7 +39,7 @@
   
     <dependency>
       <groupId>org.jboss.ejb3.embedded</groupId>
-      <artifactId>embedded-spi</artifactId>
+      <artifactId>jboss-ejb3-embedded-spi</artifactId>
       <version>${version}</version>
     </dependency>
     

Modified: projects/ejb3/components/embedded/trunk/impl-standalone/pom.xml
===================================================================
--- projects/ejb3/components/embedded/trunk/impl-standalone/pom.xml	2010-05-06 14:38:54 UTC (rev 104519)
+++ projects/ejb3/components/embedded/trunk/impl-standalone/pom.xml	2010-05-06 14:45:30 UTC (rev 104520)
@@ -8,7 +8,7 @@
   <!-- Define Parent -->
   <parent>
     <groupId>org.jboss.ejb3.embedded</groupId>
-    <artifactId>embedded-build</artifactId>
+    <artifactId>jboss-ejb3-embedded-build</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
@@ -17,7 +17,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!-- Artifact Information -->
-  <artifactId>embedded-impl-standalone</artifactId>
+  <artifactId>jboss-ejb3-embedded-impl-standalone</artifactId>
   <packaging>jar</packaging>
   <name>JBoss EJB 3.1+ Embedded Implementation (Internals) for Standalone Environments</name>
   <description>Implementation Support for Embedded EJB 3.1+ Container within a generic existing JVM</description>
@@ -37,7 +37,7 @@
     
     <dependency>
       <groupId>${groupId}</groupId>
-      <artifactId>embedded-impl-base</artifactId>
+      <artifactId>jboss-ejb3-embedded-impl-base</artifactId>
       <version>${version}</version>
     </dependency>
     

Modified: projects/ejb3/components/embedded/trunk/pom.xml
===================================================================
--- projects/ejb3/components/embedded/trunk/pom.xml	2010-05-06 14:38:54 UTC (rev 104519)
+++ projects/ejb3/components/embedded/trunk/pom.xml	2010-05-06 14:45:30 UTC (rev 104520)
@@ -17,7 +17,7 @@
   
     <!-- Artifact Information  -->
   <groupId>org.jboss.ejb3.embedded</groupId>
-  <artifactId>embedded-parent</artifactId>
+  <artifactId>jboss-ejb3-embedded-parent</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>JBoss EJB 3.1+ Embedded Aggregator</name>

Modified: projects/ejb3/components/embedded/trunk/spi/pom.xml
===================================================================
--- projects/ejb3/components/embedded/trunk/spi/pom.xml	2010-05-06 14:38:54 UTC (rev 104519)
+++ projects/ejb3/components/embedded/trunk/spi/pom.xml	2010-05-06 14:45:30 UTC (rev 104520)
@@ -8,7 +8,7 @@
   <!-- Define Parent -->
   <parent>
     <groupId>org.jboss.ejb3.embedded</groupId>
-    <artifactId>embedded-build</artifactId>
+    <artifactId>jboss-ejb3-embedded-build</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
@@ -17,7 +17,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!-- Artifact Information -->
-  <artifactId>embedded-spi</artifactId>
+  <artifactId>jboss-ejb3-embedded-spi</artifactId>
   <packaging>jar</packaging>
   <name>JBoss EJB 3.1+ Embedded SPI</name>
   <description>Service Provider Interface for JBoss Embedded EJB 3.1+ Container</description>
@@ -42,7 +42,7 @@
     -->
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>embedded-api</artifactId>
+      <artifactId>jboss-ejb3-embedded-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     




More information about the jboss-cvs-commits mailing list