From 84ec36043490d97625658aaa21db4d729639d11f Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Mon, 10 Jul 2023 15:27:32 +0200 Subject: [PATCH 1/4] Update Maven plugins Big batch of updates, I will test that on a few projects. --- pom.xml | 75 ++++++++++++++++++--------------------------------------- 1 file changed, 24 insertions(+), 51 deletions(-) diff --git a/pom.xml b/pom.xml index 1bf2cb5..1281144 100644 --- a/pom.xml +++ b/pom.xml @@ -87,37 +87,36 @@ - 3.1.1 - 3.2.0 - 3.8.1 - 3.1.1 - 3.0.0-M1 - 3.1.0 - 2.22.2 + 3.6.0 + 3.3.1 + 3.11.0 + 3.6.0 + 3.1.1 + 3.3.0 + 3.1.2 ${version.surefire.plugin} - 3.0.0-M1 + 3.1.1 1.4 - 3.1.2 - 1.9 - 3.1.0 - 3.6.0 - 3.1.0 - 3.2.1 - 3.1.0 + 3.3.0 + 3.5.0 + 3.9.0 + 3.3.1 + 3.5.0 + 3.3.0 3.7.1 - 3.4.0 - 0.8.8 + 3.6.1 + 0.8.10 - 1.4 - 1.0-beta-1 + 3.1.0 + 2.1.0 1.21.0.505 1.8 - 2.0.0 - 3.0 - 0.3.1 - 2.6.0 + 2.2.0 + 4.2 + 3.1.0 + 2.7.9 GNU LGPL v3 @@ -130,15 +129,6 @@ - - - - org.apache.maven.wagon - wagon-webdav - 1.0-beta-2 - - - @@ -146,16 +136,6 @@ org.apache.maven.plugins maven-assembly-plugin ${version.assembly.plugin} - - - - - 420 - - 493 - 493 - - org.codehaus.mojo @@ -235,11 +215,6 @@ - - org.sonatype.plugins - jarjar-maven-plugin - ${version.jarjar.plugin} - org.apache.maven.plugins maven-jar-plugin @@ -248,7 +223,7 @@ ${project.version} - + ${buildNumber} ${timestamp} @@ -468,7 +443,7 @@ - + ${buildNumber} ${timestamp} @@ -689,8 +664,6 @@ - org.jfrog.buildinfo artifactory-maven-plugin ${version.artifactory.plugin} From b88943d2d1d9433e6d90e6a778da2d04a13b47de Mon Sep 17 00:00:00 2001 From: Julien Carsique Date: Mon, 10 Jul 2023 17:27:04 +0200 Subject: [PATCH 2/4] BUILD-3399 test --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1281144..8e998b0 100644 --- a/pom.xml +++ b/pom.xml @@ -104,7 +104,7 @@ 3.5.0 3.3.0 3.7.1 - 3.6.1 + 3.4.0 0.8.10 3.1.0 From 27acb5d67d7e8abee9fa27f8390125777883f276 Mon Sep 17 00:00:00 2001 From: Julien Carsique Date: Mon, 10 Jul 2023 17:27:31 +0200 Subject: [PATCH 3/4] BUILD-3399 remove deprecated vault resource --- .cirrus/secrets/parent-oss.hcl | 80 ---------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 .cirrus/secrets/parent-oss.hcl diff --git a/.cirrus/secrets/parent-oss.hcl b/.cirrus/secrets/parent-oss.hcl deleted file mode 100644 index c105fbf..0000000 --- a/.cirrus/secrets/parent-oss.hcl +++ /dev/null @@ -1,80 +0,0 @@ -secret { - no_prefix = true - path = "github/token/SonarSource-parent-oss-ro" - key { - name = "token" - format = "GITHUB_TOKEN" - } -} -secret { - no_prefix = true - path = "kv/data/repox" - key { - name = "url" - format = "ARTIFACTORY_URL" - } -} -secret { - no_prefix = true - path = "artifactory/token/SonarSource-parent-oss-private-reader" - key { - name = "access_token" - format = "ARTIFACTORY_PRIVATE_PASSWORD" - } - key { - name = "access_token" - format = "ARTIFACTORY_API_KEY" - } -} -secret { - no_prefix = true - path = "artifactory/token/SonarSource-parent-oss-qa-deployer" - key { - name = "access_token" - format = "ARTIFACTORY_DEPLOY_PASSWORD" - } -} -secret { - no_prefix = true - path = "kv/data/burgr" - key { - name = "url" - format = "BURGR_URL" - } - key { - name = "cirrus_username" - format = "BURGR_USERNAME" - } - key { - name = "cirrus_password" - format = "BURGR_PASSWORD" - } -} -secret { - no_prefix = true - path = "kv/data/next" - key { - name = "token" - format = "SONAR_TOKEN" - } -} -secret { - no_prefix = true - path = "kv/data/sign" - key { - name = "passphrase" - format = "PGP_PASSPHRASE" - } -} -secret { - no_prefix = true - path = "kv/data/promote" - key { - name = "token" - format = "GCF_ACCESS_TOKEN" - } - key { - name = "url" - format = "PROMOTE_URL" - } -} From 82be0f17435c0ac196fdb5fb617203c936072960 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 11 Jul 2023 10:27:33 +0200 Subject: [PATCH 4/4] Fix the sign plugin version --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 8e998b0..6c1dfb3 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 2.2.0 4.2 - 3.1.0 + 1.0.1 2.7.9 @@ -292,7 +292,7 @@ org.simplify4u.plugins sign-maven-plugin - ${version.gpg.plugin} + ${version.sign.plugin} org.cyclonedx @@ -561,7 +561,7 @@ org.simplify4u.plugins sign-maven-plugin - ${version.gpg.plugin} + ${version.sign.plugin} sign-artifacts