You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/04/01 23:50:59 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump flatten-maven-plugin from 1.2.5 to 1.2.7

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 749a259  Bump flatten-maven-plugin from 1.2.5 to 1.2.7
749a259 is described below

commit 749a259e4cc4cdc43242a63ceb72f0bcd8a15583
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 8 07:13:10 2021 +0000

    Bump flatten-maven-plugin from 1.2.5 to 1.2.7
    
    Bumps [flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.2.5 to 1.2.7.
    - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
    - [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/flatten-maven-plugin-1.2.5...flatten-maven-plugin-1.2.7)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0dec024..782bf13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,7 +602,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>flatten-maven-plugin</artifactId>
-                <version>1.2.5</version>
+                <version>1.2.7</version>
                 <configuration>
                     <flattenMode>oss</flattenMode>
                 </configuration>