From 218acc599db1cba686791c468e1ce0df186b6f8b Mon Sep 17 00:00:00 2001 From: darthspectrum Date: Sat, 27 Mar 2021 01:06:16 +0400 Subject: [PATCH 1/3] [Chore] Added .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8a2a91 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.settings/ +target/ \ No newline at end of file From 56d6479909872e6e65d0c1a09de147b5a8c66403 Mon Sep 17 00:00:00 2001 From: darthspectrum Date: Sat, 27 Mar 2021 01:06:50 +0400 Subject: [PATCH 2/3] [Chore] Bumped up dependency versions --- pom.xml | 208 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 103 insertions(+), 105 deletions(-) diff --git a/pom.xml b/pom.xml index bfa0b62..ad8aa2b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,111 +1,109 @@ - 4.0.0 - com.googlecode.json-simple - json-simple - bundle - JSON.simple - 1.1.1 - A simple Java toolkit for JSON - http://code.google.com/p/json-simple/ - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - Yidong - Yidong Fang - - architect - developer - - +8 - - - - scm:svn:http://json-simple.googlecode.com/svn/trunk/ - scm:svn:http://json-simple.googlecode.com/svn/trunk/ - http://json-simple.googlecode.com/svn/trunk/ - + 4.0.0 + com.googlecode.json-simple + json-simple + bundle + JSON.simple + 1.1.1 + A simple Java toolkit for JSON + http://code.google.com/p/json-simple/ + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + Yidong + Yidong Fang + + architect + developer + + +8 + + + + scm:svn:http://json-simple.googlecode.com/svn/trunk/ + scm:svn:http://json-simple.googlecode.com/svn/trunk/ + http://json-simple.googlecode.com/svn/trunk/ + - - UTF-8 - + + UTF-8 + - - - junit - junit - 4.10 - test - - - - + + + junit + junit + 4.13.2 + test + + + + + + + org.apache.felix + maven-bundle-plugin + 5.1.1 + true + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + verify + + jar-no-fork + + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + - - org.apache.felix - maven-bundle-plugin - 2.3.6 - true - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.2 - 1.2 - - - - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - attach-sources - verify - - jar-no-fork - - - - + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + - - - - - release-sign-artifacts - - - performRelease - true - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.4 - - - sign-artifacts - verify - - sign - - - - - - - - - + + + - From f8d7a7570829ee93653d4ef4aeaf2d0c5e94a818 Mon Sep 17 00:00:00 2001 From: darthspectrum Date: Sat, 27 Mar 2021 01:13:57 +0400 Subject: [PATCH 3/3] [Refactoring] Rolled back accidental pom formatting --- pom.xml | 137 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 69 insertions(+), 68 deletions(-) diff --git a/pom.xml b/pom.xml index ad8aa2b..19f83c9 100644 --- a/pom.xml +++ b/pom.xml @@ -8,75 +8,75 @@ A simple Java toolkit for JSON http://code.google.com/p/json-simple/ - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + - - Yidong - Yidong Fang - - architect - developer - - +8 - + + Yidong + Yidong Fang + + architect + developer + + +8 + - scm:svn:http://json-simple.googlecode.com/svn/trunk/ - scm:svn:http://json-simple.googlecode.com/svn/trunk/ - http://json-simple.googlecode.com/svn/trunk/ + scm:svn:http://json-simple.googlecode.com/svn/trunk/ + scm:svn:http://json-simple.googlecode.com/svn/trunk/ + http://json-simple.googlecode.com/svn/trunk/ - UTF-8 + UTF-8 - - junit - junit - 4.13.2 - test - + + junit + junit + 4.13.2 + test + - + - - - org.apache.felix - maven-bundle-plugin - 5.1.1 - true - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - attach-sources - verify - - jar-no-fork - - - - - + + + org.apache.felix + maven-bundle-plugin + 5.1.1 + true + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + verify + + jar-no-fork + + + + + - + release-sign-artifacts @@ -89,21 +89,22 @@ - org.apache.maven.plugins - maven-gpg-plugin - 1.4 - - - sign-artifacts - verify - - sign - - - + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + +