Author: taylor Date: Fri Apr 24 03:51:34 2015 New Revision: 1675766 URL: http://svn.apache.org/r1675766 Log: updating dependency on jsf, commons bridge
Modified: portals/jetspeed-2/applications/jsaudit/trunk/pom.xml Modified: portals/jetspeed-2/applications/jsaudit/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/jsaudit/trunk/pom.xml?rev=1675766&r1=1675765&r2=1675766&view=diff ============================================================================== --- portals/jetspeed-2/applications/jsaudit/trunk/pom.xml (original) +++ portals/jetspeed-2/applications/jsaudit/trunk/pom.xml Fri Apr 24 03:51:34 2015 @@ -32,13 +32,13 @@ limitations under the License. <parent> <groupId>org.apache.portals</groupId> <artifactId>portals-pom</artifactId> - <version>1.3</version> + <version>1.4</version> </parent> <properties> <jetspeed.version>2.3.0-SNAPSHOT</jetspeed.version> - <bridges.version>2.1-SNAPSHOT</bridges.version> - <jsf.bridge.version>1.0.5-SNAPSHOT</jsf.bridge.version> + <org.apache.portals.bridges.common.version>2.1</org.apache.portals.bridges.common.version> + <jsf.bridge.version>1.1</jsf.bridge.version> <slf4j.version>1.5.6</slf4j.version> <myfaces.version>1.1.5</myfaces.version> <tomahawk.version>1.1.6</tomahawk.version> @@ -65,7 +65,7 @@ limitations under the License. <dependency> <groupId>org.apache.portals.bridges</groupId> <artifactId>portals-bridges-common</artifactId> - <version>${bridges.version}</version> + <version>${org.apache.portals.bridges.common.version}</version> <scope>provided</scope> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org