Author: thomas.heute(a)jboss.com
Date: 2010-12-09 04:50:36 -0500 (Thu, 09 Dec 2010)
New Revision: 5521
Modified:
epp/examples/branches/EPP_5_1_Branch/portlets/jsfhellouser/pom.xml
Log:
Typo
Modified: epp/examples/branches/EPP_5_1_Branch/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/examples/branches/EPP_5_1_Branch/portlets/jsfhellouser/pom.xml 2010-12-09 09:08:07
UTC (rev 5520)
+++ epp/examples/branches/EPP_5_1_Branch/portlets/jsfhellouser/pom.xml 2010-12-09 09:50:36
UTC (rev 5521)
@@ -12,7 +12,7 @@
<properties>
<portletBridge.home>${EPP_HOME}/portletbridge</portletBridge.home>
- <portletBridge.version>2.1.0.CR1</portletBridge.version>
+ <portletBridge.version>2.1.0.CR2.EPP51</portletBridge.version>
</properties>
<build>
@@ -35,8 +35,8 @@
<resource>
<directory>${portletBridge.home}</directory>
<includes>
-
<include>portletbridge-api-${portletbridge.version}.jar</include>
-
<include>portletbridge-impl-${portletbridge.version}.jar</include>
+
<include>portletbridge-api-${portletBridge.version}.jar</include>
+
<include>portletbridge-impl-${portletBridge.version}.jar</include>
</includes>
<targetPath>WEB-INF/lib</targetPath>
</resource>