Author: niallp Date: Tue May 20 13:53:48 2008 New Revision: 658423 URL: http://svn.apache.org/viewvc?rev=658423&view=rev Log: Upgrade to latest commons-parent and minor corrections
Modified: commons/proper/chain/trunk/apps/example/pom.xml commons/proper/chain/trunk/apps/example/src/main/webapp/pathinfo.jsp Modified: commons/proper/chain/trunk/apps/example/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/apps/example/pom.xml?rev=658423&r1=658422&r2=658423&view=diff ============================================================================== --- commons/proper/chain/trunk/apps/example/pom.xml (original) +++ commons/proper/chain/trunk/apps/example/pom.xml Tue May 20 13:53:48 2008 @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>2</version> + <version>10</version> </parent> <artifactId>chain-example</artifactId> Modified: commons/proper/chain/trunk/apps/example/src/main/webapp/pathinfo.jsp URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/apps/example/src/main/webapp/pathinfo.jsp?rev=658423&r1=658422&r2=658423&view=diff ============================================================================== --- commons/proper/chain/trunk/apps/example/src/main/webapp/pathinfo.jsp (original) +++ commons/proper/chain/trunk/apps/example/src/main/webapp/pathinfo.jsp Tue May 20 13:53:48 2008 @@ -23,11 +23,11 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> - <title>Path Info Example: Bar</title> + <title>Path Info Example</title> </head> <body> - <h1>Path Info Example: Bar</h1> + <h1>Path Info Example</h1> <ul> <li><a href="../index.jsp">Index Page</a></li>