diff --git a/appengine/pom.xml b/appengine/pom.xml index 8b87bc3c9..67db05102 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 1.24.1 + 1.24.2-SNAPSHOT ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 237e95d06..0b7e3671e 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 1.24.1 + 1.24.2-SNAPSHOT pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index 6e334f982..cdcdbabd7 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 1.24.1 + 1.24.2-SNAPSHOT ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index d46d1e20c..b9615748b 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -7,7 +7,7 @@ com.google.auth google-auth-library-parent - 1.24.1 + 1.24.2-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 54de2b1c1..d6767283b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 1.24.1 + 1.24.2-SNAPSHOT pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 99f24d2eb..9c9e98ff3 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:1.24.1:1.24.1 -google-auth-library-bom:1.24.1:1.24.1 -google-auth-library-parent:1.24.1:1.24.1 -google-auth-library-appengine:1.24.1:1.24.1 -google-auth-library-credentials:1.24.1:1.24.1 -google-auth-library-oauth2-http:1.24.1:1.24.1 +google-auth-library:1.24.1:1.24.2-SNAPSHOT +google-auth-library-bom:1.24.1:1.24.2-SNAPSHOT +google-auth-library-parent:1.24.1:1.24.2-SNAPSHOT +google-auth-library-appengine:1.24.1:1.24.2-SNAPSHOT +google-auth-library-credentials:1.24.1:1.24.2-SNAPSHOT +google-auth-library-oauth2-http:1.24.1:1.24.2-SNAPSHOT