Polishing.
Provide readable artifact display names. Interit groupId from parent.
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -11,12 +11,11 @@
|
||||
<!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-parent</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>spring-cloud-vault-config</name>
|
||||
<name>Spring Cloud Vault</name>
|
||||
<description>Configuration Integration with Hashicorp Vault</description>
|
||||
|
||||
<modules>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config-aws</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config-consul</artifactId>
|
||||
<name>Spring Cloud Vault Config Consul support</name>
|
||||
<description>Spring Cloud Vault Config Consul support</description>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config-databases</artifactId>
|
||||
<name>Spring Cloud Vault Config Database support</name>
|
||||
<description>Spring Cloud Vault Config Database support</description>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config-rabbitmq</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-config</artifactId>
|
||||
<name>Spring Cloud Vault Configuration Integration</name>
|
||||
<description>Configuration Integration with Hashicorp Vault</description>
|
||||
|
||||
@@ -11,12 +11,11 @@
|
||||
<!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-dependencies</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>spring-cloud-vault-dependencies</name>
|
||||
<name>Spring Cloud Vault Dependencies</name>
|
||||
<description>Spring Cloud Vault Dependencies</description>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-vault-starter-config</artifactId>
|
||||
|
||||
<name>Spring Cloud Vault Config Starter</name>
|
||||
|
||||
Reference in New Issue
Block a user