You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2014/10/02 09:40:18 UTC

svn commit: r1628902 - in /myfaces/tobago/branches/tobago-3.0.x: ./ tobago-example/pom.xml

Author: lofwyr
Date: Thu Oct  2 07:40:18 2014
New Revision: 1628902

URL: http://svn.apache.org/r1628902
Log:
Merge from trunk

Modified:
    myfaces/tobago/branches/tobago-3.0.x/   (props changed)
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml

Propchange: myfaces/tobago/branches/tobago-3.0.x/
------------------------------------------------------------------------------
  Merged /myfaces/tobago/trunk:r1628899

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml?rev=1628902&r1=1628901&r2=1628902&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/pom.xml Thu Oct  2 07:40:18 2014
@@ -423,7 +423,7 @@
             <artifactId>liberty-maven-plugin</artifactId>
             <version>1.1</version>
             <configuration>
-              <serverHome>${wlp.directory}/wlp</serverHome>
+              <serverHome>${wlp.directory}</serverHome>
               <appArchive>${project.build.directory}/${project.build.finalName}.war</appArchive>
               <serverName>tobago</serverName>
               <!-- default debugging port is 7777 -->