This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 1625346 [ARIES-2104] Upgrade to flatten-maven-plugin 1.3.0
new 207e6a4 Merge pull request #223 from jbonofre/ARIES-2104
1625346 is described below
commit 16253469dbddab2ce5dd659b91e998e65ce8d963
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Fri Dec 30 07:19:39 2022 +0100
[ARIES-2104] Upgrade to flatten-maven-plugin 1.3.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4579767..34f2bca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -728,7 +728,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
- <version>1.2.7</version>
+ <version>1.3.0</version>
<configuration>
<flattenMode>oss</flattenMode>
</configuration>