From 3272fb10a94814092d6d032a14925c4be6b34134 Mon Sep 17 00:00:00 2001 From: Valentin <79216061+alt-plus-f4@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:00:32 +0300 Subject: [PATCH 1/2] add mvn-release --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 302e2f6..4218a4b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,6 +19,7 @@ jobs: uses: codbex/codbex-infra/.github/workflows/platform-release.yaml@main with: platform-name: codbex-gaia + maven-release: true release-version: ${{ inputs.release-version }} snapshot-version: ${{ inputs.snapshot-version }} docker-release: true From 59e32599b5504069a26ae368eff9cb98856c3faf Mon Sep 17 00:00:00 2001 From: Valentin <79216061+alt-plus-f4@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:02:08 +0300 Subject: [PATCH 2/2] edit pom --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index 888f763..2d5f728 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,32 @@ https://github.com/codbex/codbex-gaia + + ttps://github.com/codbex/codbex-gaia/issues + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 + + + + + mvnrepository + https://repo1.maven.org/maven2 + + false + + + true + + + + application integration-tests