diff --git a/COPYING.txt b/COPYING.txt index b25160d..2e500cb 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -325,11 +325,11 @@ License instead of this License. "CLASSPATH" EXCEPTION TO THE GPL -Certain source files distributed by Sun Microsystems, Inc. are subject to -the following clarification and special exception to the GPL, but only where -Sun has expressly included in the particular source file's header the words -"Sun designates this particular file as subject to the "Classpath" exception -as provided by Sun in the LICENSE file that accompanied this code." +Certain source files distributed by Oracle America and/or its affiliates are +subject to the following clarification and special exception to the GPL, but +only where Oracle has expressly included in the particular source file's header +the words "Oracle designates this particular file as subject to the "Classpath" +exception as provided by Oracle in the LICENSE file that accompanied this code." Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of diff --git a/pom.xml b/pom.xml index ae17445..94aed65 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,6 @@ - + + 4.0.0 - - org.sonatype.oss - oss-parent - 7 - org.fedorahosted.openprops openprops jar @@ -13,17 +9,17 @@ https://fedorahosted.org/openprops ${project.name} is a tiny Java library which reads and writes .properties files using the same code as java.util.Properties from the OpenJDK, but enhanced so that it preserves the order of entries within the file, and it also preserves comments in the file. This means that a Properties editor or a file converter written to use OpenProps won't have to lose comments or mess up the order of entries. - - Trac - https://fedorahosted.org/openprops - + + GitHub + https://github.com/zanata/openprops/issues + - - GNU General Public License, version 2, with the Classpath Exception - http://openjdk.java.net/legal/gplv2+ce.html - repo - + + GNU General Public License, version 2, with the Classpath Exception + http://openjdk.java.net/legal/gplv2+ce.html + repo + scm:git:git@github.com:zanata/openprops.git @@ -31,50 +27,144 @@ git@github.com:zanata/openprops.git - - - - sflaniga@redhat.com - Sean Flanigan - sflaniga@redhat.com - Red Hat - http://www.redhat.com/ - 10 - - + + + + sflaniga@redhat.com + Sean Flanigan + sflaniga@redhat.com + Red Hat + http://www.redhat.com/ + 10 + + + + + + Ding-Yi Chen + dchen@redhat.com + Red Hat + http://www.redhat.com/ + + packager + tester + + 10 + + + + + 1.6 + + 1.6 + - - - org.apache.maven.plugins - maven-gpg-plugin - - true - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.5 - 1.5 - true - true - true - - - + + + org.apache.maven.plugins + maven-gpg-plugin + + true + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + ${required.java} + ${required.java} + true + true + true + + + - + junit junit - 3.8.1 + 4.12 test + + + release + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + true + + + + + + + + + sonatype-nexus-staging + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + +