[seam-commits] Seam SVN: r12730 - modules/jms/trunk/dist.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri May 14 17:51:01 EDT 2010


Author: dan.j.allen
Date: 2010-05-14 17:51:01 -0400 (Fri, 14 May 2010)
New Revision: 12730

Modified:
   modules/jms/trunk/dist/assembly.xml
   modules/jms/trunk/dist/pom.xml
Log:
rename distribution


Modified: modules/jms/trunk/dist/assembly.xml
===================================================================
--- modules/jms/trunk/dist/assembly.xml	2010-05-14 21:50:41 UTC (rev 12729)
+++ modules/jms/trunk/dist/assembly.xml	2010-05-14 21:51:01 UTC (rev 12730)
@@ -2,7 +2,7 @@
    xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
-   <id>distribution</id>
+   <!--<id>distribution</id>-->
 
    <formats>
       <format>zip</format>
@@ -62,4 +62,4 @@
          </includes>
       </dependencySet>
    </dependencySets>
-</assembly>
\ No newline at end of file
+</assembly>

Modified: modules/jms/trunk/dist/pom.xml
===================================================================
--- modules/jms/trunk/dist/pom.xml	2010-05-14 21:50:41 UTC (rev 12729)
+++ modules/jms/trunk/dist/pom.xml	2010-05-14 21:51:01 UTC (rev 12730)
@@ -9,7 +9,7 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
-   <artifactId>seam-jms-dist</artifactId>
+   <artifactId>seam-jms-distribution</artifactId>
    <name>Seam JMS Distribution</name>
    <description>Builds a proper Seam JMS release distribution</description>
    <packaging>pom</packaging>



More information about the seam-commits mailing list