Java 20405 Align module names, folder names and artifact id - Week 18 - 2023 (moved-7) (#14290)

* JAVA-20405 Align name for spring-boot-aws

* JAVA-20405 Align module name for spring-boot-3-url-matching

* JAVA-20405 Align module name for core-java-streams-collect

* JAVA-20405 Align module name for dummy-surefire-junit47

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
This commit is contained in:
timis1 2023-06-23 10:45:40 +03:00 committed by GitHub
parent 9836be6470
commit b39cee5e7a
4 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
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>core-java-streams-4</artifactId>
<artifactId>core-java-streams-collect</artifactId>
<name>core-java-streams-collect</name>
<packaging>jar</packaging>

View File

@ -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>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<artifactId>dummy-surefire-junit47</artifactId>
<version>dummy</version>
<parent>

View File

@ -3,10 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-boot-3</artifactId>
<artifactId>spring-boot-3-url-matching</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-3</name>
<description>URL Matching in Spring Boot</description>
<name>spring-boot-3-url-matching</name>
<description>URL Matching in Spring Boot 3</description>
<parent>
<groupId>com.baeldung</groupId>

View File

@ -6,8 +6,8 @@
<groupId>com.baeldung</groupId>
<artifactId>spring-boot-aws</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>spring-boot-data-3</name>
<description>spring-boot-boot</description>
<name>spring-boot-aws</name>
<description>spring-boot-aws</description>
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>