You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2017/09/09 06:39:07 UTC

[cxf] branch 3.1.x-fixes updated (b64da86 -> eb6fee1)

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

deki pushed a change to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from b64da86  Recording .gitmergeinfo Changes
     new d3d87c2  moved to Gitbox
     new eb6fee1  Recording .gitmergeinfo Changes

The 2 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:
 .gitmergeinfo | 4 ++++
 etc/cxf.rdf   | 4 ++--
 pom.xml       | 6 +++---
 3 files changed, 9 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].

[cxf] 02/02: Recording .gitmergeinfo Changes

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit eb6fee11eea15e1e018897535d990b4ece5cce92
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Sat Sep 9 08:38:38 2017 +0200

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 049d4e5..293fb63 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -77,6 +77,7 @@ B 1d2f3999073b8d46ebe3e1e9f7a532d4b07434b4
 B 1d2ff721ef4d63b86035238516afdf1a82855bd9
 B 1d4c40d0f87ccaa09b22d0b0da2db2801f69a00b
 B 1e49510ea71551e543b22f6693307b1436e81db0
+B 1eedb232f7f97f5d8cb3a8ab4dcd67251e073ec1
 B 1f68d848874bc2be86d3e77e408f0b9879c1e93c
 B 1f7241ba6017f1496e9b8aadec5c807ed05e63b4
 B 203b5433bc44aa831bdd9b1dd4ab474d192dea6c
@@ -226,6 +227,7 @@ B 629af817f4762a12623e76fb7f7baefe98482719
 B 62fd990682c0c6ff915356fb9b5f0a32efc20424
 B 63daada33c83c7900d5678ad495a0e764b3506de
 B 64070aa91b4b56155faf7703520a5142fa7a6e36
+B 642b041437ed80889cfbd5fabf8361359d210c6b
 B 64e17b90635e7acd6f0836ab2bb8f6ede026ecff
 B 65e1e07fdb810ec9de135530ca3e3d23821836a3
 B 66447a377f0b2cafc2f337456b5fd41f832556e0
@@ -546,6 +548,7 @@ B f45612c0a60b63c5cfe7e190c54254e8a77c5e2a
 B f46d64c8d413ae13cd3baa58ebf691a17e655ba5
 B f4d0b2152036c6e57f82d762464f6c96907e0a37
 B f51d7557791a6d3ae0bcf7f81ceda30a2c0029d3
+B f5ee3b786e22a081121eeebbba6d02fa9f4e7206
 B f66dea949bdc3f136084115aca4e514bad426380
 B f6ab9808289930238e3d5bd161239551b2ead00b
 B f6ce97d4d38446c8336f6f713d0306d52edf6086
@@ -638,6 +641,7 @@ M 2f8a1f7645c30cb40d4f080ce4b4099964028751
 M 2f981e098ea265ab504496fbf9ce4564c894bc19
 M 3088952a6e3385ee628cf8c91340908ed3a67aa3
 M 315a6dc119f7bf0ad1f8f8ee74093327852dc365
+M 31b566c8b028f71099594b5e2c760e856ef53e8d
 M 33b810d817d064fa60070fb37777152b2ceb906c
 M 33eb378e47cee7d9c2ce0f7cb04cf0d5bcce4ad7
 M 34fd320f91d933233aeb364120456f4fa0f220ac

-- 
To stop receiving notification emails like this one, please contact
"commits@cxf.apache.org" <co...@cxf.apache.org>.

[cxf] 01/02: moved to Gitbox

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit d3d87c27b6c1f31aa4dcad86707731f1e43b4762
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Sat Sep 9 08:20:16 2017 +0200

    moved to Gitbox
---
 etc/cxf.rdf | 4 ++--
 pom.xml     | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/cxf.rdf b/etc/cxf.rdf
index bc289a4..74238a8 100644
--- a/etc/cxf.rdf
+++ b/etc/cxf.rdf
@@ -22,8 +22,8 @@
     <category rdf:resource="http://projects.apache.org/category/network-server" />
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/cxf.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=cxf.git"/>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/cxf.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf?p=cxf.git"/>
       </GitRepository>
     </repository>
     <maintainer>
diff --git a/pom.xml b/pom.xml
index 8efe4c3..df7d9d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,9 +29,9 @@
     <url>http://cxf.apache.org</url>
     <packaging>pom</packaging>
     <scm>
-        <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=summary</url>
+        <connection>scm:git:http://gitbox.apache.org/repos/asf/cxf.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=cxf.git;a=summary</url>
         <tag>HEAD</tag>
     </scm>
     <issueManagement>

-- 
To stop receiving notification emails like this one, please contact
"commits@cxf.apache.org" <co...@cxf.apache.org>.