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/23 06:53:42 UTC

[cxf-dosgi] branch master updated (641c320 -> ee6f8dd)

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 641c320  Update to CXF 3.2.1-SNAPSHOT
     new 49577b6  Document swagger dependencies
     new c15671f  Add LICENSE and NOTICE to distro
     new ee6f8dd  Switch back to cxf 3.2.0 for redo of release

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:
 distribution/multi-bundle/pom.xml                        | 2 ++
 distribution/multi-bundle/src/main/assembly/assembly.xml | 4 ++++
 parent/pom.xml                                           | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)

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

[cxf-dosgi] 03/03: Switch back to cxf 3.2.0 for redo of release

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 ee6f8dd0f4d110db8a9fbd4c9cba65f68ad24fec
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Sat Sep 23 08:53:28 2017 +0200

    Switch back to cxf 3.2.0 for redo of release
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8a7d1c4..15d12e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -30,7 +30,7 @@
         <osgi.version>6.0.0</osgi.version>
         <osgi.compendium.version>5.0.0</osgi.compendium.version>
         <aries.rsa.version>1.11.0</aries.rsa.version>
-        <cxf.version>3.2.1-SNAPSHOT</cxf.version>
+        <cxf.version>3.2.0</cxf.version>
         <felix.version>5.6.8</felix.version>
         <zookeeper.version>3.4.8</zookeeper.version>
         <servlet.version>3.0</servlet.version>

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

[cxf-dosgi] 02/03: Add LICENSE and NOTICE to distro

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 c15671f3db0627d03eca17c0da80622bf9cab680
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Sat Sep 23 08:42:20 2017 +0200

    Add LICENSE and NOTICE to distro
---
 distribution/multi-bundle/src/main/assembly/assembly.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/distribution/multi-bundle/src/main/assembly/assembly.xml b/distribution/multi-bundle/src/main/assembly/assembly.xml
index 276b8a8..071928b 100644
--- a/distribution/multi-bundle/src/main/assembly/assembly.xml
+++ b/distribution/multi-bundle/src/main/assembly/assembly.xml
@@ -72,5 +72,9 @@
       <directory>src/main/release</directory>
       <outputDirectory>.</outputDirectory>
     </fileSet>
+    <fileSet>
+    	<directory>target/maven-shared-archive-resources/META-INF</directory>
+    	<outputDirectory>.</outputDirectory>
+    </fileSet>
   </fileSets>
 </assembly>

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

[cxf-dosgi] 01/03: Document swagger dependencies

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 49577b6d01b76c2df8565089883ce3c817f4882b
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Sat Sep 23 08:40:27 2017 +0200

    Document swagger dependencies
---
 distribution/multi-bundle/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index db48238..6ad432c 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -182,6 +182,8 @@
 				</exclusion>
 			</exclusions>
 		</dependency>
+		
+		<!-- Swagger dependencies -->
 		<dependency>
 			<groupId>org.webjars</groupId>
 			<artifactId>swagger-ui</artifactId>

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