You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2020/09/11 05:48:00 UTC

svn commit: r1881634 - /openwebbeans/cms-site/trunk/content/download.mdtext

Author: struberg
Date: Fri Sep 11 05:48:00 2020
New Revision: 1881634

URL: http://svn.apache.org/viewvc?rev=1881634&view=rev
Log:
update to our owb-2.0.18 version and fix spec dependencies

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=1881634&r1=1881633&r2=1881634&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/download.mdtext (original)
+++ openwebbeans/cms-site/trunk/content/download.mdtext Fri Sep 11 05:48:00 2020
@@ -33,24 +33,24 @@ Read more about [How to verify downloade
 ## OWB-2.0.x
 
 OWB-2.0.x implements the CDI-2.0 (JSR-365) specification.
-It uses a shaded version of ASM-7 (Java11 support) for building our proxies and needs JavaSE 8 as minimum version.
+It uses a shaded version of ASM-8 (Java11 support) for building our proxies and requires JavaSE 8 as minimum version.
 
 #### Binaries
 The binary distribution contains all OpenWebBeans modules.
 
-* [openwebbeans-distribution-2.0.16-binary.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.16/openwebbeans-distribution-2.0.16-binary.zip)
-* [openwebbeans-distribution-2.0.16-binary.zip.sha512](https://www.apache.org/dist/openwebbeans/2.0.16/openwebbeans-distribution-2.0.16-binary.zip.sha512)
-* [openwebbeans-distribution-2.0.16-binary.zip.asc](https://www.apache.org/dist/openwebbeans/2.0.16/openwebbeans-distribution-2.0.16-binary.zip.asc)
-* [openwebbeans-distribution-2.0.16-binary.tar.gz](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.16/openwebbeans-distribution-2.0.16-binary.tar.gz)
-* [openwebbeans-distribution-2.0.16-binary.tar.gz.sha512](https://www.apache.org/dist/openwebbeans/2.0.16/openwebbeans-distribution-2.0.16-binary.tar.gz.sha512)
-* [openwebbeans-distribution-2.0.16-binary.tar.gz.asc](https://www.apache.org/dist/openwebbeans/2.0.16/openwebbeans-distribution-2.0.16-binary.tar.gz.asc)
+* [openwebbeans-distribution-2.0.18-binary.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.18/openwebbeans-distribution-2.0.18-binary.zip)
+* [openwebbeans-distribution-2.0.18-binary.zip.sha512](https://www.apache.org/dist/openwebbeans/2.0.18/openwebbeans-distribution-2.0.18-binary.zip.sha512)
+* [openwebbeans-distribution-2.0.18-binary.zip.asc](https://www.apache.org/dist/openwebbeans/2.0.18/openwebbeans-distribution-2.0.18-binary.zip.asc)
+* [openwebbeans-distribution-2.0.18-binary.tar.gz](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.18/openwebbeans-distribution-2.0.18-binary.tar.gz)
+* [openwebbeans-distribution-2.0.18-binary.tar.gz.sha512](https://www.apache.org/dist/openwebbeans/2.0.18/openwebbeans-distribution-2.0.18-binary.tar.gz.sha512)
+* [openwebbeans-distribution-2.0.18-binary.tar.gz.asc](https://www.apache.org/dist/openwebbeans/2.0.18/openwebbeans-distribution-2.0.18-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-2.0.16-source-release.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.16/openwebbeans-2.0.16-source-release.zip)
-* [openwebbeans-2.0.16-source-release.zip.sha512](https://www.apache.org/dist/openwebbeans/2.0.16/openwebbeans-2.0.16-source-release.zip.sha512)
-* [openwebbeans-2.0.16-source-release.zip.asc](https://www.apache.org/dist/openwebbeans/2.0.16/openwebbeans-2.0.16-source-release.zip.asc)
+* [openwebbeans-2.0.18-source-release.zip](https://www.apache.org/dyn/closer.lua/openwebbeans/2.0.18/openwebbeans-2.0.18-source-release.zip)
+* [openwebbeans-2.0.18-source-release.zip.sha512](https://www.apache.org/dist/openwebbeans/2.0.18/openwebbeans-2.0.18-source-release.zip.sha512)
+* [openwebbeans-2.0.18-source-release.zip.asc](https://www.apache.org/dist/openwebbeans/2.0.18/openwebbeans-2.0.18-source-release.zip.asc)
 
 
 ----------
@@ -127,25 +127,25 @@ Older versions of Apache OpenWebBeans ca
     <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-atinject_1.0_spec</artifactId>
-        <version>1.0</version>
+        <version>1.2</version>
     </dependency>
 
     <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jcdi_2.0_spec</artifactId>
-        <version>1.0.1</version>
+        <version>1.2</version>
     </dependency>
 
     <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-interceptor_1.2_spec</artifactId>
-        <version>1.0</version>
+        <version>1.2</version>
     </dependency>
 
     <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-annotation_1.3_spec</artifactId>
-        <version>1.0</version>
+        <version>1.3</version>
     </dependency>
 
 Note that you should set the seope of those dependencies to either `provided` or `compile` depending on whether your environment already provide them or not.