Renaming artifact id

spring-cloud-scheam-registry-parent to spring-cloud-schema-registry-parent
This commit is contained in:
Soby Chacko
2020-01-10 15:15:18 -05:00
parent 025f730a38
commit 8ca1953313
6 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<artifactId>spring-cloud-schema-registry-docs</artifactId>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-scheam-registry-parent</artifactId>
<artifactId>spring-cloud-schema-registry-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>

View File

@@ -3,7 +3,7 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-scheam-registry-parent</artifactId>
<artifactId>spring-cloud-schema-registry-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>

View File

@@ -3,7 +3,7 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-cloud-scheam-registry-parent</artifactId>
<artifactId>spring-cloud-schema-registry-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.0.2.BUILD-SNAPSHOT</version>
</parent>

View File

@@ -6,7 +6,7 @@
<artifactId>spring-cloud-schema-registry-core</artifactId>
<parent>
<artifactId>spring-cloud-scheam-registry-parent</artifactId>
<artifactId>spring-cloud-schema-registry-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.0.2.BUILD-SNAPSHOT</version>
</parent>

View File

@@ -6,7 +6,7 @@
<artifactId>spring-cloud-schema-registry-server</artifactId>
<parent>
<artifactId>spring-cloud-scheam-registry-parent</artifactId>
<artifactId>spring-cloud-schema-registry-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.0.2.BUILD-SNAPSHOT</version>
</parent>