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:
parent
9836be6470
commit
b39cee5e7a
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue