[jboss-cvs] JBossAS SVN: r90592 - projects/spring-int/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 25 08:34:11 EDT 2009


Author: marius.bogoevici
Date: 2009-06-25 08:34:11 -0400 (Thu, 25 Jun 2009)
New Revision: 90592

Modified:
   projects/spring-int/trunk/build/pom.xml
Log:
Reorganizing the build in final form.

Modified: projects/spring-int/trunk/build/pom.xml
===================================================================
--- projects/spring-int/trunk/build/pom.xml	2009-06-25 12:06:08 UTC (rev 90591)
+++ projects/spring-int/trunk/build/pom.xml	2009-06-25 12:34:11 UTC (rev 90592)
@@ -13,10 +13,6 @@
   <url>http://www.jboss.com/products/jbossmc</url>
   <description>JBoss Spring Integration Distribution</description>
 
-  <properties>
-    <deployer.version>3.2</deployer.version>
-  </properties>
-
   <profiles>
     <profile>
       <id>dist</id>
@@ -54,7 +50,7 @@
                   <goal>single</goal>
                 </goals>
                 <configuration>
-                  <finalName>jboss-spring-${deployer.version}.deployer</finalName>
+                  <finalName>jboss-spring.deployer</finalName>
                   <appendAssemblyId>false</appendAssemblyId>
                   <descriptors>
                     <descriptor>${basedir}/src/assembly/deployer.xml</descriptor>




More information about the jboss-cvs-commits mailing list