Skip to content

Commit f88d035

Browse files
author
Eugen Paraschiv
committed
alinging the module name, artifact id and folder name (and some minor cleanup)
1 parent b2fc0d7 commit f88d035

8 files changed

Lines changed: 1 addition & 52 deletions

File tree

animal-sniffer-mvn-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>animal-sniffer-mvn-plugin</artifactId>
66
<packaging>jar</packaging>
77
<version>1.0-SNAPSHOT</version>
8-
<name>example-animal-sniffer-mvn-plugin</name>
8+
<name>animal-sniffer-mvn-plugin</name>
99
<url>http://maven.apache.org</url>
1010

1111
<parent>

camel-api/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<groupId>com.example</groupId>
66
<artifactId>spring-boot-camel</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>Spring-Boot - Camel API</name>
98

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

ejb/ejb-client/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>ejb-client</artifactId>
6-
<name>EJB3 Client Maven</name>
76
<description>EJB3 Client Maven</description>
87

98
<parent>

grpc/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<artifactId>grpc-demo</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<packaging>jar</packaging>
8-
<name>grpc-demo</name>
9-
<url>http://maven.apache.org</url>
108

119
<parent>
1210
<groupId>com.baeldung</groupId>

guest/spring-mvc/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,6 @@
2727
</dependency>
2828
</dependencies>
2929

30-
<repositories>
31-
<repository>
32-
<id>spring-milestones</id>
33-
<name>Spring Milestones</name>
34-
<url>https://repo.spring.io/milestone</url>
35-
<snapshots>
36-
<enabled>false</enabled>
37-
</snapshots>
38-
</repository>
39-
</repositories>
40-
41-
<pluginRepositories>
42-
<pluginRepository>
43-
<id>spring-milestones</id>
44-
<name>Spring Milestones</name>
45-
<url>https://repo.spring.io/milestone</url>
46-
<snapshots>
47-
<enabled>false</enabled>
48-
</snapshots>
49-
</pluginRepository>
50-
</pluginRepositories>
51-
5230
<properties>
5331
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5432
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

guest/spring-security/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,6 @@
4545
</dependency>
4646
</dependencies>
4747

48-
<repositories>
49-
<repository>
50-
<id>spring-milestones</id>
51-
<name>Spring Milestones</name>
52-
<url>https://repo.spring.io/milestone</url>
53-
<snapshots>
54-
<enabled>false</enabled>
55-
</snapshots>
56-
</repository>
57-
</repositories>
58-
59-
<pluginRepositories>
60-
<pluginRepository>
61-
<id>spring-milestones</id>
62-
<name>Spring Milestones</name>
63-
<url>https://repo.spring.io/milestone</url>
64-
<snapshots>
65-
<enabled>false</enabled>
66-
</snapshots>
67-
</pluginRepository>
68-
</pluginRepositories>
69-
7048
<properties>
7149
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7250
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

java-websocket/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<artifactId>java-websocket</artifactId>
66
<packaging>war</packaging>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>java-websocket Maven Webapp</name>
9-
<url>http://maven.apache.org</url>
108

119
<parent>
1210
<groupId>com.baeldung</groupId>

xmlunit-2/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<groupId>com.baeldung</groupId>
55
<artifactId>xmlunit-2</artifactId>
66
<version>1.0</version>
7-
<name>XMLUnit-2</name>
87

98
<parent>
109
<groupId>com.baeldung</groupId>

0 commit comments

Comments
 (0)