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/02/11 07:04:41 UTC

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

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

lofwyr 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 08e07a5  build(deps): bump xml-maven-plugin from 1.0 to 1.0.2
08e07a5 is described below

commit 08e07a5b782a53945d80e6447387442795213b2d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 10 17:16:32 2022 +0000

    build(deps): bump xml-maven-plugin from 1.0 to 1.0.2
    
    Bumps [xml-maven-plugin](https://github.com/mojohaus/xml-maven-plugin) from 1.0 to 1.0.2.
    - [Release notes](https://github.com/mojohaus/xml-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/xml-maven-plugin/compare/xml-maven-plugin-1.0...xml-maven-plugin-1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:xml-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 b26d7da..9786dde 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</version>
+        <version>1.0.2</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 726c964..e02e837 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</version>
+        <version>1.0.2</version>
         <executions>
           <execution>
             <phase>generate-resources</phase>