You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2015/07/30 22:56:12 UTC

cxf git commit: fix the name in sample's description_swagger2/pom.xml

Repository: cxf
Updated Branches:
  refs/heads/master 845eccb64 -> 297138a2b


fix the name in sample's description_swagger2/pom.xml


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

Branch: refs/heads/master
Commit: 297138a2b2dcd74ebfc554712a20431d2756cd6b
Parents: 845eccb
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Thu Jul 30 22:55:22 2015 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Thu Jul 30 22:56:01 2015 +0200

----------------------------------------------------------------------
 .../src/main/release/samples/jax_rs/description_swagger2/pom.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/297138a2/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
index bbd45d5..555ce69 100644
--- a/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/description_swagger2/pom.xml
@@ -20,7 +20,7 @@
 <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>jax_rs_description_swagger2</artifactId>
-    <name>JAX-RS Swagger Demo</name>
+    <name>JAX-RS Swagger2 Demo</name>
     <description>JAX-RS Basic Demo</description>
     <parent>
         <groupId>org.apache.cxf.samples</groupId>