Minor cleanup in pom files (#682)
* removed groupId were it was inherited * correct chunk after master
This commit is contained in:
1
pom.xml
1
pom.xml
@@ -28,7 +28,6 @@
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-kubernetes</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>kubernetes-hello-world</artifactId>
|
||||
<name>Spring Cloud Kubernetes :: Examples :: Hello World</name>
|
||||
<description>A simple example that demonstrates how to build and test a basic spring
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-kubernetes-fabric8-config</artifactId>
|
||||
<name>Spring Cloud Kubernetes :: Fabric8 Config</name>
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-fabric8-all</artifactId>
|
||||
<name>Spring Cloud Kubernetes :: Starter :: All</name>
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-fabric8-config</artifactId>
|
||||
<name>Spring Cloud Kubernetes :: Starter :: Config</name>
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-kubernetes-fabric8</artifactId>
|
||||
<name>Spring Cloud Kubernetes :: Starter</name>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user