Update groupId to org.springframework.cloud.
Remove many references to fabric8 fixes gh-3 fixes gh-8
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user