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/04/20 07:14:22 UTC

[tomee] branch tomee-8.x updated (fa7e58e5ff -> 5e36bc07fd)

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

rzo1 pushed a change to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


    from fa7e58e5ff TOMEE-3918 - Upgrade Johnzon to 1.2.17
     new 8014044983 TOMEE-3918 - Add the staging repository for now (until the vote is closed) to see if the upgrade affects the full build
     new 5e36bc07fd TOMEE-3919 - Fix GitHub Actions Bom Generation targeting wrong branch

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/tomee-8.x-push-build.yml | 4 ++--
 pom.xml                                    | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)


[tomee] 02/02: TOMEE-3919 - Fix GitHub Actions Bom Generation targeting wrong branch

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5e36bc07fdd8b8e33c65c3ebfd3c41868b40fe21
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed Apr 20 09:11:50 2022 +0200

    TOMEE-3919 - Fix GitHub Actions Bom Generation targeting wrong branch
---
 .github/workflows/tomee-8.x-push-build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/tomee-8.x-push-build.yml b/.github/workflows/tomee-8.x-push-build.yml
index f2e3ffe215..9544656e55 100644
--- a/.github/workflows/tomee-8.x-push-build.yml
+++ b/.github/workflows/tomee-8.x-push-build.yml
@@ -39,7 +39,7 @@ jobs:
     - name: Create Pull Request after BOM Regeneration
       uses: peter-evans/create-pull-request@v3
       with:
-        base: master
+        base: tomee-8.x
         token: ${{ secrets.GITHUB_TOKEN }}
         commit-message: "Minor: Regenerated BOMs for ${{ github.sha }}"
         committer: GitHub <no...@github.com>
@@ -49,7 +49,7 @@ jobs:
         delete-branch: true
         title: "Regenerated BOMs after dependency upgrades"
         body: |
-          Found some uncommited changes (from BOM regeneration) after running build on TomEE master
+          Found some uncommited changes (from BOM regeneration) after running build on TomEE 8.x branch
         labels: |
           dependencies
         assignees: cesarhernandezgt,dblevins,jeanouii,jgallimore,rzo1
\ No newline at end of file


[tomee] 01/02: TOMEE-3918 - Add the staging repository for now (until the vote is closed) to see if the upgrade affects the full build

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8014044983557e27675acba0c5d285a5999f65cf
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Wed Apr 20 09:08:56 2022 +0200

    TOMEE-3918 - Add the staging repository for now (until the vote is closed) to see if the upgrade affects the full build
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index b7e313c705..f5c5e525ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -983,6 +983,11 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>johnzon-1.2.17</id>
+      <name>Apache Johnzon 1.2.17</name>
+      <url>https://repository.apache.org/content/repositories/orgapachejohnzon-1054</url>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>