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 2023/01/11 09:21:34 UTC

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

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 92e7a706bc build(deps): bump tomee-maven-plugin from 9.0.0.RC1 to 9.0.0 (#3631)
92e7a706bc is described below

commit 92e7a706bcf36a47288e4f9dc447dac567d07cb7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 10:21:28 2023 +0100

    build(deps): bump tomee-maven-plugin from 9.0.0.RC1 to 9.0.0 (#3631)
    
    Bumps tomee-maven-plugin from 9.0.0.RC1 to 9.0.0.
    
    ---
    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 cbf6755776..8b2339dcca 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.RC1</version>
+            <version>9.0.0</version>
             <configuration>
               <tomeeClassifier>plus</tomeeClassifier>
               <!--<tomeeHttpPort>9090</tomeeHttpPort>-->