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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 2ef3f7e106 chore: Updated the release-scripts to be more maven4-style
2ef3f7e106 is described below

commit 2ef3f7e1064804c5026503698f7cdee96998fa4e
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Jul 27 14:12:05 2026 +0200

    chore: Updated the release-scripts to be more maven4-style
---
 tools/docker-compose.yaml          | 2 +-
 tools/release-2-prepare-release.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/docker-compose.yaml b/tools/docker-compose.yaml
index 1466f580d8..7e987cc264 100644
--- a/tools/docker-compose.yaml
+++ b/tools/docker-compose.yaml
@@ -23,7 +23,7 @@ services:
       context: ..
       dockerfile: ./Dockerfile
     # Builds all modules and uses an alternate maven local repo and deploys 
artifacts to a local directory.
-    command: ["/ws/mvnw", "-e", "-Dskip-pgp-signing=true", "-P", 
"with-c,with-dotnet,with-go,with-java,with-python,enable-all-checks,apache-release",
 "-Dmaven.repo.local=/ws/out/.repository", 
"-DaltDeploymentRepository=snapshot-repo::default::file:/ws/out/.local-snapshots-dir",
 "clean", "deploy"]
+    command: ["/ws/mvnw", "-e", "-Dskip-pgp-signing=true", "-P", 
"with-c,with-dotnet,with-go,with-java,with-python,enable-all-checks,apache-release",
 "-Dmaven.repo.local=/ws/out/.repository", 
"-DaltDeploymentRepository=snapshot-repo::file:/ws/out/.local-snapshots-dir", 
"clean", "deploy"]
     volumes:
       # Bind the local directory as "/ws"
       - type: bind
diff --git a/tools/release-2-prepare-release.sh 
b/tools/release-2-prepare-release.sh
index ebfe3521fd..7102fae80e 100755
--- a/tools/release-2-prepare-release.sh
+++ b/tools/release-2-prepare-release.sh
@@ -83,7 +83,7 @@ echo "✅ Tag '$TAG_NAME' has hash '$TAG_COMMIT_HASH'"
 
 echo "Performing Release:"
 if ! docker compose -f "$DIRECTORY/tools/docker-compose.yaml" run releaser \
-        bash -c "/ws/mvnw -e -Dmaven.repo.local=/ws/out/.repository 
-DaltDeploymentRepository=snapshot-repo::default::file:/ws/out/.local-artifacts-dir
 release:perform"; then
+        bash -c "/ws/mvnw -e -Dmaven.repo.local=/ws/out/.repository 
-DaltDeploymentRepository=snapshot-repo::file:/ws/out/.local-artifacts-dir 
release:perform"; then
     echo "❌ Got non-0 exit code from docker compose, aborting."
     exit 1
 fi

Reply via email to