Update groupId to org.springframework.cloud.

Remove many references to fabric8

fixes gh-3
fixes gh-8
This commit is contained in:
Spencer Gibb
2016-12-16 14:59:54 -07:00
parent 308a2c9d8e
commit eb0eb4db46
15 changed files with 100 additions and 119 deletions

View File

@@ -4,14 +4,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-cloud-kubernetes-examples</artifactId>
<groupId>io.fabric8</groupId>
<groupId>org.springframework.cloud</groupId>
<version>0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kubernetes-reload-example</artifactId>
<name>Fabric8 :: Spring Cloud Kubernetes :: Examples :: Reload</name>
<name>Spring Cloud Kubernetes :: Examples :: Reload</name>
<description>Example demostrating how to use the configuration reload feature.</description>
<dependencyManagement>
@@ -28,7 +28,7 @@
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-kubernetes-core</artifactId>
<version>${project.version}</version>
</dependency>