[jboss-cvs] jboss-seam/build ...
Peter Muir
peter at bleepbleep.org.uk
Tue Oct 16 13:19:55 EDT 2007
User: pmuir
Date: 07/10/16 13:19:55
Modified: build root.pom.xml
Log:
Bump to RF 3.1.2.CR2
Revision Changes Path
1.33 +9 -4 jboss-seam/build/root.pom.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: root.pom.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/build/root.pom.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- root.pom.xml 16 Oct 2007 13:47:16 -0000 1.32
+++ root.pom.xml 16 Oct 2007 17:19:55 -0000 1.33
@@ -36,6 +36,11 @@
</repository>-->
</repositories>
+ <!-- Externalize some version numbers here -->
+ <properties>
+ <version.richfaces>3.1.2.CR2</version.richfaces>
+ </properties>
+
<dependencyManagement>
<!--
Used to specify which version of a dependency to use - this means that
@@ -120,7 +125,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2.CR1</version>
+ <version>${version.richfaces}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -136,7 +141,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2.CR1</version>
+ <version>${version.richfaces}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -152,7 +157,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2.CR1</version>
+ <version>${version.richfaces}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -853,7 +858,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2.CR1</version>
+ <version>${version.richfaces}</version>
</plugin>
<!-- Packaging -->
More information about the jboss-cvs-commits
mailing list