You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2016/09/10 14:41:28 UTC

[20/37] cxf git commit: [CXF-7045] Update sample description_swagger2_osgi README.txt file

[CXF-7045] Update sample description_swagger2_osgi README.txt file


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e32418de
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e32418de
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e32418de

Branch: refs/heads/master-jaxrs-2.1
Commit: e32418de404a1e72ac4d968a48906d0e1fe02f50
Parents: 4427f77
Author: jpoth <po...@gmail.com>
Authored: Thu Sep 8 16:26:27 2016 +0200
Committer: jpoth <po...@gmail.com>
Committed: Thu Sep 8 16:26:27 2016 +0200

----------------------------------------------------------------------
 .../samples/jax_rs/description_swagger2_osgi/README.txt | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/e32418de/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/README.txt
----------------------------------------------------------------------
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 85f5e73..c803013 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
@@ -6,7 +6,7 @@ using JAX-RS 2.0 (JSR-339). In this demo, the Swagger2Feature is configured usin
 
 Building and running the demo
 ---------------------------------------
-(Note this demo currently uses the snapshot version of some componens)
+(Note this demo currently uses the snapshot version of some components)
 
 From the base directory of this sample (i.e., where this README file is
 located), the Maven pom.xml file can be used to build and run the demo. 
@@ -52,11 +52,11 @@ Install this demo bundle (using the appropriate bundle version number)
 
 Optionally, installed the following bundles if they are missed:
 
-  install -s mvn:com.fasterxml.jackson.core/jackson-core/2.4.6  
-  install -s mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.6
-  install -s mvn:com.fasterxml.jackson.core/jackson-databind/2.4.6 
-  install -s mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.4.6  
-  install -s mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.4.6  
+  install -s mvn:com.fasterxml.jackson.core/jackson-core/2.6.6  
+  install -s mvn:com.fasterxml.jackson.core/jackson-annotations/2.6.6
+  install -s mvn:com.fasterxml.jackson.core/jackson-databind/2.6.6 
+  install -s mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/2.6.6  
+  install -s mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.6.6  
   install -s mvn:javax.annotation/javax.annotation-api/1.2
 
 You can verify if the CXF JAX-RS Swagger2 Blueprint Demo is installed and started.