You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/09/21 11:14:33 UTC

[cxf-dosgi] branch master updated (276d8da -> 7fecec1)

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

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


    from 276d8da  Use github uri in pom
     new 95e9332  Fix git url
     new ad7438d  Fix git url
     new 7fecec1  [maven-release-plugin] prepare release cxf-dosgi-2.3.0

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:
 common/pom.xml                    | 2 +-
 decorator/pom.xml                 | 2 +-
 distribution/features/pom.xml     | 2 +-
 distribution/multi-bundle/pom.xml | 5 ++---
 distribution/pom.xml              | 2 +-
 distribution/repository/pom.xml   | 2 +-
 itests/multi-bundle/pom.xml       | 2 +-
 itests/pom.xml                    | 2 +-
 parent/pom.xml                    | 2 +-
 pom.xml                           | 9 +++++----
 provider-rs/pom.xml               | 2 +-
 provider-ws/pom.xml               | 2 +-
 samples/features/pom.xml          | 2 +-
 samples/pom.xml                   | 2 +-
 samples/repository/pom.xml        | 2 +-
 samples/rest/api/pom.xml          | 2 +-
 samples/rest/client/pom.xml       | 2 +-
 samples/rest/impl-jackson/pom.xml | 2 +-
 samples/rest/impl/pom.xml         | 2 +-
 samples/rest/pom.xml              | 2 +-
 samples/security_filter/pom.xml   | 2 +-
 samples/soap/api/pom.xml          | 2 +-
 samples/soap/client/pom.xml       | 2 +-
 samples/soap/impl/pom.xml         | 2 +-
 samples/soap/pom.xml              | 2 +-
 samples/ssl/pom.xml               | 2 +-
 samples/ssl/ssl-intent/pom.xml    | 2 +-
 27 files changed, 32 insertions(+), 32 deletions(-)

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

[cxf-dosgi] 03/03: [maven-release-plugin] prepare release cxf-dosgi-2.3.0

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

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

commit 7fecec14c1fad6849a4e6ce5194a7f7dcac0c078
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Thu Sep 21 13:14:19 2017 +0200

    [maven-release-plugin] prepare release cxf-dosgi-2.3.0
---
 common/pom.xml                    | 2 +-
 decorator/pom.xml                 | 2 +-
 distribution/features/pom.xml     | 2 +-
 distribution/multi-bundle/pom.xml | 5 ++---
 distribution/pom.xml              | 2 +-
 distribution/repository/pom.xml   | 2 +-
 itests/multi-bundle/pom.xml       | 2 +-
 itests/pom.xml                    | 2 +-
 parent/pom.xml                    | 2 +-
 pom.xml                           | 4 ++--
 provider-rs/pom.xml               | 2 +-
 provider-ws/pom.xml               | 2 +-
 samples/features/pom.xml          | 2 +-
 samples/pom.xml                   | 2 +-
 samples/repository/pom.xml        | 2 +-
 samples/rest/api/pom.xml          | 2 +-
 samples/rest/client/pom.xml       | 2 +-
 samples/rest/impl-jackson/pom.xml | 2 +-
 samples/rest/impl/pom.xml         | 2 +-
 samples/rest/pom.xml              | 2 +-
 samples/security_filter/pom.xml   | 2 +-
 samples/soap/api/pom.xml          | 2 +-
 samples/soap/client/pom.xml       | 2 +-
 samples/soap/impl/pom.xml         | 2 +-
 samples/soap/pom.xml              | 2 +-
 samples/ssl/pom.xml               | 2 +-
 samples/ssl/ssl-intent/pom.xml    | 2 +-
 27 files changed, 29 insertions(+), 30 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 1ec2b12..d6f2ba5 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/decorator/pom.xml b/decorator/pom.xml
