You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/02/09 18:46:53 UTC

[tomee] branch master updated: Minor: Use GitHub actions to re-generate BOMs and create a PR, small changes in bom to trigger it.

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d22dfe  Minor: Use GitHub actions to re-generate BOMs and create a PR, small changes in bom to trigger it.
7d22dfe is described below

commit 7d22dfe49a1c3d492f96e2f996380e38ab7f0de8
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed Feb 9 19:42:23 2022 +0100

    Minor: Use GitHub actions to re-generate BOMs and create a PR, small changes in bom to trigger it.
---
 .github/workflows/main.yml |  3 ++-
 boms/tomee-plus/pom.xml    | 10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f51f660..5bf804a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -51,4 +51,5 @@ jobs:
           Found some uncommited changes after running build on master
         labels: |
           dependencies
-
+        add-paths: |
+          boms/tomee*
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 97133df..1717232 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -774,7 +774,7 @@
     <dependency>
       <groupId>org.apache.johnzon</groupId>
       <artifactId>johnzon-core</artifactId>
-      <version>1.2.16</version>
+      <version>1.2.15</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -785,7 +785,7 @@
     <dependency>
       <groupId>org.apache.johnzon</groupId>
       <artifactId>johnzon-jaxrs</artifactId>
-      <version>1.2.16</version>
+      <version>1.2.15</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -796,7 +796,7 @@
     <dependency>
       <groupId>org.apache.johnzon</groupId>
       <artifactId>johnzon-jsonb</artifactId>
-      <version>1.2.16</version>
+      <version>1.2.15</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -807,7 +807,7 @@
     <dependency>
       <groupId>org.apache.johnzon</groupId>
       <artifactId>johnzon-jsonp-strict</artifactId>
-      <version>1.2.16</version>
+      <version>1.2.15</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
@@ -818,7 +818,7 @@
     <dependency>
       <groupId>org.apache.johnzon</groupId>
       <artifactId>johnzon-mapper</artifactId>
-      <version>1.2.16</version>
+      <version>1.2.15</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>