diff --git a/README.md b/README.md index dbca3aa32cf2f28a3ae585293721e1238b6725c3..8958c869fe5a1c06639ad7fa8eff735c41fa686d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Add the XChart library as a dependency to your pom.xml file: For snapshots, add the following to your pom.xml file: <repository> - <id>xchart-snapshot</id> + <id>sonatype-oss-snapshot</id> <snapshots/> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </repository> diff --git a/pom.xml b/pom.xml index 8028a297ba5c13ab530c30fac89d63d447dd306e..5e1ca130fec0f4f294346f47148cc13da0ed682b 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,7 @@ </repository> <downloadUrl>https://oss.sonatype.org/content/groups/public/com/xeiam/xchart</downloadUrl> </distributionManagement> + <profiles> <profile> <id>release-sign-artifacts</id>