index 4717212..f780779 100644
--- a/decorator/pom.xml
+++ b/decorator/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/distribution/features/pom.xml b/distribution/features/pom.xml
index f985618..7f21c6c 100644
--- a/distribution/features/pom.xml
+++ b/distribution/features/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-distribution-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index 179a5b1..0cdbfd6 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -9,8 +9,7 @@
 	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
 	OF ANY KIND, either express or implied. See the License for the specific 
 	language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>cxf-dosgi-multibundle-distribution</artifactId>
@@ -20,7 +19,7 @@
 	<parent>
 		<groupId>org.apache.cxf.dosgi</groupId>
 		<artifactId>cxf-dosgi-distribution-parent</artifactId>
-		<version>2.3.0-SNAPSHOT</version>
+		<version>2.3.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6c18e7d..51fd110 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-parent</artifactId>
-      <version>2.3.0-SNAPSHOT</version>
+      <version>2.3.0</version>
       <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/distribution/repository/pom.xml b/distribution/repository/pom.xml
index 164f198..4c1d67b 100644
--- a/distribution/repository/pom.xml
+++ b/distribution/repository/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-dosgi-repository</artifactId>
diff --git a/itests/multi-bundle/pom.xml b/itests/multi-bundle/pom.xml
index 8d0fe75..8ecaa7b 100644
--- a/itests/multi-bundle/pom.xml
+++ b/itests/multi-bundle/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index 9775de0..0d9ee41 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index 0ec9007..8e57b05 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-main</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 48fdd43..ddacffa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-main</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.3.0</version>
 
     <packaging>pom</packaging>
     <name>CXF DOSGi main</name>
@@ -37,7 +37,7 @@
         <connection>scm:git:http://gitbox.apache.org/repos/asf/cxf-dosgi.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-dosgi.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=cxf-dosgi.git;a=summary</url>
-        <tag>HEAD</tag>
+        <tag>cxf-dosgi-2.3.0</tag>
     </scm>
 
     <issueManagement>
diff --git a/provider-rs/pom.xml b/provider-rs/pom.xml
index e9b496b..94a43de 100644
--- a/provider-rs/pom.xml
+++ b/provider-rs/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/provider-ws/pom.xml b/provider-ws/pom.xml
index 2062425..c5142ea 100644
--- a/provider-ws/pom.xml
+++ b/provider-ws/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/samples/features/pom.xml b/samples/features/pom.xml
index 3c111fa..6ca636b 100644
--- a/samples/features/pom.xml
+++ b/samples/features/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/pom.xml b/samples/pom.xml
index 82c86dc..8ce934e 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -29,7 +29,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi</groupId>
       <artifactId>cxf-dosgi-parent</artifactId>
-      <version>2.3.0-SNAPSHOT</version>
+      <version>2.3.0</version>
       <relativePath>../parent/pom.xml</relativePath>
 
     </parent>
diff --git a/samples/repository/pom.xml b/samples/repository/pom.xml
index 0f4ac82..749ad39 100644
--- a/samples/repository/pom.xml
+++ b/samples/repository/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     <artifactId>cxf-dosgi-samples-repository</artifactId>
diff --git a/samples/rest/api/pom.xml b/samples/rest/api/pom.xml
index 22f0186..a6e2960 100644
--- a/samples/rest/api/pom.xml
+++ b/samples/rest/api/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/rest/client/pom.xml b/samples/rest/client/pom.xml
index ee4ac89..363a207 100644
--- a/samples/rest/client/pom.xml
+++ b/samples/rest/client/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/rest/impl-jackson/pom.xml b/samples/rest/impl-jackson/pom.xml
index a6c1943..d49c844 100644
--- a/samples/rest/impl-jackson/pom.xml
+++ b/samples/rest/impl-jackson/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/rest/impl/pom.xml b/samples/rest/impl/pom.xml
index 8347d30..a76f7b8 100644
--- a/samples/rest/impl/pom.xml
+++ b/samples/rest/impl/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/rest/pom.xml b/samples/rest/pom.xml
index 39d9b5e..39a2c88 100644
--- a/samples/rest/pom.xml
+++ b/samples/rest/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/security_filter/pom.xml b/samples/security_filter/pom.xml
index f25e9d4..29e17b1 100644
--- a/samples/security_filter/pom.xml
+++ b/samples/security_filter/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi</groupId>
         <artifactId>cxf-dosgi-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
