From 8563fce23e8e75545698f3d54ff5d20e5ebdf6d1 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Wed, 11 Jun 2025 13:02:01 -0400 Subject: [PATCH 1/5] Create Release 1.2.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3165543..a22edec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin.consent -VERSION_CODE=111 -VERSION_NAME=1.1.1 +VERSION_CODE=120 +VERSION_NAME=1.2.0 POM_ARTIFACT_ID=consent-onetrust POM_NAME=consent-onetrust From fdd23a013dc53a417aca84e92b785523f0729fb1 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Wed, 11 Jun 2025 13:09:25 -0400 Subject: [PATCH 2/5] Prepare snapshot 1.2.1-SNAPSHOT --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a22edec..2662637 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin.consent -VERSION_CODE=120 -VERSION_NAME=1.2.0 +VERSION_CODE=121 +VERSION_NAME=1.2.1 POM_ARTIFACT_ID=consent-onetrust POM_NAME=consent-onetrust From 9cffd79fc1c6b19ca19945398b82cac1e2877cb2 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Wed, 11 Jun 2025 13:24:18 -0400 Subject: [PATCH 3/5] build: update to latest actions for ci. --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshot.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1421d39..06be28a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,11 +24,11 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: cache gradle dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches @@ -37,4 +37,4 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - name: Run Tests - run: ./gradlew check \ No newline at end of file + run: ./gradlew check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d1df06..7fc7395 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest environment: deployment steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Get tag id: vars run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} @@ -27,7 +27,7 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - name: cache gradle dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 2911185..d784ee5 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-latest environment: deployment steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: cache gradle dependencies - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.gradle/caches From 3a1a0d9f391797ed20eeb15b8c70ac0fb30c9dda Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Wed, 11 Jun 2025 13:53:23 -0400 Subject: [PATCH 4/5] build: temporarily revert to 1.2.0 to get build checks to work. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2662637..a22edec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin.consent -VERSION_CODE=121 -VERSION_NAME=1.2.1 +VERSION_CODE=120 +VERSION_NAME=1.2.0 POM_ARTIFACT_ID=consent-onetrust POM_NAME=consent-onetrust From 444e1ed574b7ae56e380a7c675947e6ecc5446a3 Mon Sep 17 00:00:00 2001 From: Didier Garcia Date: Wed, 11 Jun 2025 14:31:23 -0400 Subject: [PATCH 5/5] Prepare snapshot 1.2.1-SNAPSHOT --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a22edec..2662637 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,8 +23,8 @@ kotlin.code.style=official # Deployment variables GROUP=com.segment.analytics.kotlin.consent -VERSION_CODE=120 -VERSION_NAME=1.2.0 +VERSION_CODE=121 +VERSION_NAME=1.2.1 POM_ARTIFACT_ID=consent-onetrust POM_NAME=consent-onetrust