Skip to content

Commit 02e2d01

Browse files
authored
JAVA-46185: Modules renamed: core-java-uuid and api-gateway (#18520)
1 parent 779b5db commit 02e2d01

34 files changed

+7
-7
lines changed
File renamed without changes.

core-java-modules/core-java-uuid/pom.xml renamed to core-java-modules/core-java-uuid-generation/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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-uuid</artifactId>
6+
<artifactId>core-java-uuid-generation</artifactId>
77
<packaging>jar</packaging>
8-
<name>core-java-uuid</name>
8+
<name>core-java-uuid-generation</name>
99

1010
<parent>
1111
<groupId>com.baeldung.core-java-modules</groupId>
@@ -42,7 +42,7 @@
4242
</dependencies>
4343

4444
<build>
45-
<finalName>core-java-uuid</finalName>
45+
<finalName>core-java-uuid-generation</finalName>
4646
<resources>
4747
<resource>
4848
<directory>src/main/resources</directory>

0 commit comments

Comments
 (0)