Skip to content

Commit

Permalink
remove module from parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 19, 2021
1 parent 80442f3 commit 52bc451
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion json-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.minidev</groupId>
<artifactId>minidev-parent</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
</parent>
<version>2.4.4</version>
<!-- this POM is released under an Apache 2.0 license -->
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.minidev</groupId>
<artifactId>minidev-parent</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
<name>Minidev super pom</name>
<description>minidev common properties.</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -125,9 +125,9 @@
</reporting>

<modules>
<module>accessors-smart</module>
<module>json-smart-action</module>
<module>json-smart</module>
<!-- <module>accessors-smart</module> -->
<!-- <module>json-smart-action</module> -->
<!-- <module>json-smart</module> -->
</modules>

<distributionManagement>
Expand Down

0 comments on commit 52bc451

Please sign in to comment.