X-Git-Url: http://git.osdn.net/view?p=jovsonz%2FJovsonz.git;a=blobdiff_plain;f=pom.xml;h=1a1c4ff980974e09ca58377dc5dda19458f88972;hp=97627c65c94c1ab5b0dc658c5ff5afefcce230e0;hb=24505bb8a44959627260cce23f5a190fd7d15043;hpb=576cfc1cca7e67dea29c8609faca43369857fa4a diff --git a/pom.xml b/pom.xml index 97627c6..1a1c4ff 100644 --- a/pom.xml +++ b/pom.xml @@ -1,14 +1,14 @@ - + 4.0.0 @@ -16,7 +16,7 @@ jp.sourceforge.jovsonz jovsonz - 1.101.3-SNAPSHOT + 1.101.103-SNAPSHOT jar Jovsonz @@ -25,18 +25,18 @@ -->Jovsonz is a JSON library for Java - http://jovsonz.sourceforge.jp/ + http://jovsonz.osdn.jp/ 2009 Jovsonz Partners - http://sourceforge.jp/projects/jovsonz/ + https://osdn.net/projects/jovsonz/ The MIT License - http://www.opensource.org/licenses/mit-license.php + https://opensource.org/licenses/MIT manual @@ -44,9 +44,9 @@ olyutorskii - http://sites.google.com/site/olyutorskiipit/ + https://sites.google.com/site/olyutorskiipit/ Jovsonz Partners - http://sourceforge.jp/projects/jovsonz/ + https://osdn.net/projects/jovsonz/ Project Founder Java Developer @@ -57,21 +57,19 @@ - - 2.2 - + - scm:hg:http://hg.sourceforge.jp/view/jovsonz/Jovsonz - scm:hg:ssh://hg.sourceforge.jp//hgroot/jovsonz/Jovsonz - http://hg.sourceforge.jp/view/jovsonz/Jovsonz/ + scm:git:git://git.osdn.net/gitroot/jovsonz/Jovsonz.git + scm:git:https://scm.osdn.net/gitroot/jovsonz/Jovsonz.git + https://osdn.net/projects/jovsonz/scm/git/Jovsonz/ - SourceForge.JP - http://sourceforge.jp/projects/jovsonz/ticket/ + OSDN.net + https://osdn.net/projects/jovsonz/ticket/ @@ -80,8 +78,8 @@ UTF-8 - 1.5 - 1.5 + 1.8 + 1.8 true true @@ -89,13 +87,13 @@ UTF-8 UTF-8 - ${project.basedir}/src/main/config + ${project.basedir}/src/main/config - - ${maven.compiler.source} + en + ${locale} - - ${project.myrepoconf}/checks.xml + ${project.mainconf}/checks.xml + false @@ -106,7 +104,7 @@ junit junit - [4.8.2,) + 4.12 test @@ -122,16 +120,52 @@ org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-versions + + enforce + + + + + [3.3.9,) + + + [1.8,) + + + + + + + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + + org.apache.maven.plugins maven-clean-plugin - 2.4.1 + 3.0.0 ${project.basedir} - **/.DS_Store + **/*~ + **/*.swp + **/*.DS_Store + **/._* + **/__MACOSX **/Thumbs.db + **/desktop.ini **/core + **/hs_err_pid* @@ -141,10 +175,10 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.5.1 - 1.5 - 1.5 + 1.8 + 1.8 true true @@ -156,7 +190,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 3.0.0 @@ -169,8 +203,9 @@ org.apache.maven.plugins maven-assembly-plugin - 2.2.1 + 2.6 + . src/main/assembly/descriptor.xml @@ -179,24 +214,8 @@ org.apache.maven.plugins - maven-enforcer-plugin - 1.0 - - - - [2.2,3) - - - [1.5,) - - - - - - - org.apache.maven.plugins maven-source-plugin - 2.1.2 + 3.0.0 true @@ -216,6 +235,77 @@ + + org.apache.maven.plugins + maven-resources-plugin + 3.0.0 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + false + true + + + + + org.apache.maven.plugins + maven-site-plugin + 3.7.1 + + ${site.locales} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.15 + + + + + org.apache.maven.plugins + maven-pmd-plugin + 3.6 + + ${maven.compiler.target} + + ${project.mainconf}/pmdrules.xml + + + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.3 + + Max + Low + + true + true + true + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + ${project.build.sourceEncoding} + + html + xml + + + + @@ -231,16 +321,33 @@ src/main/resources - **/*.css - **/*.html - **/*.png - **/*.properties **/*.txt + + **/*.properties + **/*.xml **/*.xsd + **/*.dtd + + **/*.html + **/*.htm + **/*.css + + **/*.png + **/*.gif + **/*.jpeg + **/*.jpg **/version.properties + + **/.DS_Store + **/__MACOSX + **/Thumbs.db + **/thumbs.db + **/Desktop.ini + **/desktop.ini + **/core @@ -254,44 +361,121 @@ org.apache.maven.plugins - maven-site-plugin - 2.2 + maven-project-info-reports-plugin + 3.0.0 - ja - true - true - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} + true + true + + + + index + summary + licenses + dependency-info + dependencies + dependency-convergence + plugins + plugin-management + team + issue-management + scm + + + + org.apache.maven.plugins maven-javadoc-plugin - 2.8 + 2.10.3 + false + true + true protected + + + + javadoc + + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.5 + + false + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.19.1 + + false + + + + + report-only + + + + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + ${project.build.sourceEncoding} + + html + xml + + org.apache.maven.plugins maven-checkstyle-plugin - 2.6 + 2.15 - ${checkstyle.config.location} - UTF-8 + false + + + + + checkstyle + + + org.apache.maven.plugins maven-pmd-plugin - 2.5 + 3.6 + false ${maven.compiler.target} - ${project.myrepoconf}/pmdrules.xml + ${project.mainconf}/pmdrules.xml @@ -307,34 +491,31 @@ org.codehaus.mojo findbugs-maven-plugin - 2.3.2 + 3.0.3 + false Max Low - ${project.build.sourceEncoding} - ${project.reporting.outputEncoding} - + + true + true + true + org.codehaus.mojo - cobertura-maven-plugin - 2.4 + javancss-maven-plugin + 2.1 org.codehaus.mojo - javancss-maven-plugin + jdepend-maven-plugin 2.0 - - org.apache.maven.plugins - maven-jxr-plugin - 2.2 - -