Skip to content

Commit

Permalink
Align module names, folder names and artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
amit2103 committed Jun 27, 2020
1 parent ee3654d commit 72b3a73
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apache-libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>apache-miscellaneous-1</artifactId>
<artifactId>apache-libraries</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>apache-libraries</name>

Expand Down
2 changes: 1 addition & 1 deletion cloud-foundry-uaa/cf-uaa-oauth2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>cf-uaa-oauth2-client</artifactId>
<name>uaa-client-webapp</name>
<name>cf-uaa-oauth2-client</name>
<description>Demo project for Spring Boot</description>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion core-java-modules/core-java-8-datetime-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>core-java-8-datetime-2</artifactId>
<version>${project.parent.version}</version>
<name>core-java-8-datetime</name>
<name>core-java-8-datetime-2</name>
<packaging>jar</packaging>
<parent>
<groupId>com.baeldung.core-java-modules</groupId>
Expand Down
2 changes: 1 addition & 1 deletion machine-learning/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>machine-learning</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Supervised Learning</name>
<name>machine-learning</name>
<packaging>jar</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion persistence-modules/persistence-libraries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>persistence-libraries</artifactId>
<version>1.0-SNAPSHOT</version>
<name>java-sql2o</name>
<name>persistence-libraries</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
2 changes: 1 addition & 1 deletion persistence-modules/sirix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>io.sirix</groupId>
<artifactId>sirix</artifactId>
<version>1.0-SNAPSHOT</version>
<name>core-api-tutorial</name>
<name>sirix</name>
<packaging>jar</packaging>
<url>http://maven.apache.org</url>

Expand Down
2 changes: 1 addition & 1 deletion persistence-modules/spring-boot-persistence-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.baeldung.boot.persistence</groupId>
<artifactId>spring-boot-persistence-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-jdbi</name>
<name>spring-boot-persistence-2</name>
<description>Sample SpringBoot JDBI Project</description>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud/spring-cloud-circuit-breaker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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-circuit-breaker</artifactId>
<name>spring-cloud-gateway</name>
<name>spring-cloud-circuit-breaker</name>
<packaging>jar</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-ejb/ejb-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.singletonsession</groupId>
<artifactId>ejb-beans</artifactId>
<name>spring-ejb-beans</name>
<name>ejb-beans</name>

<parent>
<groupId>com.baeldung.spring.ejb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spring-mvc-crash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-mvc-crash</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-mvc-xml</name>
<name>spring-mvc-crash</name>
<packaging>war</packaging>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-resttemplate-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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-resttemplate</artifactId>
<artifactId>spring-resttemplate-2</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-resttemplate-2</name>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion twitter4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>twitter4j</artifactId>
<name>twitter4J</name>
<name>twitter4j</name>
<packaging>jar</packaging>

<parent>
Expand Down

0 comments on commit 72b3a73

Please sign in to comment.