Skip to content

Commit

Permalink
prepare a v 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 4, 2021
1 parent ec6a113 commit 00955f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion accessors-smart/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
<name>ASM based accessors helper used by json-smart</name>
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
</description>
Expand Down
2 changes: 1 addition & 1 deletion json-smart-action/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.minidev</groupId>
<artifactId>minidev-parent</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>json-smart-action</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions json-smart/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.minidev</groupId>
<artifactId>minidev-parent</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
</parent>
<!-- this POM is released under an Apache 2.0 license -->
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
</dependency>
</dependencies>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.minidev</groupId>
<artifactId>minidev-parent</artifactId>
<version>2.4.2</version>
<version>2.4.3</version>
<name>Minidev super pom</name>
<description>minidev common properties.</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 00955f7

Please sign in to comment.