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.

kotlin-patterns/pom.xml renamed to kotlin-design-patterns/pom.xml

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)