Skip to content

Commit

Permalink
Merge pull request #65 from netplex/bump
Browse files Browse the repository at this point in the history
merge 2.4.1 version
  • Loading branch information
UrielCh committed Apr 4, 2021
2 parents 252fb14 + e010417 commit 309223e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions accessors-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<description>Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls.
</description>
<packaging>bundle</packaging>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
<organization>
<name>Chemouni Uriel</name>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
</organization>
<developers>
<developer>
Expand Down
3 changes: 0 additions & 3 deletions accessors-smart/src/test/java/net/minidev/asm/ASMTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public void testGet() throws Exception {
// f = new FastMapTest_3();
// f = new FastMapTest_2<String>(m);
// f = new FastMapTest_3();
// System.out.println(m.get("A"));
// 4 entré
// map => 1.279
// fastMap => 3.323
Expand Down Expand Up @@ -102,7 +101,6 @@ public void testGet() throws Exception {
// m.get("I");
// }
// T = System.nanoTime() - T;
// System.out.println(NumberFormat.getInstance().format(T));
// 10 774 968
// 596 295 451
// 2 321 087 341
Expand All @@ -116,7 +114,6 @@ public void testGet() throws Exception {
// for (int i = 0; i < 2000000; i++)
// subtext(ac);
// T1 = System.currentTimeMillis() - T1;
// System.out.println("// Time: " + T1);
}

@Test
Expand Down
4 changes: 2 additions & 2 deletions json-smart-action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
</description>
<packaging>bundle</packaging>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
<organization>
<name>Chemouni Uriel</name>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
</organization>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions json-smart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
</description>
<packaging>bundle</packaging>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
<organization>
<name>Chemouni Uriel</name>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
</organization>
<developers>
<developer>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<name>Minidev super pom</name>
<description>minidev common properties.</description>
<packaging>pom</packaging>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>

<organization>
<name>Chemouni Uriel</name>
<url>http://www.minidev.net/</url>
<url>https://urielch.github.io/</url>
</organization>

<developers>
Expand Down Expand Up @@ -45,7 +45,7 @@
<plugin> <!-- updated on 29/07/2015 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.2.1</version>
<executions>
<execution>
<id>bind-sources</id>
Expand Down

0 comments on commit 309223e

Please sign in to comment.