diff --git a/samples/soap/api/pom.xml b/samples/soap/api/pom.xml
index c29c844..1812bd0 100644
--- a/samples/soap/api/pom.xml
+++ b/samples/soap/api/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.3.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/samples/soap/client/pom.xml b/samples/soap/client/pom.xml
index 52a1459..1afbc1a 100644
--- a/samples/soap/client/pom.xml
+++ b/samples/soap/client/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/samples/soap/impl/pom.xml b/samples/soap/impl/pom.xml
index 01a1052..ca80eb8 100644
--- a/samples/soap/impl/pom.xml
+++ b/samples/soap/impl/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-samples-soap-parent</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.3.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/samples/soap/pom.xml b/samples/soap/pom.xml
index c113fd2..ae0f6d7 100644
--- a/samples/soap/pom.xml
+++ b/samples/soap/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.apache.cxf.dosgi.samples</groupId>
         <artifactId>cxf-dosgi-samples-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/samples/ssl/pom.xml b/samples/ssl/pom.xml
index 8097fb0..12af1e0 100644
--- a/samples/ssl/pom.xml
+++ b/samples/ssl/pom.xml
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-samples-parent</artifactId>
-      <version>2.3.0-SNAPSHOT</version>
+      <version>2.3.0</version>
       <relativePath>../pom.xml</relativePath>
     </parent>
     
diff --git a/samples/ssl/ssl-intent/pom.xml b/samples/ssl/ssl-intent/pom.xml
index 2b3ffd0..9f0ed91 100644
--- a/samples/ssl/ssl-intent/pom.xml
+++ b/samples/ssl/ssl-intent/pom.xml
@@ -27,7 +27,7 @@
     <parent>
       <groupId>org.apache.cxf.dosgi.samples</groupId>
       <artifactId>cxf-dosgi-samples-ssl-parent</artifactId>
-      <version>2.3.0-SNAPSHOT</version>
+      <version>2.3.0</version>
       <relativePath>../pom.xml</relativePath>
     </parent>
 

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

[cxf-dosgi] 01/03: Fix git url

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

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

commit 95e93322bf1b634dc0b2f942632e199b88b0cfac
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Thu Sep 21 13:04:22 2017 +0200

    Fix git url
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c2edc6..5c1406a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,8 +34,8 @@
     <name>CXF DOSGi main</name>
  
     <scm>
-        <connection>scm:git@github.com:apache/cxf-dosgi.git</connection>
-        <developerConnection>scm:git@github.com:apache/cxf-dosgi.git</developerConnection>
+        <connection>scm:git:git://github.com/apache/cxf-dosgi.git</connection>
+        <developerConnection>scm:git:git://github.com/apache/cxf-dosgi.git</developerConnection>
         <tag>HEAD</tag>
     </scm>
 

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

[cxf-dosgi] 02/03: Fix git url

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

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

commit ad7438d9d121eed0d414e3daeb6bacc77ea90dc7
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Thu Sep 21 13:11:55 2017 +0200

    Fix git url
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5c1406a..48fdd43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,8 +34,9 @@
     <name>CXF DOSGi main</name>
  
     <scm>
-        <connection>scm:git:git://github.com/apache/cxf-dosgi.git</connection>
-        <developerConnection>scm:git:git://github.com/apache/cxf-dosgi.git</developerConnection>
+        <connection>scm:git:http://gitbox.apache.org/repos/asf/cxf-dosgi.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-dosgi.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=cxf-dosgi.git;a=summary</url>
         <tag>HEAD</tag>
     </scm>
 

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