You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/01/25 13:09:34 UTC

[plc4x] 02/02: - Cleanup after preparing the release

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 0dce67fde556c675065749c31eddcc039afa3639
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Jan 25 14:04:15 2021 +0100

    - Cleanup after preparing the release
---
 src/site/asciidoc/developers/release/release.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/asciidoc/developers/release/release.adoc b/src/site/asciidoc/developers/release/release.adoc
index 08b34bd..c4ccfa2 100644
--- a/src/site/asciidoc/developers/release/release.adoc
+++ b/src/site/asciidoc/developers/release/release.adoc
@@ -42,7 +42,7 @@ IMPORTANT: Please be sure to execute the release with a Java version between 1.8
 * [ ] Perform the release:
 [subs="verbatim,attributes"]
 ----
-   mvn release:perform -DreleaseProfiles=apache-release,with-go,with-logstash
+   mvn release:perform -DreleaseProfiles=apache-release,with-logstash
 ----
 [%interactive]
 * [ ] Close the staging repo on `Nexus`
@@ -284,14 +284,14 @@ However, it will not delete the tag in GIT (locally and remotely). So you have t
 
 This is done by executing another goal of the `maven-release-plugin`:
 
-   mvn release:perform
+   mvn release:perform -DreleaseProfiles=apache-release,with-logstash
 
 This executes automatically as all information it requires is located in the `release.properties` file the `prepare`-goal prepared.
 
 The first step is that the `perform`-goal checks out the previously tagged revision into the root modules `target/checkout` directory.
 Here it automatically executes a maven build (You don't have to do this, it's just that you know what's happening):
 
-   mvn clean deploy -P with-logstash
+   mvn clean deploy -P apache-release,with-logstash
 
 As the `apache-release` profile is also activated, this builds and tests the project as well as creates the JavaDocs, Source packages and signs each of these with your PGP key.