Author: gpetracek
Date: Wed Jun 18 10:16:22 2014
New Revision: 1603391
URL: http://svn.apache.org/r1603391
Log:
updated content
Modified:
deltaspike/site/trunk/content/documentation.mdtext
Modified: deltaspike/site/trunk/content/documentation.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation.mdtext?rev=1603391&r1=1603390&r2=1603391&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation.mdtext (original)
+++ deltaspike/site/trunk/content/documentation.mdtext Wed Jun 18 10:16:22 2014
@@ -70,7 +70,7 @@ Remark : For Java SE, an additional step
## Project Configuration without Maven
-You can manually download all JARs described above from the maven repository
or you get [the source-code](source.html) and [build](build.html) DeltaSpike
manually.
+You can manually <a href="download.html" target="_blank">download</a> all JARs
described above or you get [the source-code](source.html) and
[build](build.html) DeltaSpike manually.
## Project Configuration with Maven
@@ -78,13 +78,13 @@ You can manually download all JARs descr
In the listings below replace the placeholders for the version with the
version of your choice or use:
<properties>
- <deltaspike.version>0.7</deltaspike.version>
+ <deltaspike.version>1.0.0</deltaspike.version>
</properties>
Or if you want to very bleeding edge, point to our current snapshot.
<properties>
- <deltaspike.version>0.8-SNAPSHOT</deltaspike.version>
+ <deltaspike.version>1.0.1-SNAPSHOT</deltaspike.version>
</properties>
### Configuration of DeltaSpike Core