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/02/03 09:03:16 UTC

[cxf-fediz] branch master updated (ac0b89e -> 23a2672)

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

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


    from ac0b89e  Update to cxf-xjc-plugin 3.3.1
     new 823718e  Update to slf4j 1.7.30
     new 7d3083e  Update to jackson 2.10.2
     new 23a2672  disable staging repo

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[cxf-fediz] 02/03: Update to jackson 2.10.2

Posted by bu...@apache.org.
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-fediz.git

commit 7d3083e75e1ca549abea3b023dcecf857c216150
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 10:36:25 2020 +0300

    Update to jackson 2.10.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6bcb796..40ce370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
         <jcache.version>1.0.0</jcache.version>
         <hsqldb.version>2.5.0</hsqldb.version>
         <htmlunit.version>2.36.0</htmlunit.version>
-        <jackson.version>2.10.1</jackson.version>
+        <jackson.version>2.10.2</jackson.version>
         <javassist.version>3.19.0-GA</javassist.version>
         <javax.el.version>3.0.0</javax.el.version>
         <javax.validation.version>2.0.1.Final</javax.validation.version>


[cxf-fediz] 01/03: Update to slf4j 1.7.30

Posted by bu...@apache.org.
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-fediz.git

commit 823718eb37a5dfd879a71f01b5562bdfb1559d7e
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 10:35:55 2020 +0300

    Update to slf4j 1.7.30
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f461c6..6bcb796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
         <log4j.version>1.2.17</log4j.version>
         <openjpa.version>3.1.0</openjpa.version>
         <servlet.version>3.1.0</servlet.version>
-        <slf4j.version>1.7.28</slf4j.version>
+        <slf4j.version>1.7.30</slf4j.version>
         <spring.version>4.3.26.RELEASE</spring.version>
         <spring-ldap-core.version>2.3.2.RELEASE</spring-ldap-core.version>
         <spring.security.version>4.2.13.RELEASE</spring.security.version>


[cxf-fediz] 03/03: disable staging repo

Posted by bu...@apache.org.
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-fediz.git

commit 23a2672e7c945405eb708506cff21ffdfb5f23a3
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 11:26:04 2020 +0300

    disable staging repo
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 40ce370..4a0260e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,17 +134,17 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
-        <repository>
+        <!--repository>
             <id>apache.staging</id>
             <url>https://repository.apache.org/content/groups/staging/</url>
-            <name>Apache Snapshot Repo</name>
+            <name>Apache Staging Repo</name>
             <snapshots>
                 <enabled>false</enabled>
             </snapshots>
             <releases>
                 <enabled>true</enabled>
             </releases>
-        </repository>
+        </repository-->
         <repository>
             <id>wasdev-maven-repo</id>
             <name>wasdev-maven-repo</name>