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 07:33:43 UTC

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

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 e134917  Updating Spring
     new 0da1649  Update to maven-jar-plugin 3.2.0
     new 2cf7a73  Update to maven-bundle-plugin 4.2.1
     new 05da835  Update to junit 4.13
     new ac0b89e  Update to cxf-xjc-plugin 3.3.1

The 4 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:
 plugins/core/pom.xml | 3 +--
 pom.xml              | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)


[cxf-fediz] 02/04: Update to maven-bundle-plugin 4.2.1

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 2cf7a7397bf7919e50614150e5a35b3e075d21a8
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 09:54:54 2020 +0300

    Update to maven-bundle-plugin 4.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3cbbfd9..9a68705 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.5.3</version>
+                    <version>4.2.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf-fediz] 04/04: Update to cxf-xjc-plugin 3.3.1

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 ac0b89e9f6cbe45830cbd9bddf99ec6974879f07
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 10:30:56 2020 +0300

    Update to cxf-xjc-plugin 3.3.1
---
 plugins/core/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index 437892b..b85a781 100644
--- a/plugins/core/pom.xml
+++ b/plugins/core/pom.xml
@@ -29,8 +29,7 @@
     <name>Apache Fediz Plugin Core</name>
     <packaging>bundle</packaging>
     <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <cxf.xjc-utils.version>3.3.0</cxf.xjc-utils.version>
+        <cxf.xjc-utils.version>3.3.1</cxf.xjc-utils.version>
     </properties>
     <dependencies>
         <dependency>


[cxf-fediz] 03/04: Update to junit 4.13

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 05da835e61138a545bad4cfad2b4013d9782ced9
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 10:30:00 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index 9a68705..2f461c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <javax.validation.version>2.0.1.Final</javax.validation.version>
         <jaxb.version>2.3.2</jaxb.version>
         <jetty9.version>9.4.24.v20191120</jetty9.version>
-        <junit.version>4.12</junit.version>
+        <junit.version>4.13</junit.version>
         <kerby.version>1.1.1</kerby.version>
         <log4j.version>1.2.17</log4j.version>
         <openjpa.version>3.1.0</openjpa.version>


[cxf-fediz] 01/04: Update to maven-jar-plugin 3.2.0

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 0da16490711663795b5c521f9be8c67405208571
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 3 09:54:10 2020 +0300

    Update to maven-jar-plugin 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c80a5a..3cbbfd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-jar-plugin</artifactId>
-                    <version>3.1.2</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>