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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git


The following commit(s) were added to refs/heads/main by this push:
     new 2acca1f  [maven-release-plugin] prepare release cxf-build-utils-4.1.3
2acca1f is described below

commit 2acca1ff52c2cde63aeb1c5e21d8e6f1a04b7545
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jan 8 17:11:49 2026 -0500

    [maven-release-plugin] prepare release cxf-build-utils-4.1.3
---
 buildtools/pom.xml             | 2 +-
 pom.xml                        | 4 ++--
 xml2fastinfoset-plugin/pom.xml | 2 +-
 xml2fastinfoset-test/pom.xml   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 8a5688e..157d6a1 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.build-utils</groupId>
         <artifactId>cxf-build-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 29b4580..c72b4bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.build-utils</groupId>
     <artifactId>cxf-build-utils</artifactId>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <name>Apache CXF Build Utilities</name>
     <url>https://cxf.apache.org</url>
     <packaging>pom</packaging>
@@ -47,7 +47,7 @@
     <scm>
       
<connection>scm:git:https://gitbox.apache.org/repos/asf/cxf-build-utils.git</connection>
       
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-build-utils.git</developerConnection>
-      <tag>cxf-build-utils-4.1.2</tag>
+      <tag>cxf-build-utils-4.1.3</tag>
   </scm>
     <mailingLists>
         <mailingList>
diff --git a/xml2fastinfoset-plugin/pom.xml b/xml2fastinfoset-plugin/pom.xml
index eca8890..3c165bb 100644
--- a/xml2fastinfoset-plugin/pom.xml
+++ b/xml2fastinfoset-plugin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
          <groupId>org.apache.cxf.build-utils</groupId>
          <artifactId>cxf-build-utils</artifactId>
-         <version>4.1.3-SNAPSHOT</version>
+         <version>4.1.3</version>
     </parent>
 
 
diff --git a/xml2fastinfoset-test/pom.xml b/xml2fastinfoset-test/pom.xml
index d1d40f0..44aa98e 100644
--- a/xml2fastinfoset-test/pom.xml
+++ b/xml2fastinfoset-test/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.build-utils</groupId>
         <artifactId>cxf-build-utils</artifactId>
-        <version>4.1.3-SNAPSHOT</version>
+        <version>4.1.3</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Reply via email to