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 5af1ff5334
commit e4edb2fb47
4 changed files with 7 additions and 7 deletions

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>