Author: johndament
Date: Sat Jul 16 12:53:52 2016
New Revision: 1752951
URL: http://svn.apache.org/viewvc?rev=1752951&view=rev
Log:
Site checkin for project Apache DeltaSpike Documentation
Modified:
deltaspike/site/trunk/content/documentation/build.html
deltaspike/site/trunk/content/documentation/configure.html
deltaspike/site/trunk/content/documentation/core.html
deltaspike/site/trunk/content/documentation/scheduler.html
deltaspike/site/trunk/content/documentation/snapshots.html
Modified: deltaspike/site/trunk/content/documentation/build.html
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/build.html?rev=1752951&r1=1752950&r2=1752951&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/build.html (original)
+++ deltaspike/site/trunk/content/documentation/build.html Sat Jul 16 12:53:52
2016
@@ -277,7 +277,7 @@ table.CodeRay td.code>pre{padding:0}
<p>The DeltaSpike source (modules and examples) is provided for inspection,
contribution and testing purposes. The source must be built with Maven, which
has been used to automate the compilation, testing and packaging processes.
Arquillian tests are included with the source and a CDI implementation or
container can be specified with which to carry out the tests.</p>
</div>
<div class="paragraph">
-<p>In all cases, to obtain the DeltaSpike source, <a
href="https://deltaspike.apache.org/download.html">download</a>
<code>deltaspike-project-1.6.1-source-release.zip</code> and extract the
contents.</p>
+<p>In all cases, to obtain the DeltaSpike source, <a
href="https://deltaspike.apache.org/download.html">download</a>
<code>deltaspike-project-1.7.0-source-release.zip</code> and extract the
contents.</p>
</div>
<div class="admonitionblock note">
<table>
@@ -301,7 +301,7 @@ You can also obtain the DeltaSpike sourc
</div>
<div class="listingblock">
<div class="content">
-<pre class="CodeRay highlight"><code data-lang="shell">$ cd
/path/to/deltaspike-project-1.6.1/
+<pre class="CodeRay highlight"><code data-lang="shell">$ cd
/path/to/deltaspike-project-1.7.0/
$ mvn clean install</code></pre>
</div>
</div>
Modified: deltaspike/site/trunk/content/documentation/configure.html
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/configure.html?rev=1752951&r1=1752950&r2=1752951&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/configure.html (original)
+++ deltaspike/site/trunk/content/documentation/configure.html Sat Jul 16
12:53:52 2016
@@ -309,7 +309,7 @@ You can also opt to use the lastest Delt
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="xml"><span
class="tag"><properties></span>
- <span class="tag"><deltaspike.version></span>1.6.1<span
class="tag"></deltaspike.version></span>
+ <span class="tag"><deltaspike.version></span>1.7.0<span
class="tag"></deltaspike.version></span>
<span class="tag"></properties></span></code></pre>
</div>
</div>
@@ -418,7 +418,7 @@ repositories {
}
dependencyManagement {
imports {
- mavenBom 'org.apache.deltaspike.distribution:distributions-bom:1.6.1'
+ mavenBom 'org.apache.deltaspike.distribution:distributions-bom:1.7.0'
}
}
dependencies {
Modified: deltaspike/site/trunk/content/documentation/core.html
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/core.html?rev=1752951&r1=1752950&r2=1752951&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/core.html (original)
+++ deltaspike/site/trunk/content/documentation/core.html Sat Jul 16 12:53:52
2016
@@ -1764,7 +1764,7 @@ The following example shows how it would
<div class="ulist">
<ul>
<li>
-<p><code>@Futreable</code> - Designed for bean methods that return
<code>Future’s</code> of some form. The method call will automatically
be submitted to an <code>ExecutorService</code></p>
+<p><code>@Futureable</code> - Designed for bean methods that return
<code>Future’s</code> of some form. The method call will automatically
be submitted to an <code>ExecutorService</code></p>
</li>
<li>
<p><code>@Locked</code> - Ability to prevent concurrent access to a method
based on its usage of reads/writes.</p>
Modified: deltaspike/site/trunk/content/documentation/scheduler.html
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/scheduler.html?rev=1752951&r1=1752950&r2=1752951&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/scheduler.html (original)
+++ deltaspike/site/trunk/content/documentation/scheduler.html Sat Jul 16
12:53:52 2016
@@ -609,7 +609,7 @@ Such an adapter just needs to implement
<div class="sectionbody">
<div class="paragraph">
<p>It is possible to replace the default integration with Quartz. Any
scheduler that supports cron-expressions for job-classes can be used.
-For more information, see <a
href="https://deltaspike.apache.org/javadoc/1.6.1/org/apache/deltaspike/scheduler/spi/Scheduler.html">Scheduler
javadoc</a>.</p>
+For more information, see <a
href="https://deltaspike.apache.org/javadoc/1.7.0/org/apache/deltaspike/scheduler/spi/Scheduler.html">Scheduler
javadoc</a>.</p>
</div>
</div>
</div>
Modified: deltaspike/site/trunk/content/documentation/snapshots.html
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/snapshots.html?rev=1752951&r1=1752950&r2=1752951&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/snapshots.html (original)
+++ deltaspike/site/trunk/content/documentation/snapshots.html Sat Jul 16
12:53:52 2016
@@ -343,7 +343,7 @@ Snapshots provide previews of DeltaSpike
<div class="listingblock">
<div class="content">
<pre class="CodeRay highlight"><code data-lang="xml"><span
class="tag"><properties></span>
- <span class="tag"><deltaspike.version></span>1.6.2-SNAPSHOT<span
class="tag"></deltaspike.version></span>
+ <span class="tag"><deltaspike.version></span>1.7.1-SNAPSHOT<span
class="tag"></deltaspike.version></span>
<span class="tag"></properties></span></code></pre>
</div>
</div>