You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by wo...@apache.org on 2010/04/29 20:22:20 UTC

svn commit: r939429 - /portals/applications/sandbox/csre/trunk/pom.xml

Author: woonsan
Date: Thu Apr 29 18:22:19 2010
New Revision: 939429

URL: http://svn.apache.org/viewvc?rev=939429&view=rev
Log:
Client-side Rendering Engine

Modified:
    portals/applications/sandbox/csre/trunk/pom.xml

Modified: portals/applications/sandbox/csre/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/sandbox/csre/trunk/pom.xml?rev=939429&r1=939428&r2=939429&view=diff
==============================================================================
--- portals/applications/sandbox/csre/trunk/pom.xml (original)
+++ portals/applications/sandbox/csre/trunk/pom.xml Thu Apr 29 18:22:19 2010
@@ -3,7 +3,7 @@
   <groupId>org.apache.portals.applications</groupId>
   <artifactId>csre</artifactId>
   <name>csre</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>0.1-SNAPSHOT</version>
   <packaging>war</packaging>
   
   <properties>
@@ -57,7 +57,7 @@
           </webAppConfig>
           <connectors>
             <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-              <port>8088</port>
+              <port>8080</port>
             </connector>
           </connectors>
         </configuration>