Skip to content

Commit adbc1b0

Browse files
committed
Revert "use submodules instead of subprojects"
This reverts commit d071fc9.
1 parent d071fc9 commit adbc1b0

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

java-parent/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
xmlns="http://maven.apache.org/POM/4.1.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd">
55
<modelVersion>4.1.0</modelVersion>
6-
<parent>
7-
<groupId>dev.ikm.build</groupId>
8-
<artifactId>parent</artifactId>
9-
</parent>
10-
6+
<parent/>
117
<artifactId>java-parent</artifactId>
128
<name>Java Parent</name>
139
<description>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
109109
</properties>
110110

111-
<modules>
112-
<module>java-parent</module>
113-
</modules>
111+
<subprojects>
112+
<subproject>java-parent</subproject>
113+
</subprojects>
114114

115115
<build>
116116
<pluginManagement>

0 commit comments

Comments
 (0)