You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/01/15 09:48:16 UTC

[cxf] branch master updated: Update to released build-utils & xjc-utils

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

buhhunyx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 27ad3c8  Update to released build-utils & xjc-utils
27ad3c8 is described below

commit 27ad3c89dee2280c2c19955696603b8411af0c10
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Wed Jan 15 12:47:35 2020 +0300

    Update to released build-utils & xjc-utils
---
 parent/pom.xml | 2 +-
 pom.xml        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f5727a8..66222ec 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -383,7 +383,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.26</version>
+                            <version>8.28</version>
                         </dependency>
                     </dependencies>
                     <configuration>
diff --git a/pom.xml b/pom.xml
index 27b2ea6..f24d059 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
     </issueManagement>
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
-        <cxf.build-utils.version>3.4.4-SNAPSHOT</cxf.build-utils.version>
-        <cxf.xjc-utils.version>3.3.1-SNAPSHOT</cxf.xjc-utils.version>
+        <cxf.build-utils.version>3.4.4</cxf.build-utils.version>
+        <cxf.xjc-utils.version>3.3.1</cxf.xjc-utils.version>
         <cxf.jdk.version>1.8</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url>