diff --git a/.github/release-please/release-please-config.main.json b/.github/release-please/release-please-config.main.json index 152a2b2b..7f943d60 100644 --- a/.github/release-please/release-please-config.main.json +++ b/.github/release-please/release-please-config.main.json @@ -5,6 +5,7 @@ "separate-pull-requests": false, "include-component-in-tag": false, "group-pull-request-title-pattern": "chore(${branch}): release ${version}", + "skip-snapshot": true, "packages": { ".": {} }, diff --git a/.github/release-please/release-please-config.release_branches.json b/.github/release-please/release-please-config.release_branches.json index f36a077a..3696c3dd 100644 --- a/.github/release-please/release-please-config.release_branches.json +++ b/.github/release-please/release-please-config.release_branches.json @@ -5,6 +5,7 @@ "separate-pull-requests": false, "include-component-in-tag": false, "group-pull-request-title-pattern": "chore(${branch}): release ${version}", + "skip-snapshot": true, "packages": { ".": {} }, diff --git a/sdk/pom.xml b/sdk/pom.xml index 7486b684..119fc4bc 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -545,7 +545,7 @@ - + org.apache.maven.plugins maven-antrun-plugin @@ -575,35 +575,6 @@ run - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 3.4.0 - - - copy-dependencies - process-test-classes - - copy-dependencies - - - ${project.build.directory}/dependency-jars - test - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 3.1.0 - run-jazzer-fuzzing verify @@ -635,6 +606,26 @@ + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.4.0 + + + copy-dependencies + process-test-classes + + copy-dependencies + + + ${project.build.directory}/dependency-jars + test + + + +