Author: buildbot
Date: Wed Jan 13 18:15:52 2016
New Revision: 977607

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/guides/getting-started/index.html
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 13 18:15:52 2016
@@ -1 +1 @@
-1724356
+1724472

Modified: websites/staging/maven/trunk/content/guides/getting-started/index.html
==============================================================================
--- websites/staging/maven/trunk/content/guides/getting-started/index.html 
(original)
+++ websites/staging/maven/trunk/content/guides/getting-started/index.html Wed 
Jan 13 18:15:52 2016
@@ -735,10 +735,10 @@ Results :
   <name>Maven Quick Start Archetype</name>
   ...</pre></div>
 <p>The <tt>SNAPSHOT</tt> value refers to the 'latest' code along a development 
branch, and provides no guarantee the code is stable or unchanging. Conversely, 
the code in a 'release' version (any version value without the suffix 
<tt>SNAPSHOT</tt>) is unchanging.</p>
-<p>In other words, a SNAPSHOT version is the 'development' version before the 
final 'release' version . The SNAPSHOT is &quot;older&quot; than its 
release.</p>
-<p>During the <a href="../../plugins/maven-release-plugin/">release</a> 
process, a version of <b>x.x-SNAPSHOT</b> changes to <b>x.x</b>. The release 
process also increments the development version to <b>x.(x+1)-SNAPSHOT</b>. For 
example, version <b>1.0-SNAPSHOT</b> is released as version <b>1.0</b>, and the 
new development version is version <b>1.1-SNAPSHOT</b>.</p></div>
+<p>In other words, a SNAPSHOT version is the 'development' version before the 
final 'release' version. The SNAPSHOT is &quot;older&quot; than its release.</p>
+<p>During the <a href="../../plugins/maven-release-plugin/">release</a> 
process, a version of <b>x.y-SNAPSHOT</b> changes to <b>x.y</b>. The release 
process also increments the development version to <b>x.(y+1)-SNAPSHOT</b>. For 
example, version <b>1.0-SNAPSHOT</b> is released as version <b>1.0</b>, and the 
new development version is version <b>1.1-SNAPSHOT</b>.</p></div>
 <div class="section">
-<h3><a name="How_do_I_use_plug-ins">How do I use plug-ins?</a></h3>
+<h3><a name="How_do_I_use_plugins">How do I use plugins?</a></h3>
 <p>Whenever you want to customise the build for a Maven project, this is done 
by adding or reconfiguring plugins.</p>
 <p><b>Note for Maven 1.0 Users:</b> In Maven 1.0, you would have added some 
<tt>preGoal</tt> to <tt>maven.xml</tt> and some entries to 
<tt>project.properties</tt>. Here, it is a little different.</p>
 <p>For this example, we will configure the Java compiler to allow JDK 5.0 
sources. This is as simple as adding this to your POM:</p>

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


Reply via email to