Author: jlmonteiro
Date: Wed Jan 2 10:43:04 2019
New Revision: 1850160
URL: http://svn.apache.org/viewvc?rev=1850160&view=rev
Log:
Update 1.7.5 to 1.7.6 avec VOTE passed
Modified:
openwebbeans/cms-site/trunk/content/download.mdtext
Modified: openwebbeans/cms-site/trunk/content/download.mdtext
URL:
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/download.mdtext?rev=1850160&r1=1850159&r2=1850160&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/download.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/download.mdtext Wed Jan 2 10:43:04 2019
@@ -63,19 +63,19 @@ It uses a shaded version of ASM-5 for bu
#### Binaries
The binary distribution contains all OpenWebBeans modules.
-*
[openwebbeans-distribution-1.7.5-binary.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/1.7.5/openwebbeans-distribution-1.7.5-binary.zip)
-*
[openwebbeans-distribution-1.7.5-binary.zip.sha1](https://www.apache.org/dist/openwebbeans/1.7.5/openwebbeans-distribution-1.7.5-binary.zip.sha1)
-*
[openwebbeans-distribution-1.7.5-binary.zip.asc](https://www.apache.org/dist/openwebbeans/1.7.5/openwebbeans-distribution-1.7.5-binary.zip.asc)
-*
[openwebbeans-distribution-1.7.5-binary.tar.gz](https://www.apache.org/dyn/closer.lua/openwebbeans/1.7.5/openwebbeans-distribution-1.7.5-binary.tar.gz)
-*
[openwebbeans-distribution-1.7.5-binary.tar.gz.sha1](https://www.apache.org/dist/openwebbeans/1.7.5/openwebbeans-distribution-1.7.5-binary.tar.gz.sha1)
-*
[openwebbeans-distribution-1.7.5-binary.tar.gz.asc](https://www.apache.org/dist/openwebbeans/1.7.5/openwebbeans-distribution-1.7.5-binary.tar.gz.asc)
+*
[openwebbeans-distribution-1.7.6-binary.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/1.7.6/openwebbeans-distribution-1.7.6-binary.zip)
+*
[openwebbeans-distribution-1.7.6-binary.zip.sha1](https://www.apache.org/dist/openwebbeans/1.7.6/openwebbeans-distribution-1.7.6-binary.zip.sha1)
+*
[openwebbeans-distribution-1.7.6-binary.zip.asc](https://www.apache.org/dist/openwebbeans/1.7.6/openwebbeans-distribution-1.7.6-binary.zip.asc)
+*
[openwebbeans-distribution-1.7.6-binary.tar.gz](https://www.apache.org/dyn/closer.lua/openwebbeans/1.7.6/openwebbeans-distribution-1.7.6-binary.tar.gz)
+*
[openwebbeans-distribution-1.7.6-binary.tar.gz.sha1](https://www.apache.org/dist/openwebbeans/1.7.6/openwebbeans-distribution-1.7.6-binary.tar.gz.sha1)
+*
[openwebbeans-distribution-1.7.6-binary.tar.gz.asc](https://www.apache.org/dist/openwebbeans/1.7.6/openwebbeans-distribution-1.7.6-binary.tar.gz.asc)
#### Source
Should you want to build any of the above binaries, this source bundle is the
right one and covers them all.
-*
[openwebbeans-1.7.5-source-release.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/1.7.5/openwebbeans-1.7.5-source-release.zip)
-*
[openwebbeans-1.7.5-source-release.zip.sha1](https://www.apache.org/dist/openwebbeans/1.7.5/openwebbeans-1.7.5-source-release.zip.sha1)
-*
[openwebbeans-1.7.5-source-release.zip.asc](https://www.apache.org/dist/openwebbeans/1.7.5/openwebbeans-1.7.5-source-release.zip.asc)
+*
[openwebbeans-1.7.6-source-release.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/1.7.6/openwebbeans-1.7.6-source-release.zip)
+*
[openwebbeans-1.7.6-source-release.zip.sha1](https://www.apache.org/dist/openwebbeans/1.7.6/openwebbeans-1.7.6-source-release.zip.sha1)
+*
[openwebbeans-1.7.6-source-release.zip.asc](https://www.apache.org/dist/openwebbeans/1.7.6/openwebbeans-1.7.6-source-release.zip.asc)
----------
@@ -195,7 +195,7 @@ Note that you should set the seope of th
</dependency>
#### Plugins {#plugins-version}
-
+
**Web Module** (Required for web-apps)
<dependency>
@@ -204,7 +204,7 @@ Note that you should set the seope of th
<version>${owb.version}</version>
<scope>compile</scope>
</dependency>
-
+
**JSF 2.X Module**
@@ -213,7 +213,7 @@ Note that you should set the seope of th
<artifactId>openwebbeans-jsf</artifactId>
<version>${owb.version}</version>
<scope>compile</scope>
- </dependency>
+ </dependency>
**EL 2.2 Module**
@@ -223,7 +223,7 @@ Note that you should set the seope of th
<version>${owb.version}</version>
<scope>compile</scope>
</dependency>
-
+
**Tomcat 7 Module**
@@ -234,8 +234,8 @@ Note that you should set the seope of th
<artifactId>openwebbeans-tomcat7</artifactId>
<version>${owb.version}</version>
<scope>compile</scope>
- </dependency>
-
+ </dependency>
+
**JMS Module**
<dependency>
@@ -243,8 +243,8 @@ Note that you should set the seope of th
<artifactId>openwebbeans-jms</artifactId>
<version>${owb.version}</version>
<scope>compile</scope>
- </dependency>
-
+ </dependency>
+
**Arquillian Module**