[seam-commits] Seam SVN: r15376 - branches/enterprise/WFK-2_1/distribution/src/main/assembly.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Dec 5 04:54:46 EST 2012


Author: manaRH
Date: 2012-12-05 04:54:46 -0500 (Wed, 05 Dec 2012)
New Revision: 15376

Modified:
   branches/enterprise/WFK-2_1/distribution/src/main/assembly/seam23migration.txt
Log:
bz876969 replaced concrete version by version property in BOM snippet usage

Modified: branches/enterprise/WFK-2_1/distribution/src/main/assembly/seam23migration.txt
===================================================================
--- branches/enterprise/WFK-2_1/distribution/src/main/assembly/seam23migration.txt	2012-12-03 11:08:27 UTC (rev 15375)
+++ branches/enterprise/WFK-2_1/distribution/src/main/assembly/seam23migration.txt	2012-12-05 09:54:46 UTC (rev 15376)
@@ -115,14 +115,15 @@
 The "provided" platform is now JBoss AS 7.1.x, therefore all Java EE dependencies included
 in AS 7 are now marked as provided. Seam uses JBoss Java EE BOM files through Seam BOM file for declaring dependencies.
 You should add import of org.jboss.seam:bom only and then just use the dependency groupId:artifactId[:scope] wherever in
-your maven project.
+your maven project. The following snippet uses version property ${seam.version}, which you can replace by real string
+version or define it as current latest available 2.3.x release.
 
 <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.jboss.seam</groupId>
                 <artifactId>bom</artifactId>
-                <version>2.3.0.CR1</version>
+                <version>${seam.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>



More information about the seam-commits mailing list