Skip to content

Commit e4edb2f

Browse files
timis1timis1
andauthored
Java 20405 Align module names, folder names and artifact id - Week 18 - 2023 (moved-7) (eugenp#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 <[email protected]>
1 parent 5af1ff5 commit e4edb2f

File tree

4 files changed

+7
-7
lines changed
  • core-java-modules/core-java-streams-collect
  • maven-modules/dependency-exclusion/dummy-surefire-junit47
  • spring-boot-modules

4 files changed

+7
-7
lines changed

core-java-modules/core-java-streams-collect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>core-java-streams-4</artifactId>
6+
<artifactId>core-java-streams-collect</artifactId>
77
<name>core-java-streams-collect</name>
88
<packaging>jar</packaging>
99

maven-modules/dependency-exclusion/dummy-surefire-junit47/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.apache.maven.surefire</groupId>
7-
<artifactId>surefire-junit47</artifactId>
7+
<artifactId>dummy-surefire-junit47</artifactId>
88
<version>dummy</version>
99

1010
<parent>

spring-boot-modules/spring-boot-3-url-matching/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>spring-boot-3</artifactId>
6+
<artifactId>spring-boot-3-url-matching</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>spring-boot-3</name>
9-
<description>URL Matching in Spring Boot</description>
8+
<name>spring-boot-3-url-matching</name>
9+
<description>URL Matching in Spring Boot 3</description>
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>

spring-boot-modules/spring-boot-aws/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<groupId>com.baeldung</groupId>
77
<artifactId>spring-boot-aws</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
9-
<name>spring-boot-data-3</name>
10-
<description>spring-boot-boot</description>
9+
<name>spring-boot-aws</name>
10+
<description>spring-boot-aws</description>
1111

1212
<parent>
1313
<groupId>com.baeldung.spring-boot-modules</groupId>

0 commit comments

Comments
 (0)