From c6a22905fa7d863465e474c319f3e5df79dc928b Mon Sep 17 00:00:00 2001 From: bischoffz Date: Tue, 18 Jun 2024 09:00:54 -0400 Subject: [PATCH 1/6] bump version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 75c618a..ddab66e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ gov.hhs.aspr.ms util - 4.2.0 + 4.3.0-SNAPSHOT jar Modeling Utils From 0f3b1400f32966acd94e857c64c30710853fc592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:49:52 -0400 Subject: [PATCH 2/6] Bump org.sonatype.central:central-publishing-maven-plugin (#30) Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.4.0 to 0.5.0. - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ddab66e..09ac1a3 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 3.3.1 3.7.0 3.2.4 - 0.4.0 + 0.5.0 3.6.1 From 1431df00887a729234f7c2204295a73ada620e3f Mon Sep 17 00:00:00 2001 From: bischoffz Date: Thu, 20 Jun 2024 15:12:35 -0400 Subject: [PATCH 3/6] update workflow --- .github/workflows/release_build.yml | 51 ++--------------------------- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 8bf7964..7babd82 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -58,56 +58,9 @@ jobs: tag: "v${{ env.version }}" generateReleaseNotes: true skipIfReleaseExists: true - - update-gcm: - needs: release - runs-on: ubuntu-latest - permissions: - contents: write - env: - VERSION: ${{ needs.release.outputs.util_version }} - steps: - - name: Checkout GCM - uses: actions/checkout@v4 - with: - repository: HHS/ASPR-8 - token: ${{ secrets.GHA_BOT }} - - - name: Update Util version - run : | - echo "$VERSION" - sed -i "0,/.*<\/util.version>/s//$VERSION<\/util.version>/g" pom.xml - - - name: Increment GCM Version - run: | - current_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout --file pom.xml) - echo GCM Version: $current_version - parts=( ${current_version//./ } ) - bv=$((parts[2] + 1)) - new_version="${parts[0]}.${parts[1]}.${bv}" - echo New GCM Version: $new_version - sed -i "0,/.*<\/revision>/s//$new_version<\/revision>/g" pom.xml - - - name: Setup Git - run: | - git config --global user.name "github-actions" - git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - - - name: Make branch in GCM - run: | - git checkout -b update-util-to-$VERSION - git add pom.xml - git commit -m "Update util to $VERSION" - git push --set-upstream origin update-util-to-$VERSION - - - name: Make PR in GCM - run: | - gh pr create -R HHS/ASPR-8 -B main --fill - gh pr merge -m --auto - env: - GH_TOKEN: ${{ secrets.GHA_BOT }} - + update-taskit: + if: ${{ !endsWith(needs.release.outputs.util_version, '0') }} needs: release runs-on: ubuntu-latest permissions: From 061d3daf515a79d025f82e0c891fd54386bdc19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:14:20 -0400 Subject: [PATCH 4/6] Bump the standard-plugins group across 1 directory with 3 updates (#37) Bumps the standard-plugins group with 3 updates in the / directory: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire), [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.2.5...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.4...maven-gpg-plugin-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: standard-plugins - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: standard-plugins - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: standard-plugins ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 09ac1a3..41fc2af 100644 --- a/pom.xml +++ b/pom.xml @@ -58,10 +58,10 @@ 1.6.0 - 3.2.5 + 3.4.0 3.3.1 - 3.7.0 - 3.2.4 + 3.8.0 + 3.2.5 0.5.0 From 75fe47e16bcfa6ecc099d8a3dc4a8cd11c7bc9b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:14:28 -0400 Subject: [PATCH 5/6] Bump the test-dependencies group across 1 directory with 2 updates (#36) Bumps the test-dependencies group with 2 updates in the / directory: [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41fc2af..5b3f841 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ 3.6.1 1.0 - 5.10.2 + 5.11.0 0.8.12 From b7651ac5c86c88da9d9b86255588cd4c1ca12347 Mon Sep 17 00:00:00 2001 From: bischoffz Date: Mon, 19 Aug 2024 19:19:56 -0400 Subject: [PATCH 6/6] update to proper version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5b3f841..3ac76f8 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ gov.hhs.aspr.ms util - 4.3.0-SNAPSHOT + 4.3.0 jar Modeling Utils