From 56d6479909872e6e65d0c1a09de147b5a8c66403 Mon Sep 17 00:00:00 2001 From: darthspectrum Date: Sat, 27 Mar 2021 01:06:50 +0400 Subject: [PATCH] [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 - - - - - - - - - + + + -