Author: buildbot
Date: Tue Jun 30 20:28:25 2015
New Revision: 956448
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/index.html
websites/staging/deltaspike/trunk/content/staging/documentation/data.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jun 30 20:28:25 2015
@@ -1 +1 @@
-1686431
+1688515
Modified: websites/staging/deltaspike/trunk/content/index.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/index.html (original)
+++ websites/staging/deltaspike/trunk/content/index.html Tue Jun 30 20:28:25
2015
@@ -96,7 +96,7 @@
<div class="row">
<div class="span6">
<h2>Latest Award</h2>
- <p>In 2014, DeltaSpike become a Dukeâs Choice Award winner.
The Duke's Choice Awards celebrate extreme
+ <p>In 2014, DeltaSpike became a Dukeâs Choice Award winner.
The Duke's Choice Awards celebrate extreme
innovation in the world of Java technology and are
granted to the most innovative projects using the Java platform.</p>
<p><img src="resources/images/DukeChoice-100x176.png"/></p>
</div>
@@ -116,7 +116,7 @@
<h2>Examples</h2>
<p>See the following examples which are part of the project to
discover how to use DeltaSpike project.</p>
<p><a class="btn" href="examples.html">View details »</a></p>
- </div>
+ </div>
</div>
Modified:
websites/staging/deltaspike/trunk/content/staging/documentation/data.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/staging/documentation/data.html
(original)
+++ websites/staging/deltaspike/trunk/content/staging/documentation/data.html
Tue Jun 30 20:28:25 2015
@@ -1243,7 +1243,7 @@ annotations, the <code>singleResult</cod
from the <code>EntityRepository</code>, the repository will figure out if a
transaction is needed or not, and if so, if there is already one
ongoing. The Data module uses the <code>TransactionStrategy</code> provided by
the
-<a href="http://deltaspike.apache.org/jpa">JPA Module</a> for this. See the JPA
+<a href="http://deltaspike.apache.org/documentation/jpa.html">JPA Module</a>
for this. See the JPA
module documentation for more details.</p>
</div>
<div class="admonitionblock important">