Skip to content

Commit 52bc451

Browse files
committed
remove module from parent pom
1 parent 80442f3 commit 52bc451

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

json-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.minidev</groupId>
55
<artifactId>minidev-parent</artifactId>
6-
<version>2.4.3</version>
6+
<version>2.4.4</version>
77
</parent>
88
<version>2.4.4</version>
99
<!-- this POM is released under an Apache 2.0 license -->

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.minidev</groupId>
55
<artifactId>minidev-parent</artifactId>
6-
<version>2.4.3</version>
6+
<version>2.4.4</version>
77
<name>Minidev super pom</name>
88
<description>minidev common properties.</description>
99
<packaging>pom</packaging>
@@ -125,9 +125,9 @@
125125
</reporting>
126126

127127
<modules>
128-
<module>accessors-smart</module>
129-
<module>json-smart-action</module>
130-
<module>json-smart</module>
128+
<!-- <module>accessors-smart</module> -->
129+
<!-- <module>json-smart-action</module> -->
130+
<!-- <module>json-smart</module> -->
131131
</modules>
132132

133133
<distributionManagement>

0 commit comments

Comments
 (0)