Skip to content

Commit 1196f35

Browse files
authored
[JAVA-32468] Aligned module names (#843)
1 parent f258403 commit 1196f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core-kotlin-modules/core-kotlin-arrays/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<artifactId>kotlin-datastructures</artifactId>
5+
<artifactId>core-kotlin-arrays</artifactId>
66
<version>1.0</version>
77
<name>core-kotlin-arrays</name>
88
<packaging>jar</packaging>

kotlin-tornadofx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.example</groupId>
8-
<artifactId>tornadofx-maven-project</artifactId>
8+
<artifactId>kotlin-tornadofx</artifactId>
99
<version>1.0</version>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)