Author: michaelo
Date: Sun Nov 23 15:48:53 2014
New Revision: 1641204
URL: http://svn.apache.org/r1641204
Log:
[MNGSITE-211] maven.build.timestamp documentation still contains old format
Modified:
maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt
Modified:
maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt?rev=1641204&r1=1641203&r2=1641204&view=diff
==============================================================================
---
maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt
(original)
+++
maven/site/trunk/content/apt/guides/introduction/introduction-to-the-pom.apt
Sun Nov 23 15:48:53 2014
@@ -526,7 +526,7 @@ Introduction to the POM
<project>
...
<properties>
- <maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
+
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
</properties>
...
</project>