From 2fd37744bbb9e3345c9cb5b0484751398c2a35d1 Mon Sep 17 00:00:00 2001 From: Roman Nyukhalov Date: Wed, 16 Dec 2015 10:55:13 +0600 Subject: [PATCH] Changed product version "0.2-SNAPSHOT" -> "0.2" in pom.xml and README.md. Added staging nexus repository Disabled default maven deploy stage. --- README.md | 2 +- pom.xml | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b80c17e..73b0d79 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Add the following to your maven configuration or taylor to your own dependency m com.2gis.cartoshka cartoshka - 0.2-SNAPSHOT + 0.2 ``` diff --git a/pom.xml b/pom.xml index 906cc48..969427e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.2gis.cartoshka cartoshka - 0.2-SNAPSHOT + 0.2 jar cartoshka @@ -66,9 +66,15 @@ - ossrh + sonatype-nexus-snapshots + Sonatype Nexus Snapshots https://oss.sonatype.org/content/repositories/snapshots + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + @@ -91,13 +97,20 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + org.sonatype.plugins nexus-staging-maven-plugin ${maven-nexus-staging-plugin.version} true - ossrh + sonatype-nexus-staging https://oss.sonatype.org/ true