You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/11/15 12:41:27 UTC

svn commit: r1714433 - in /webservices/axiom/trunk/src/site/markdown: download.md.vm release-notes/1.2.16.md

Author: veithen
Date: Sun Nov 15 11:41:26 2015
New Revision: 1714433

URL: http://svn.apache.org/viewvc?rev=1714433&view=rev
Log:
Some minor site fixes.

Modified:
    webservices/axiom/trunk/src/site/markdown/download.md.vm
    webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md

Modified: webservices/axiom/trunk/src/site/markdown/download.md.vm
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/markdown/download.md.vm?rev=1714433&r1=1714432&r2=1714433&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/markdown/download.md.vm (original)
+++ webservices/axiom/trunk/src/site/markdown/download.md.vm Sun Nov 15 11:41:26 2015
@@ -20,8 +20,10 @@
 Releases
 --------
 
-The current release is ${release_version} and was published on ${release_date}. The following
-distributions are available for download:
+The current release is ${release_version} and was published on ${release_date}. The release note for this
+release can be found [here](release-notes/${release_version}.html).
+
+The following distributions are available for download:
 
                | Link                                             | Checksums and signatures
 --------------------|--------------------------------------------------|----------------------------

Modified: webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md?rev=1714433&r1=1714432&r2=1714433&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md (original)
+++ webservices/axiom/trunk/src/site/markdown/release-notes/1.2.16.md Sun Nov 15 11:41:26 2015
@@ -11,6 +11,8 @@ Axiom 1.2.16 comes with the following ne
 
 In addition, the sources can now be built with Java 8.
 
+A list of other issues fixed in this release can be found [here][2].
+
 ### Changes in this release
 
 *   The semantics of the `OMInformationItem#getOMFactory()` method have slightly changed in Axiom
@@ -31,10 +33,11 @@ In addition, the sources can now be buil
     classes (except for the `SOAPMessage` implementations). It also enables significant
     simplification of the internal implementation code.
 
-    At the same time, some of the legacy default constructors have been removed from the
-    `OMFactory`, `SOAPFactory` and `OMMetaFactory` implementations. Note that they are not part of
+*   Some of the legacy default constructors have been removed from the
+    `OMFactory`, `SOAPFactory` and `OMMetaFactory` implementations. Note that they were not part of
     the public API, but considered internal implementation details. Application code should always
     use the `OMAbstractFactory` APIs to get references to factory instances, and never refer to
-    their implementation classes directly.
+    implementation classes directly.
 
 [1]: ../implementations/fom-impl/index.html
+[2]: http://s.apache.org/axiom-changes-1.2.16