You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/11/23 09:32:21 UTC

[myfaces-tobago] branch main updated: build(deps): bump tomee-maven-plugin from 9.0.0-M8 to 9.0.0.RC1 (#3398)

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

lofwyr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new c5a71c216b build(deps): bump tomee-maven-plugin from 9.0.0-M8 to 9.0.0.RC1 (#3398)
c5a71c216b is described below

commit c5a71c216bdd1be21d82f06b28e46cf8306a80f3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 23 10:32:15 2022 +0100

    build(deps): bump tomee-maven-plugin from 9.0.0-M8 to 9.0.0.RC1 (#3398)
    
    Bumps tomee-maven-plugin from 9.0.0-M8 to 9.0.0.RC1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tomee.maven:tomee-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tobago-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index b99db0a253..cbf6755776 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -532,7 +532,7 @@
                  -->
             <groupId>org.apache.tomee.maven</groupId>
             <artifactId>tomee-maven-plugin</artifactId>
-            <version>9.0.0-M8</version>
+            <version>9.0.0.RC1</version>
             <configuration>
               <tomeeClassifier>plus</tomeeClassifier>
               <!--<tomeeHttpPort>9090</tomeeHttpPort>-->