From 21de07748698a42b8287bb57b4ce5c2adf3d747e Mon Sep 17 00:00:00 2001 From: Bernd Ruecker Date: Wed, 1 Feb 2023 12:19:56 +0100 Subject: [PATCH] Updated readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8554bce..13cb31c 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,16 @@ community-hub-release-parent ====================== -This is a POM which can be inherited for [Community Hub Maven releases](https://github.com/camunda-community-hub/community-action-maven-release), defining some common release properties. It allows deploying to two repositories simultaneously. One is a Nexus OSS server, the other one a Nexus Enterprise server. -It will deploy the artifacts at the end of the build to keep the window of failure small when talking to external systems. +use this parent POM to do releases via the [Community Hub Maven release action](https://github.com/camunda-community-hub/community-action-maven-release) to: + +- [Camunda Artifactory](https://artifacts.camunda.com/): Snapshots and releases +- [Sonatype](https://oss.sonatype.org/#stagingRepositories) (aka Maven Central): Releases + Usage ----- -Inherit the community-hub-release-parent POM inside your project like so: - +In your pom.xml, add a parent: ``` org.camunda.community