Author: veithen
Date: Thu May 28 18:26:10 2015
New Revision: 1682306
URL: http://svn.apache.org/r1682306
Log:
Fixed typo.
Modified:
webservices/axiom/trunk/src/site/apt/roadmap.apt
Modified: webservices/axiom/trunk/src/site/apt/roadmap.apt
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/apt/roadmap.apt?rev=1682306&r1=1682305&r2=1682306&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/apt/roadmap.apt (original)
+++ webservices/axiom/trunk/src/site/apt/roadmap.apt Thu May 28 18:26:10 2015
@@ -183,7 +183,7 @@ Classes to be moved from <<<axiom-api>>>
classes has become somewhat blurred over time. In Axiom 1.2.13 a new module
called <<<axiom-common-impl>>> was introduced with the specific goal of
separating the
shared implementation classes from the public API; with the introduction of
AspectJ
- in Axiom 1.2.14 this module is now called <<<om-aspects>>>.
+ in Axiom 1.2.15 this module is now called <<<om-aspects>>>.
However, in Axiom 1.2.x it is generally not possible to move classes from
<<<axiom-api>>> to <<<om-aspects>>> without the risk of breaking existing
code.