Skip to content

Commit 15a58ad

Browse files
authored
[JAVA-32471] (#851)
* [JAVA-32471] Changed module names / Clean up * [JAVA-32471] Changed module names / Clean up * [JAVA-32471] Changed module names / Clean up
1 parent 47d16dc commit 15a58ad

File tree

45 files changed

+7
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+7
-11
lines changed

kotlin-prim/pom.xml renamed to kotlin-algorithms/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
55
http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
7-
<groupId>com.baeldung</groupId>
87
<version>1.0.0-SNAPSHOT</version>
9-
<artifactId>kotlin-prim</artifactId>
8+
<artifactId>kotlin-algorithms</artifactId>
109
<parent>
1110
<groupId>com.baeldung</groupId>
1211
<artifactId>kotlin-modules</artifactId>

kotlin-api/settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
2-
31
rootProject.name = "kotlin-api"
42

0 commit comments

Comments
 (0)