diff --git a/.gitignore b/.gitignore index d3a67a4..268c1cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ -.project -.settings +.DS_Store .README.md.html + pom.xml.releaseBackup release.properties + target/ diff --git a/pom.xml b/pom.xml index 289d55d..752ba1c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.dangernoodle dangernoodle-io-org-pom - 13-SNAPSHOT + 0.1.0-SNAPSHOT pom ${project.artifactId} @@ -16,11 +16,11 @@ + 0.5.0 ${maven-install-plugin.version} - 3.0.1 - 3.1.0 - 3.0.0-M7 - 1.6.13 + 3.2.5 + 3.1.3 + 3.1.1 @@ -55,18 +55,21 @@ maven-release-plugin ${maven-release-plugin.version} - false release + @{project.version} + false - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-plugin.version} + org.sonatype.central + central-publishing-maven-plugin + ${central-publishing-maven-plugin.version} true - ossrh - true + ${project.artifactId}-${project.version} + central + true + published @@ -77,7 +80,7 @@ scm:git:git@github.com/dangernoodle-io/dangernoodle-io-org-pom.git scm:git:git@github.com:dangernoodle-io/dangernoodle-io-org-pom.git https://github.com/dangernoodle-io/dangernoodle-io-org-pom - HEAD + dangernoodle-io-org-pom-13 @@ -105,18 +108,26 @@ https://github.com/dangernoodle-io/dangernoodle-io-org-pom/issues - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2 - - - + + github + + + MAVEN_GPG_PASSPHRASE + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + bc + + + + + release @@ -126,8 +137,8 @@ maven-gpg-plugin - org.sonatype.plugins - nexus-staging-maven-plugin + org.sonatype.central + central-publishing-maven-plugin