Skip to content

Commit f342db3

Browse files
author
Eugen Paraschiv
committedJul 18, 2018
minor maven cleanup
1 parent a739a05 commit f342db3

File tree

5 files changed

+30
-34
lines changed

5 files changed

+30
-34
lines changed
 

‎jhipster/jhipster-monolithic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>jhipster-monolithic</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<packaging>war</packaging>
9-
<name>JHipster Monolithic Application</name>
9+
<description>JHipster Monolithic Application</description>
1010

1111
<parent>
1212
<artifactId>parent-boot-1</artifactId>

‎msf4j/pom.xml

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.baeldung.msf4j</groupId>
5-
<artifactId>msf4j</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
7-
<name>WSO2 MSF4J Microservice</name>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.baeldung.msf4j</groupId>
6+
<artifactId>msf4j</artifactId>
7+
<version>0.0.1-SNAPSHOT</version>
88

9-
<parent>
10-
<groupId>org.wso2.msf4j</groupId>
11-
<artifactId>msf4j-service</artifactId>
12-
<version>2.6.0</version>
13-
</parent>
9+
<parent>
10+
<groupId>org.wso2.msf4j</groupId>
11+
<artifactId>msf4j-service</artifactId>
12+
<version>2.6.0</version>
13+
</parent>
1414

15-
<dependencies>
16-
<dependency>
17-
<groupId>org.wso2.msf4j</groupId>
18-
<artifactId>msf4j-spring</artifactId>
19-
<version>${msf4j.version}</version>
20-
</dependency>
21-
<dependency>
22-
<groupId>org.wso2.msf4j</groupId>
23-
<artifactId>msf4j-mustache-template</artifactId>
24-
<version>${msf4j.version}</version>
25-
</dependency>
26-
</dependencies>
15+
<dependencies>
16+
<dependency>
17+
<groupId>org.wso2.msf4j</groupId>
18+
<artifactId>msf4j-spring</artifactId>
19+
<version>${msf4j.version}</version>
20+
</dependency>
21+
<dependency>
22+
<groupId>org.wso2.msf4j</groupId>
23+
<artifactId>msf4j-mustache-template</artifactId>
24+
<version>${msf4j.version}</version>
25+
</dependency>
26+
</dependencies>
2727

28-
<properties>
29-
<microservice.mainClass>com.baeldung.msf4j.msf4jintro.Application</microservice.mainClass>
30-
<msf4j.version>2.6.1</msf4j.version>
31-
</properties>
28+
<properties>
29+
<microservice.mainClass>com.baeldung.msf4j.msf4jintro.Application</microservice.mainClass>
30+
<msf4j.version>2.6.1</msf4j.version>
31+
</properties>
3232

3333
</project>

‎parent-boot-2/pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<artifactId>parent-boot-2</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
8-
<name>Parent Boot 2</name>
9-
<description>Parent for all spring boot 2 modules</description>
8+
<description>Parent for all Spring Boot 2 modules</description>
109

1110
<parent>
1211
<groupId>org.springframework.boot</groupId>

‎spring-data-5-reactive/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
<artifactId>spring-5-data-reactive</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
9-
<name>Spring-5-data-reactive</name>
10-
<description>Spring-5-data-reactive with Springboot 2.0.1</description>
119

1210
<parent>
1311
<groupId>org.springframework.boot</groupId>

‎testing-modules/groovy-spock/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<artifactId>groovy-spock</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
9-
<name>Spock Framework - Example Project</name>
109

1110
<parent>
1211
<groupId>com.baeldung</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.