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 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 69033e805e..5c3e1b73f5 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.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 @@ -111,6 +111,7 @@ central true + https://central.sonatype.com/repository/maven-snapshots/ 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");