You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2014/06/18 12:16:29 UTC

svn commit: r912902 - in /websites/staging/deltaspike/trunk/content: ./ documentation.html

Author: buildbot
Date: Wed Jun 18 10:16:29 2014
New Revision: 912902

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/documentation.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 18 10:16:29 2014
@@ -1 +1 @@
-1603385
+1603391

Modified: websites/staging/deltaspike/trunk/content/documentation.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/documentation.html (original)
+++ websites/staging/deltaspike/trunk/content/documentation.html Wed Jun 18 10:16:29 2014
@@ -181,19 +181,19 @@ created.</p>
 <p>Remark : For Java SE, an additional step is required as you have to select the CDI implementation of your choice to boot a CDI container.</p>
 <p>[TODO] Add a section or remark to explain how to package &amp; deploy DeltaSpike in an OSGI environment (Apache Felix, Apache Karaf, Apache ServiceMix)</p>
 <h2 id="project-configuration-without-maven">Project Configuration without Maven</h2>
-<p>You can manually download all JARs described above from the maven repository or you get <a href="source.html">the source-code</a> and <a href="build.html">build</a> DeltaSpike manually.</p>
+<p>You can manually <a href="download.html" target="_blank">download</a> all JARs described above or you get <a href="source.html">the source-code</a> and <a href="build.html">build</a> DeltaSpike manually.</p>
 <h2 id="project-configuration-with-maven">Project Configuration with Maven</h2>
 <p><strong>Hint:</strong>
 In the listings below replace the placeholders for the version with the version of your choice or use:</p>
 <div class="codehilite"><pre><span class="nt">&lt;properties&gt;</span>
-    <span class="nt">&lt;deltaspike.version&gt;</span>0.7<span class="nt">&lt;/deltaspike.version&gt;</span>
+    <span class="nt">&lt;deltaspike.version&gt;</span>1.0.0<span class="nt">&lt;/deltaspike.version&gt;</span>
 <span class="nt">&lt;/properties&gt;</span>
 </pre></div>
 
 
 <p>Or if you want to very bleeding edge, point to our current snapshot.</p>
 <div class="codehilite"><pre><span class="nt">&lt;properties&gt;</span>
-    <span class="nt">&lt;deltaspike.version&gt;</span>0.8-SNAPSHOT<span class="nt">&lt;/deltaspike.version&gt;</span>
+    <span class="nt">&lt;deltaspike.version&gt;</span>1.0.1-SNAPSHOT<span class="nt">&lt;/deltaspike.version&gt;</span>
 <span class="nt">&lt;/properties&gt;</span>
 </pre></div>