You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/06/22 13:07:21 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump xml-maven-plugin from 1.0.2 to 1.1.0

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

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


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new dbee0b9332 build(deps): bump xml-maven-plugin from 1.0.2 to 1.1.0
dbee0b9332 is described below

commit dbee0b93326f402c502e6d96ace26ce65eb258e3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 21 17:04:31 2023 +0000

    build(deps): bump xml-maven-plugin from 1.0.2 to 1.1.0
    
    Bumps [xml-maven-plugin](https://github.com/mojohaus/xml-maven-plugin) from 1.0.2 to 1.1.0.
    - [Release notes](https://github.com/mojohaus/xml-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/xml-maven-plugin/compare/xml-maven-plugin-1.0.2...1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:xml-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/pom.xml | 2 +-
 tobago-example/tobago-example-test/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 3f8ef2e4ab..b67ef0cfb9 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -61,7 +61,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xml-maven-plugin</artifactId>
-        <version>1.0.2</version>
+        <version>1.1.0</version>
         <executions>
           <execution>
             <phase>generate-resources</phase>
diff --git a/tobago-example/tobago-example-test/pom.xml b/tobago-example/tobago-example-test/pom.xml
index c031e93f6e..f102eb9c29 100644
--- a/tobago-example/tobago-example-test/pom.xml
+++ b/tobago-example/tobago-example-test/pom.xml
@@ -57,7 +57,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>xml-maven-plugin</artifactId>
-        <version>1.0.2</version>
+        <version>1.1.0</version>
         <executions>
           <execution>
             <phase>generate-resources</phase>