diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f97022 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2cec8f2..0d6408f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,15 @@ - + 4.0.0 - net.sf + + org.sonatype.oss + oss-parent + 9 + + com.moparisthebest junidecode jar - 0.1.1 + 0.1.1-SNAPSHOT junidecode @@ -30,14 +34,15 @@ http://junidecode.sf.net - scm:svn:https://junidecode.svn.sourceforge.net/svnroot/junidecode/trunk - scm:svn:https://junidecode.svn.sourceforge.net/svnroot/junidecode - http://junidecode.svn.sourceforge.net/viewvc/junidecode + scm:git:https://github.com/moparisthebest/junidecode.git + scm:git:https://github.com/moparisthebest/junidecode.git + https://github.com/moparisthebest/junidecode - UTF-8 + false + true @@ -52,6 +57,7 @@ org.apache.maven.plugins maven-compiler-plugin + 3.1 1.5 1.5 @@ -62,6 +68,7 @@ org.apache.maven.plugins maven-jar-plugin + 2.5 ${project.build.directory}/assembly.manifest @@ -89,18 +96,18 @@ - + pom.xml: timestamp ${TODAY} - - - - - - + + + + + + @@ -108,6 +115,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.2 + true + + ossrh + https://oss.sonatype.org/ + true + +