Adding groupId and version to jaxrs spring boot demos

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

Branch: refs/heads/master-jaxrs-2.1
Commit: 703acfd72d0e6ce02b8d0813ceedb8a36fe06dc9
Parents: 404c256
Author: Sergey Beryozkin <sberyoz...@gmail.com>
Authored: Mon Jun 6 22:55:31 2016 +0100
Committer: Sergey Beryozkin <sberyoz...@gmail.com>
Committed: Mon Jun 6 22:55:31 2016 +0100

----------------------------------------------------------------------
 .../src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml      | 2 ++
 .../src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/703acfd7/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml
----------------------------------------------------------------------
diff --git 
a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml 
b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml
index bb82ad7..41a50bf 100644
--- a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml
@@ -7,6 +7,8 @@
         <version>1.3.5.RELEASE</version>
     </parent> 
     <artifactId>spring-boot-sample-rs-cxf</artifactId>
+    <groupId>org.apache.cxf.samples</groupId>
+    <version>3.2.0-SNAPSHOT</version>
     <name>Spring Boot CXF REST Application</name>
     <description>Spring Boot CXF REST Application</description>
     

http://git-wip-us.apache.org/repos/asf/cxf/blob/703acfd7/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml
----------------------------------------------------------------------
diff --git 
a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml 
b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml
index 4357528..f8c3a14 100644
--- 
a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot_scan/pom.xml
@@ -7,6 +7,8 @@
         <version>1.3.5.RELEASE</version>
     </parent> 
     <artifactId>spring-boot-sample-rs-cxf-scan</artifactId>
+    <groupId>org.apache.cxf.samples</groupId>
+    <version>3.2.0-SNAPSHOT</version>
     <name>Spring Boot CXF REST Scan Application</name>
     <description>Spring Boot CXF REST Scan Application</description>
     

Reply via email to