Skip to content

Commit 00955f7

Browse files
committed
prepare a v 2.4.3
1 parent ec6a113 commit 00955f7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

accessors-smart/pom.xml

+1-1
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>accessors-smart</artifactId>
6-
<version>2.4.2</version>
6+
<version>2.4.3</version>
77
<name>ASM based accessors helper used by json-smart</name>
88
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
99
</description>

json-smart-action/pom.xml

+1-1
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.2</version>
6+
<version>2.4.3</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>json-smart-action</artifactId>

json-smart/pom.xml

+2-2
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.2</version>
6+
<version>2.4.3</version>
77
</parent>
88
<!-- this POM is released under an Apache 2.0 license -->
99
<modelVersion>4.0.0</modelVersion>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>net.minidev</groupId>
5858
<artifactId>accessors-smart</artifactId>
59-
<version>2.4.2</version>
59+
<version>2.4.3</version>
6060
</dependency>
6161
</dependencies>
6262
<scm>

pom.xml

+1-1
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.2</version>
6+
<version>2.4.3</version>
77
<name>Minidev super pom</name>
88
<description>minidev common properties.</description>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)