From 4f4e833e74ee0004930ed3cee63a782ea34ae68f Mon Sep 17 00:00:00 2001 From: ashalaginov Date: Mon, 8 Jan 2024 22:15:03 +0300 Subject: [PATCH] Up versions - we-node-client, we-sdk-spring, we-tx-observer --- .gitlab-ci.yml | 5 +++-- pom.xml | 18 +++++++++++++++--- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d27d466..70da8ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,13 +16,14 @@ tests: tests&build_for_maven_central: stage: deploy - script:gi + script: - unset SIGN_KEY_ID - git fetch --tags --force - cat > /root/.m2/settings.xml - cat $we_maven_central_gpg | base64 --decode > "$(pwd)/we_maven_central.gpg" - echo "sonatype-releases${SONATYPE_USER}${SONATYPE_PASSWORD}we-snapshots${MAVEN_USER}${MAVEN_PASSWORD}" > /root/.m2/settings.xml - - mvn deploy:deploy -DrepositoryId=sonatype-releases -DperformRelease=true + - export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED" + - mvn clean deploy -DperformRelease=true only: - master diff --git a/pom.xml b/pom.xml index 622ece9..8971ce3 100644 --- a/pom.xml +++ b/pom.xml @@ -35,10 +35,10 @@ - 1.1.0 + 1.2.0 1.3.1 - 1.0.1 - 1.1.0 + 1.0.2 + 1.1.1 11.10 4.1.34.Final 1.20.0 @@ -186,6 +186,18 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + sonatype-releases + https://s01.oss.sonatype.org/ + true + + +