Skip to content

Commit 5c864d4

Browse files
committed
JAVA-42703: Changes made for renaming the kotlin-patterns to kotlin-design-patterns
1 parent 0b95219 commit 5c864d4

File tree

23 files changed

+4
-4
lines changed

23 files changed

+4
-4
lines changed
File renamed without changes.

Diff for: kotlin-patterns/pom.xml renamed to kotlin-design-patterns/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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>kotlin-patterns</artifactId>
7-
<name>kotlin-patterns</name>
6+
<artifactId>kotlin-design-patterns</artifactId>
7+
<name>kotlin-design-patterns</name>
88
<version>1.0</version>
99
<packaging>jar</packaging>
1010

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
<!-- <module>kotlin-multiplatform-mobile</module> --> <!-- not a Maven module -->
553553
<module>kotlin-native</module>
554554
<module>kotlin-openapi</module>
555-
<module>kotlin-patterns</module>
555+
<module>kotlin-design-patterns</module>
556556
<module>kotlin-performance-vs-java</module>
557557
<module>kotlin-algorithms</module>
558558
<module>kotlin-quasar</module>
@@ -638,7 +638,7 @@
638638
<!-- <module>kotlin-multiplatform-mobile</module> --> <!-- not a Maven module -->
639639
<module>kotlin-native</module>
640640
<module>kotlin-openapi</module>
641-
<module>kotlin-patterns</module>
641+
<module>kotlin-design-patterns</module>
642642
<module>kotlin-performance-vs-java</module>
643643
<module>kotlin-algorithms</module>
644644
<module>kotlin-quasar</module>

0 commit comments

Comments
 (0)