You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by sv...@apache.org on 2019/11/23 18:05:36 UTC

svn commit: r1870254 - in /maven/website/content: guides/introduction/introduction-to-the-pom.html maven-site-1.0-site.jar

Author: svn-site-role
Date: Sat Nov 23 18:05:35 2019
New Revision: 1870254

Log:
Site checkin for project Apache Maven Site

Modified:
    maven/website/content/guides/introduction/introduction-to-the-pom.html
    maven/website/content/maven-site-1.0-site.jar

Modified: maven/website/content/guides/introduction/introduction-to-the-pom.html
==============================================================================
--- maven/website/content/guides/introduction/introduction-to-the-pom.html (original)
+++ maven/website/content/guides/introduction/introduction-to-the-pom.html Sat Nov 23 18:05:35 2019
@@ -537,7 +537,7 @@ Brett Porter" />
 <td align="left">The directory that the current project resides in, represented as an URI. <i>Since Maven 2.1.0</i></td></tr>
 <tr class="a">
 <td align="left"><code>maven.build.timestamp</code></td>
-<td align="left">The timestamp that denotes the start of the build. <i>Since Maven 2.1.0-M1</i></td></tr></table>
+<td align="left">The timestamp that denotes the start of the build (UTC). <i>Since Maven 2.1.0-M1</i></td></tr></table>
 <p>The format of the build timestamp can be customized by declaring the property <code>maven.build.timestamp.format</code> as shown in the example below:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   ...
@@ -546,13 +546,13 @@ Brett Porter" />
   &lt;/properties&gt;
   ...
 &lt;/project&gt;</pre></div>
-<p>The format pattern has to comply with the rules given in the API documentation for <a class="externalLink" href="http://java.sun.com/javase/6/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat</a>. If the property is not present, the format defaults to the value already given in the example.</p></section><section>
+<p>The format pattern has to comply with the rules given in the API documentation for <a class="externalLink" href="https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat</a>. If the property is not present, the format defaults to the value already given in the example.</p></section><section>
 <h5><a name="Properties"></a>Properties</h5>
 <p>You are also able to reference any properties defined in the project as a variable. Consider the following example:</p>
 <div class="source"><pre class="prettyprint linenums">&lt;project&gt;
   ...
   &lt;properties&gt;
-    &lt;mavenVersion&gt;2.1&lt;/mavenVersion&gt;
+    &lt;mavenVersion&gt;3.0&lt;/mavenVersion&gt;
   &lt;/properties&gt;
   &lt;dependencies&gt;
     &lt;dependency&gt;
@@ -562,7 +562,7 @@ Brett Porter" />
     &lt;/dependency&gt;
     &lt;dependency&gt;
       &lt;groupId&gt;org.apache.maven&lt;/groupId&gt;
-      &lt;artifactId&gt;maven-project&lt;/artifactId&gt;
+      &lt;artifactId&gt;maven-core&lt;/artifactId&gt;
       &lt;version&gt;${mavenVersion}&lt;/version&gt;
     &lt;/dependency&gt;
   &lt;/dependencies&gt;

Modified: maven/website/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.