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

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


The following commit(s) were added to refs/heads/master by this push:
     new dd49d1c  Updating some sample READMEs
dd49d1c is described below

commit dd49d1caaca52beb95fc85d6eab1c4e8980aa770
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Jan 30 11:51:53 2019 +0000

    Updating some sample READMEs
---
 .../jax_rs/description_swagger2_osgi/README.txt    |  4 ++--
 .../samples/jax_rs/websocket_osgi/README.txt       | 26 +++++++++++-----------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git 
a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
 
b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
index 95627be..e43c86a 100644
--- 
a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
+++ 
b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
@@ -38,7 +38,7 @@ In order to install CXF's features, you need to add the CXF's 
features repo usin
 
   feature:repo-add cxf 3.n.m
 
- where 3.n.m corresponds to a valid CXF version number (e.g., 3.1.4).
+ where 3.n.m corresponds to a valid CXF version number (e.g., 3.3.0).
 
 Install CXF's cxf-rs-description-swagger2 feature that installs all the 
required bundles
 for this demo bundle.
@@ -56,7 +56,7 @@ You can verify if the CXF JAX-RS Swagger2 Blueprint Demo is 
installed and starte
   START LEVEL 100 , List Threshold: 50
    ID | State  | Lvl | Version | Name                              
   -----------------------------------------------------------------
-  122 | Active |  80 | 3.1.4   | CXF JAX-RS Swagger2 Blueprint Demo
+  122 | Active |  80 | 3.3.0   | CXF JAX-RS Swagger2 Blueprint Demo
   karaf@root()>
 
 Now, you will be able to access this CXF JAXRS demo service on your Karaf 
instance at
diff --git 
a/distribution/src/main/release/samples/jax_rs/websocket_osgi/README.txt 
b/distribution/src/main/release/samples/jax_rs/websocket_osgi/README.txt
index 972ae42..15b26b6 100644
--- a/distribution/src/main/release/samples/jax_rs/websocket_osgi/README.txt
+++ b/distribution/src/main/release/samples/jax_rs/websocket_osgi/README.txt
@@ -55,21 +55,21 @@ Install this demo bundle (using the appropriate bundle 
version number)
   install -s mvn:org.eclipse.jetty.websocket/websocket-server/9.4.12.v20180830
   install -s mvn:org.apache.cxf.samples/jax_rs_websocket_osgi/3.n.m
 
-And verify the bundles are installed.
+And verify the bundles are installed, e.g.:
 
-karaf@root()> feature:repo-add cxf 3.2.0-SNAPSHOT
-Adding feature url 
mvn:org.apache.cxf.karaf/apache-cxf/3.2.0-SNAPSHOT/xml/features
+karaf@root()> feature:repo-add cxf 3.3.0
+Adding feature url mvn:org.apache.cxf.karaf/apache-cxf/3.3.0/xml/features
 karaf@root()> feature:install cxf-jaxrs cxf-transports-websocket-server
 karaf@root()> list -t 0 | grep CXF
- 80 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF Core                      
                              
- 81 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF Runtime Management        
                              
-100 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF Runtime HTTP Transport    
                              
-102 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF JAX-RS Extensions: 
Providers                            
-103 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF JAX-RS Extensions: Search 
                              
-104 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF JAX-RS Service 
Description                              
-105 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF Runtime JAX-RS Frontend   
                              
-106 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF JAX-RS Client             
                              
-108 | Active   |  40 | 3.2.0.SNAPSHOT   | Apache CXF Runtime WebSocket 
Transport                             
+ 80 | Active   |  40 | 3.3.0   | Apache CXF Core                               
                     
+ 81 | Active   |  40 | 3.3.0   | Apache CXF Runtime Management                 
                     
+100 | Active   |  40 | 3.3.0   | Apache CXF Runtime HTTP Transport             
                     
+102 | Active   |  40 | 3.3.0   | Apache CXF JAX-RS Extensions: Providers       
                     
+103 | Active   |  40 | 3.3.0   | Apache CXF JAX-RS Extensions: Search          
                     
+104 | Active   |  40 | 3.3.0   | Apache CXF JAX-RS Service Description         
                     
+105 | Active   |  40 | 3.3.0   | Apache CXF Runtime JAX-RS Frontend            
                     
+106 | Active   |  40 | 3.3.0   | Apache CXF JAX-RS Client                      
                     
+108 | Active   |  40 | 3.3.0   | Apache CXF Runtime WebSocket Transport        
                     
 karaf@root()> install -s mvn:org.apache.cxf.samples/jax_rs_websocket_osgi
 Bundle ID: 109
 karaf@root()> list
@@ -77,7 +77,7 @@ START LEVEL 100 , List Threshold: 50
  ID | State  | Lvl | Version        | Name                           
 ---------------------------------------------------------------------
 107 | Active |  80 | 2.4.3          | atmosphere-runtime             
-109 | Active |  80 | 3.2.0.SNAPSHOT | JAX-RS WebSocket Blueprint Demo
+109 | Active |  80 | 3.3.0 | JAX-RS WebSocket Blueprint Demo
 karaf@root()>
 
 

Reply via email to