Minor cleanup in pom files (#682)

* removed groupId were it was inherited

* correct chunk after master
This commit is contained in:
erabii
2020-12-10 19:25:38 -05:00
committed by GitHub
parent 62a0c3cb69
commit 1ff67bac5e
6 changed files with 0 additions and 6 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>