Author: struberg
Date: Thu Dec 22 23:11:35 2011
New Revision: 1222506
URL: http://svn.apache.org/viewvc?rev=1222506&view=rev
Log:
fix project description
Modified:
openwebbeans/trunk/samples/tomcat7-sample/pom.xml
Modified: openwebbeans/trunk/samples/tomcat7-sample/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/samples/tomcat7-sample/pom.xml?rev=1222506&r1=1222505&r2=1222506&view=diff
==============================================================================
--- openwebbeans/trunk/samples/tomcat7-sample/pom.xml (original)
+++ openwebbeans/trunk/samples/tomcat7-sample/pom.xml Thu Dec 22 23:11:35 2011
@@ -18,7 +18,7 @@ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <description>Sample JSF2 Application</description>
+ <description>Sample Tomcat7 Application</description>
<parent>
<artifactId>samples</artifactId>
<groupId>org.apache.openwebbeans</groupId>