From 3d9874f1c91dfa10d6f72d41e922b3f1ec654943 Mon Sep 17 00:00:00 2001 From: Timur Sadykov Date: Wed, 28 Jul 2021 14:24:49 -0700 Subject: [PATCH] feat: GA release of google-auth-library-java (ver 1.0.0) (#704) Release-As: 1.0.0 feat!: updating google-auth-library-java min Java version to 1.8 --- .github/sync-repo-settings.yaml | 1 - .github/workflows/ci.yaml | 2 +- .repo-metadata.json | 2 +- pom.xml | 42 ++------------------------------- 4 files changed, 4 insertions(+), 43 deletions(-) diff --git a/.github/sync-repo-settings.yaml b/.github/sync-repo-settings.yaml index 30a074f33..11f3ba811 100644 --- a/.github/sync-repo-settings.yaml +++ b/.github/sync-repo-settings.yaml @@ -10,7 +10,6 @@ branchProtectionRules: - linkage-monitor - lint - clirr - - units (7) - units (8) - units (11) - cla/google diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0195b32f0..65ae6ecdd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [7, 8, 11] + java: [8, 11] steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 diff --git a/.repo-metadata.json b/.repo-metadata.json index c43968610..dc3c5f3c0 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -2,7 +2,7 @@ "name": "google-auth-library", "name_pretty": "Google Auth Library", "client_documentation": "https://googleapis.dev/java/google-auth-library/latest/", - "release_level": "beta", + "release_level": "ga", "language": "java", "repo": "googleapis/google-auth-library-java", "repo_short": "google-auth-library-java", diff --git a/pom.xml b/pom.xml index fb4448441..ce4d5d9a7 100644 --- a/pom.xml +++ b/pom.xml @@ -231,8 +231,8 @@ maven-compiler-plugin 3.8.1 - 1.7 - 1.7 + 1.8 + 1.8 UTF-8 -Xlint:unchecked @@ -425,44 +425,6 @@ - - autovalue-java7 - - 1.7 - - ${basedir}/EnableAutoValue.txt - - - - - 1.4 - - - - - maven-compiler-plugin - - - - com.google.auto.value - auto-value - ${auto-value.version} - - - - - - - - autovalue-java8