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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new bf981d6c Upgrade to takari-smart-builder 0.6.3 (fixes #841) (#844)
bf981d6c is described below

commit bf981d6ce071d246cefdd8ebd2484a8133f66865
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Mon Jul 3 08:35:00 2023 +0200

    Upgrade to takari-smart-builder 0.6.3 (fixes #841) (#844)
---
 daemon/pom.xml | 1 -
 pom.xml        | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/daemon/pom.xml b/daemon/pom.xml
index e5c2137b..5acd3fb0 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -61,7 +61,6 @@
     <dependency>
       <groupId>io.takari.maven</groupId>
       <artifactId>takari-smart-builder</artifactId>
-      <version>0.6.2</version>
     </dependency>
 
     <!-- Logging -->
diff --git a/pom.xml b/pom.xml
index 2889452b..7742bf6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
     <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
     <xstream.version>1.4.20</xstream.version>
     <plexus-interactivity-api.version>1.0</plexus-interactivity-api.version>
-    <takari-smart-builder.version>0.6.2</takari-smart-builder.version>
+    <takari-smart-builder.version>0.6.3</takari-smart-builder.version>
   </properties>
 
   <dependencyManagement>

Reply via email to