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

cstamas pushed a commit to branch maven-resolver-1.9.x
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/maven-resolver-1.9.x by this 
push:
     new 446009d7 [MRESOLVER-549][MRESOLVER-550][MRESOLVER-551] Parent POM 42 
(#484)
446009d7 is described below

commit 446009d7073014a7d418a4b9637664a2f6d05c82
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Apr 26 12:33:45 2024 +0200

    [MRESOLVER-549][MRESOLVER-550][MRESOLVER-551] Parent POM 42 (#484)
    
    Demos were using implicit sisu index creation that is now disabled in 
parent, so needs sisu plugin.
    
    Plus some minor updated.
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-549
    https://issues.apache.org/jira/browse/MRESOLVER-550
    https://issues.apache.org/jira/browse/MRESOLVER-551
---
 maven-resolver-demos/maven-resolver-demo-snippets/pom.xml | 9 +++++++++
 maven-resolver-named-locks-redisson/pom.xml               | 2 +-
 pom.xml                                                   | 4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/maven-resolver-demos/maven-resolver-demo-snippets/pom.xml 
b/maven-resolver-demos/maven-resolver-demo-snippets/pom.xml
index 388ce7cc..1c0a4e2e 100644
--- a/maven-resolver-demos/maven-resolver-demo-snippets/pom.xml
+++ b/maven-resolver-demos/maven-resolver-demo-snippets/pom.xml
@@ -117,4 +117,13 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.sisu</groupId>
+        <artifactId>sisu-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
 </project>
diff --git a/maven-resolver-named-locks-redisson/pom.xml 
b/maven-resolver-named-locks-redisson/pom.xml
index 2f79afdc..cac7e3f8 100644
--- a/maven-resolver-named-locks-redisson/pom.xml
+++ b/maven-resolver-named-locks-redisson/pom.xml
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>org.redisson</groupId>
       <artifactId>redisson</artifactId>
-      <version>3.28.0</version>
+      <version>3.29.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>
diff --git a/pom.xml b/pom.xml
index 2a316086..3310a887 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>41</version>
+    <version>42</version>
     <relativePath />
   </parent>
 
@@ -253,7 +253,7 @@
         <plugin>
           <groupId>com.github.siom79.japicmp</groupId>
           <artifactId>japicmp-maven-plugin</artifactId>
-          <version>0.17.2</version>
+          <version>0.21.1</version>
           <configuration>
             <oldVersion>
               <!-- We compare same module against 1.8.0 set as "baseline" -->

Reply via email to