Skip to content

Commit

Permalink
BAEL-12770 Aligning module name, artifact id and folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapil committed Feb 27, 2019
1 parent 6bae0fc commit 8915610
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 10 deletions.
3 changes: 1 addition & 2 deletions jhipster/jhipster-uaa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
<groupId>com.baeldung.jhipster</groupId>
<artifactId>jhipster-microservice-uaa</artifactId>
<name>JHipster Microservice with UAA</name>
<name>jhipster-microservice-uaa</name>
<packaging>pom</packaging>

<parent>
Expand Down
1 change: 1 addition & 0 deletions lombok-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>lombok-custom</artifactId>
<name>lombok-custom</name>
<version>0.1-SNAPSHOT</version>

<parent>
Expand Down
1 change: 1 addition & 0 deletions maven/custom-rule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>custom-rule</artifactId>
<name>custom-rule</name>

<properties>
<api.version>3.0.0-M2</api.version>
Expand Down
1 change: 1 addition & 0 deletions maven/maven-enforcer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-enforcer</artifactId>
<name>maven-enforcer</name>

<build>
<plugins>
Expand Down
1 change: 1 addition & 0 deletions osgi/osgi-intro-sample-activator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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>osgi-intro-sample-activator</artifactId>
<name>osgi-intro-sample-activator</name>
<!-- Please, note this is not the usual 'jar'. -->
<packaging>bundle</packaging>

Expand Down
1 change: 1 addition & 0 deletions osgi/osgi-intro-sample-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<!-- mvn:com.baeldung/osgi-intro-sample-client/1.0-SNAPSHOT -->
<artifactId>osgi-intro-sample-client</artifactId>
<name>osgi-intro-sample-client</name>
<packaging>bundle</packaging>

<parent>
Expand Down
1 change: 1 addition & 0 deletions osgi/osgi-intro-sample-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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>osgi-intro-sample-service</artifactId>
<name>osgi-intro-sample-service</name>
<!-- Please, note this is not the usual 'jar'. -->
<packaging>bundle</packaging>

Expand Down
1 change: 1 addition & 0 deletions patterns/solid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>solid</artifactId>
<name>solid</name>
<version>1.0-SNAPSHOT</version>

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

<parent>
Expand Down
1 change: 1 addition & 0 deletions rxjava-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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>rxjava-2</artifactId>
<name>rxjava-2</name>
<version>1.0-SNAPSHOT</version>

<parent>
Expand Down
3 changes: 2 additions & 1 deletion spring-boot-angular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<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>
<groupId>com.baeldung.springbootangular</groupId>
<artifactId>springbootangular</artifactId>
<artifactId>spring-boot-angular</artifactId>
<name>spring-boot-angular</name>
<version>1.0</version>
<packaging>jar</packaging>
<parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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>liveness-example</artifactId>
<name>liveness-example</name>
<version>1.0-SNAPSHOT</version>

<parent>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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>readiness-example</artifactId>
<name>readiness-example</name>
<version>1.0-SNAPSHOT</version>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud/spring-cloud-vault/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring-cloud.version>Greenwich.M3</spring-cloud.version>
<spring-cloud.version>Greenwich.RELEASE</spring-cloud.version>
</properties>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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-remoting-hessian-burlap-client</artifactId>
<name>spring-remoting-hessian-burlap-client</name>
<artifactId>remoting-hessian-burlap-client</artifactId>
<name>remoting-hessian-burlap-client</name>

<parent>
<artifactId>remoting-hessian-burlap</artifactId>
Expand Down
3 changes: 1 addition & 2 deletions spring-soap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<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>

<groupId>com.baeldung</groupId>
<artifactId>spring-soap</artifactId>
<name>spring-soap</name>
<version>1.0.0</version>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion spring-zuul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<properties>
<!-- Spring -->
<spring-cloud.version>2.1.0.RC3</spring-cloud.version>
<spring-cloud.version>2.1.0.RELEASE</spring-cloud.version>
<!-- util -->
<commons-lang3.version>3.5</commons-lang3.version>
<!-- Maven plugins -->
Expand Down

0 comments on commit 8915610

Please sign in to comment.