Author: chris.laprun(a)jboss.com
Date: 2012-03-22 11:18:51 -0400 (Thu, 22 Mar 2012)
New Revision: 8631
Modified:
components/wsrp/branches/2.1.x/admin-gui/pom.xml
components/wsrp/branches/2.1.x/pom.xml
Log:
- Extracted PBR version to property so that it's easier to maintain.
Modified: components/wsrp/branches/2.1.x/admin-gui/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/admin-gui/pom.xml 2012-03-22 10:46:29 UTC (rev 8630)
+++ components/wsrp/branches/2.1.x/admin-gui/pom.xml 2012-03-22 15:18:51 UTC (rev 8631)
@@ -68,12 +68,12 @@
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>2.3.0.Final</version>
+ <version>${org.jboss.portletbridge.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>2.3.0.Final</version>
+ <version>${org.jboss.portletbridge.version}</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: components/wsrp/branches/2.1.x/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/pom.xml 2012-03-22 10:46:29 UTC (rev 8630)
+++ components/wsrp/branches/2.1.x/pom.xml 2012-03-22 15:18:51 UTC (rev 8631)
@@ -63,6 +63,7 @@
<org.chromattic.version>1.1.3</org.chromattic.version>
<org.jboss.arquillian.version>1.0.0.Alpha2</org.jboss.arquillian.version>
<org.mockito.version>1.8.5</org.mockito.version>
+
<org.jboss.portletbridge.version>2.3.0.Final</org.jboss.portletbridge.version>
</properties>
<organization>
Show replies by date