Author: ate
Date: Tue Mar 11 09:27:55 2014
New Revision: 1576244
URL: http://svn.apache.org/r1576244
Log:
update intend and usage of milestone tags
Modified:
commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml
Modified: commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml?rev=1576244&r1=1576243&r2=1576244&view=diff
==============================================================================
--- commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml (original)
+++ commons/proper/scxml/trunk/src/site/xdoc/roadmap.xml Tue Mar 11 09:27:55
2014
@@ -196,12 +196,16 @@
For the above milestones specific VCS milestone tags will be set,
like <b>commons-scxml-2.0-M0</b>.
</p>
<p>
- These milestones tags however do <b><em>not</em></b> represent a
formal release and they are
- <b><em>only</em></b> intended and targeted to be used by the Commons
SCXML developers, not end users.
+ These milestones tags however do <b><em>not</em></b> represent a
formal release and are
+ only intended to be used for testing purposes by Commons SCXML
developers.
</p>
<p>
- Developers willing to test and validate these milestones can do so
by using the following Maven dependency
- configuration (using milestone 0 as example):
+ Developers willing to test and validate these milestones can do so
by checking out these tags
+ and building and deploying a milestone version into their local
Maven repository.
+ </p>
+ <p>
+ Such locally installed milestone builds then can be used in your
Maven project using a dependency
+ configuration like below (using milestone 0 as example):
<pre><![CDATA[
<dependency>
<groupId>org.apache.commons</groupId>