You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2020/04/05 17:16:39 UTC

[aries-jax-rs-whiteboard] 01/02: [ARIES-1968] use released version

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 14b8acaf0d70069813ee7ffd1f9d9943305385d6
Author: Raymond Auge <ro...@apache.org>
AuthorDate: Sun Apr 5 13:15:49 2020 -0400

    [ARIES-1968] use released version
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c01e46..797528f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <packaging>pom</packaging>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <cxf.version>3.2.13-SNAPSHOT</cxf.version>
+        <cxf.version>3.2.13</cxf.version>
         <bnd.version>4.2.0</bnd.version>
         <dsl.version>1.2.2</dsl.version>
     </properties>