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

@@ -21,14 +21,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-project</artifactId>
<groupId>io.fabric8</groupId>
<groupId>org.springframework.cloud</groupId>
<version>0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.fabric8</groupId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-kubernetes-hystrix</artifactId>
<name>Fabric8 :: Spring Cloud Kubernetes :: Hystrix</name>
<name>Spring Cloud Kubernetes :: Hystrix</name>
<dependencies>
<dependency>
@@ -71,4 +71,4 @@
</dependency>
</dependencies>
</project>
</project>