You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by st...@apache.org on 2020/10/15 10:20:44 UTC

svn commit: r1882526 - in /geronimo/specs/trunk: geronimo-jcdi_2.0_spec/pom.xml geronimo-json_1.1_spec/pom.xml geronimo-jsonb_1.0_spec/pom.xml geronimo-security_1.0_spec/pom.xml geronimo-validation_2.0_spec/pom.xml

Author: struberg
Date: Thu Oct 15 10:20:44 2020
New Revision: 1882526

URL: http://svn.apache.org/viewvc?rev=1882526&view=rev
Log:
upgrade to flava8 2.4 and enable JPMS

Modified:
    geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml
    geronimo/specs/trunk/geronimo-json_1.1_spec/pom.xml
    geronimo/specs/trunk/geronimo-jsonb_1.0_spec/pom.xml
    geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml
    geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml?rev=1882526&r1=1882525&r2=1882526&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jcdi_2.0_spec/pom.xml Thu Oct 15 10:20:44 2020
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis</groupId>
         <artifactId>genesis-java8-flava</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
@@ -44,6 +44,7 @@
 
     <properties>
         <siteId>specs/${artifactId}</siteId>
+        <jpms.module.name>javax.enterprise.inject</jpms.module.name>
     </properties>
 
     <scm>

Modified: geronimo/specs/trunk/geronimo-json_1.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-json_1.1_spec/pom.xml?rev=1882526&r1=1882525&r2=1882526&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-json_1.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-json_1.1_spec/pom.xml Thu Oct 15 10:20:44 2020
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.geronimo.genesis</groupId>
     <artifactId>genesis-java8-flava</artifactId>
-    <version>2.3</version>
+    <version>2.4</version>
   </parent>
 
   <groupId>org.apache.geronimo.specs</groupId>
@@ -42,6 +42,7 @@
 
   <properties>
     <siteId>specs/${project.artifactId}</siteId>
+    <jpms.module.name>javax.json</jpms.module.name>
   </properties>
 
   <scm>

Modified: geronimo/specs/trunk/geronimo-jsonb_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsonb_1.0_spec/pom.xml?rev=1882526&r1=1882525&r2=1882526&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jsonb_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jsonb_1.0_spec/pom.xml Thu Oct 15 10:20:44 2020
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis</groupId>
         <artifactId>genesis-java8-flava</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
@@ -42,6 +42,7 @@
 
     <properties>
         <siteId>specs/${project.artifactId}</siteId>
+        <jpms.module.name>javax.jsonb</jpms.module.name>
     </properties>
 
     <scm>

Modified: geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml?rev=1882526&r1=1882525&r2=1882526&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-security_1.0_spec/pom.xml Thu Oct 15 10:20:44 2020
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis</groupId>
         <artifactId>genesis-java8-flava</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
@@ -42,6 +42,7 @@
 
     <properties>
         <siteId>specs/${project.artifactId}</siteId>
+        <jpms.module.name>javax.security</jpms.module.name>
     </properties>
 
     <scm>

Modified: geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml?rev=1882526&r1=1882525&r2=1882526&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml Thu Oct 15 10:20:44 2020
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.genesis</groupId>
         <artifactId>genesis-java8-flava</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
@@ -47,6 +47,7 @@
 
     <properties>
         <siteId>specs/${project.artifactId}</siteId>
+        <jpms.module.name>javax.validation</jpms.module.name>
     </properties>
 
     <scm>