Author: taylor
Date: Mon Dec 29 23:09:56 2014
New Revision: 1648444
URL: http://svn.apache.org/r1648444
Log:
PB-111: upgrading bridges deps
Modified:
portals/bridges/bridges-common/trunk/pom.xml
Modified: portals/bridges/bridges-common/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/bridges-common/trunk/pom.xml?rev=1648444&r1=1648443&r2=1648444&view=diff
==============================================================================
--- portals/bridges/bridges-common/trunk/pom.xml (original)
+++ portals/bridges/bridges-common/trunk/pom.xml Mon Dec 29 23:09:56 2014
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.portals</groupId>
<artifactId>bridges-pom</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.portals.bridges</groupId>
@@ -34,7 +34,7 @@
<description>Apache Portals Bridges Common Utilities and
Interfaces</description>
<properties>
- <javax.servlet.version>2.4</javax.servlet.version>
+ <javax.servlet.version>3.0.1</javax.servlet.version>
<portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>
</properties>
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
+ <artifactId>javax.servlet-api</artifactId>
<version>${javax.servlet.version}</version>
<scope>provided</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]