From 28b19fe230f81be22d42c5f6b5e6b41d4ae68e60 Mon Sep 17 00:00:00 2001 From: sbansla Date: Mon, 30 Jun 2025 13:43:26 +0530 Subject: [PATCH 1/4] test-release --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 69033e805e..5d09edad54 100644 --- a/pom.xml +++ b/pom.xml @@ -2,10 +2,10 @@ 4.0.0 com.twilio.sdk - twilio + twilio-java-sdk jar twilio - 10.9.2 + 10.0.0-rc.5 Twilio Java Helper Library https://www.twilio.com From 2d0790c3f8e4818a735c9c3c8cb7d1a81cca565f Mon Sep 17 00:00:00 2001 From: sbansla Date: Mon, 30 Jun 2025 13:49:39 +0530 Subject: [PATCH 2/4] test release --- CHANGES.md | 6 ++++++ pom.xml | 4 ++-- src/main/java/com/twilio/Twilio.java | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2a4a510039..bba2e5a67a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ twilio-java changelog ===================== +[2025-06-30] Version 10.0.0-rc.7 +-------------------------------- +**Library -Chore** +- Test Release + + [2025-06-12] Version 10.9.2 --------------------------- **Library - Chore** diff --git a/pom.xml b/pom.xml index 5d09edad54..b4d2dd6f55 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ twilio-java-sdk jar twilio - 10.0.0-rc.5 + 10.0.0-rc.7 Twilio Java Helper Library https://www.twilio.com @@ -19,7 +19,7 @@ git@github.com:twilio/twilio-java.git scm:git:git@github.com:twilio/twilio-java.git scm:git:git@github.com:twilio/twilio-java.git - 10.9.2 + 10.0.0-rc.7 diff --git a/src/main/java/com/twilio/Twilio.java b/src/main/java/com/twilio/Twilio.java index 7ed3da168a..ea7a31cd23 100644 --- a/src/main/java/com/twilio/Twilio.java +++ b/src/main/java/com/twilio/Twilio.java @@ -24,7 +24,7 @@ */ public class Twilio { - public static final String VERSION = "10.9.2"; + public static final String VERSION = "10.0.0-rc.7"; public static final String JAVA_VERSION = System.getProperty("java.version"); public static final String OS_NAME = System.getProperty("os.name"); public static final String OS_ARCH = System.getProperty("os.arch"); From 2834d0925144622d15354eb6e9e1c193284e715f Mon Sep 17 00:00:00 2001 From: sbansla Date: Mon, 30 Jun 2025 14:47:12 +0530 Subject: [PATCH 3/4] test-release --- .github/workflows/test-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f30392e5f1..603c6a66fe 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -98,8 +98,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Build and Push image - run: make docker-build && make docker-push +# - name: Build and Push image +# run: make docker-build && make docker-push - name: Set up Sonatype Maven uses: actions/setup-java@v3 From 0f662c319884b029f316adf17b73a5ae6940c468 Mon Sep 17 00:00:00 2001 From: sbansla Date: Mon, 30 Jun 2025 14:49:42 +0530 Subject: [PATCH 4/4] test-release --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index b4d2dd6f55..5c3e1b73f5 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,7 @@ central true + https://central.sonatype.com/repository/maven-snapshots/