JAVA-12015: Align module names, folder names and artifact id

This commit is contained in:
sampadawagde 2022-05-20 10:32:38 +05:30
parent f8ce248236
commit 2e8c7dc728
2 changed files with 15 additions and 11 deletions

View File

@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>docker-push-to-private-repo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>docker-push-to-private-repo</name>
<description>Example application to showcase how to push a docker image to a private repository</description>
<parent> <parent>
<groupId>com.baeldung.docker</groupId> <groupId>com.baeldung.docker</groupId>
<artifactId>docker</artifactId> <artifactId>docker</artifactId>
<version>0.0.1</version> <version>0.0.1</version>
</parent> </parent>
<artifactId>push-to-private-repo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>push-to-private-repo</name>
<description>Example application to showcase how to push a docker image to a private repository</description>
<properties>
<java.version>11</java.version>
</properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
@ -40,4 +40,8 @@
</plugins> </plugins>
</build> </build>
</project> <properties>
<java.version>11</java.version>
</properties>
</project>

View File

@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baelduung</groupId> <groupId>com.baelduung</groupId>
<artifactId>lightrun-demo</artifactId> <artifactId>lightrun</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>lightrun</name> <name>lightrun</name>