Author: dennisl Date: Fri Feb 22 12:27:02 2008 New Revision: 630311 URL: http://svn.apache.org/viewvc?rev=630311&view=rev Log: o Remove the name from the project element. This way the value of the name element in a projects pom.xml will be used, making it more dynamic. o Lock down the version for the skin. o Correct the date format.
Modified: maven/pom/trunk/maven/src/site/site.xml Modified: maven/pom/trunk/maven/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site/site.xml?rev=630311&r1=630310&r2=630311&view=diff ============================================================================== --- maven/pom/trunk/maven/src/site/site.xml (original) +++ maven/pom/trunk/maven/src/site/site.xml Fri Feb 22 12:27:02 2008 @@ -19,7 +19,7 @@ under the License. --> -<project name="Maven"> +<project> <bannerLeft> <name>${project.name}</name> <src>http://maven.apache.org/images/apache-maven-project-2.png</src> @@ -32,9 +32,10 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-stylus-skin</artifactId> + <version>1.0.1</version> </skin> - <publishDate format="yyyy-MMM-dd" position="left" /> + <publishDate format="yyyy-MM-dd" position="left" /> <version position="left" /> <body>