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 08:13:52 UTC

[cxf-dosgi] branch master updated (17a5180 -> dd0d3a8)

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 17a5180  [maven-release-plugin] prepare for next development iteration
     new 57caa5e  Use markdown in readme
     new 9aefd01  Remove sample from distro bundles
     new dd0d3a8  Update to jline 3.5.1

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/distro.bndrun                          | 3 +--
 distribution/multi-bundle/pom.xml                                | 2 +-
 distribution/multi-bundle/src/main/release/{README => README.md} | 0
 3 files changed, 2 insertions(+), 3 deletions(-)
 rename distribution/multi-bundle/src/main/release/{README => README.md} (100%)

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

[cxf-dosgi] 03/03: Update to jline 3.5.1

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 dd0d3a8806b0974e86aee8fed3a93070c9a6d4eb
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Sat Sep 23 10:13:29 2017 +0200

    Update to jline 3.5.1
---
 distribution/multi-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/multi-bundle/pom.xml b/distribution/multi-bundle/pom.xml
index 6ad432c..71eb49f 100644
--- a/distribution/multi-bundle/pom.xml
+++ b/distribution/multi-bundle/pom.xml
@@ -100,7 +100,7 @@
         <dependency>
             <groupId>org.jline</groupId>
             <artifactId>jline</artifactId>
-            <version>3.3.1</version>
+            <version>3.5.1</version>
         </dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

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

[cxf-dosgi] 02/03: Remove sample from distro bundles

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 9aefd012c31664074c37ad28a597463756e96211
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Sat Sep 23 10:13:18 2017 +0200

    Remove sample from distro bundles
---
 distribution/multi-bundle/distro.bndrun | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/distribution/multi-bundle/distro.bndrun b/distribution/multi-bundle/distro.bndrun
index dbcf8d6..923d8a3 100644
--- a/distribution/multi-bundle/distro.bndrun
+++ b/distribution/multi-bundle/distro.bndrun
@@ -35,8 +35,7 @@
 	osgi.identity;filter:='(osgi.identity=org.apache.felix.gogo.jline)',\
 	osgi.identity;filter:='(osgi.identity=org.apache.felix.metatype)',\
 	osgi.identity;filter:='(osgi.identity=com.fasterxml.woodstox.woodstox-core)',\
-	osgi.identity;filter:='(osgi.identity=org.apache.aries.rsa.discovery.command)',\
-	osgi.identity;filter:='(osgi.identity=org.apache.cxf.dosgi.samples.cxf-dosgi-samples-rest-impl)'
+	osgi.identity;filter:='(osgi.identity=org.apache.aries.rsa.discovery.command)'
 
 -runbundles: \
 	com.fasterxml.jackson.dataformat.jackson-dataformat-yaml;version='[2.8.9,2.8.10)',\

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

[cxf-dosgi] 01/03: Use markdown in readme

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 57caa5e89c1d0afc61c82ad8517083bd472286e0
Author: Christian Schneider <ch...@die-schneider.net>
AuthorDate: Sat Sep 23 10:12:42 2017 +0200

    Use markdown in readme
---
 distribution/multi-bundle/src/main/release/{README => README.md} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/distribution/multi-bundle/src/main/release/README b/distribution/multi-bundle/src/main/release/README.md
similarity index 100%
rename from distribution/multi-bundle/src/main/release/README
rename to distribution/multi-bundle/src/main/release/README.md

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