Skip to content

Commit

Permalink
alinging the module name, artifact id and folder name (and some minor…
Browse files Browse the repository at this point in the history
… cleanup)
  • Loading branch information
Eugen Paraschiv committed Jun 8, 2018
1 parent b2fc0d7 commit f88d035
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 52 deletions.
2 changes: 1 addition & 1 deletion animal-sniffer-mvn-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>animal-sniffer-mvn-plugin</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>example-animal-sniffer-mvn-plugin</name>
<name>animal-sniffer-mvn-plugin</name>
<url>http://maven.apache.org</url>

<parent>
Expand Down
1 change: 0 additions & 1 deletion camel-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<groupId>com.example</groupId>
<artifactId>spring-boot-camel</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>Spring-Boot - Camel API</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
1 change: 0 additions & 1 deletion ejb/ejb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
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>ejb-client</artifactId>
<name>EJB3 Client Maven</name>
<description>EJB3 Client Maven</description>

<parent>
Expand Down
2 changes: 0 additions & 2 deletions grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<artifactId>grpc-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>grpc-demo</name>
<url>http://maven.apache.org</url>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
22 changes: 0 additions & 22 deletions guest/spring-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,6 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
22 changes: 0 additions & 22 deletions guest/spring-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,28 +45,6 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 0 additions & 2 deletions java-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<artifactId>java-websocket</artifactId>
<packaging>war</packaging>
<version>0.0.1-SNAPSHOT</version>
<name>java-websocket Maven Webapp</name>
<url>http://maven.apache.org</url>

<parent>
<groupId>com.baeldung</groupId>
Expand Down
1 change: 0 additions & 1 deletion xmlunit-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<groupId>com.baeldung</groupId>
<artifactId>xmlunit-2</artifactId>
<version>1.0</version>
<name>XMLUnit-2</name>

<parent>
<groupId>com.baeldung</groupId>
Expand Down

0 comments on commit f88d035

Please sign in to comment.