From b89063966c781303166cc108223816d734ae7e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89amonn=20McManus?= Date: Mon, 12 Jun 2023 08:21:44 -0700 Subject: [PATCH] =?UTF-8?q?Set=20version=20number=20for=20auto-service-agg?= =?UTF-8?q?regator=20=1B[0m=20to=201.1.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/annotations/pom.xml | 4 ++-- service/pom.xml | 2 +- service/processor/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/service/annotations/pom.xml b/service/annotations/pom.xml index f3c45baf54..e94134a787 100644 --- a/service/annotations/pom.xml +++ b/service/annotations/pom.xml @@ -21,12 +21,12 @@ com.google.auto.service auto-service-aggregator - HEAD-SNAPSHOT + 1.1.1 com.google.auto.service auto-service-annotations - HEAD-SNAPSHOT + 1.1.1 AutoService Provider-configuration files for ServiceLoader. diff --git a/service/pom.xml b/service/pom.xml index e29cc06c57..86fb68440d 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -26,7 +26,7 @@ com.google.auto.service auto-service-aggregator - HEAD-SNAPSHOT + 1.1.1 AutoService Aggregator Aggregator POM for @AutoService diff --git a/service/processor/pom.xml b/service/processor/pom.xml index 0a5b085eac..f5647d3205 100644 --- a/service/processor/pom.xml +++ b/service/processor/pom.xml @@ -21,12 +21,12 @@ com.google.auto.service auto-service-aggregator - HEAD-SNAPSHOT + 1.1.1 com.google.auto.service auto-service - HEAD-SNAPSHOT + 1.1.1 AutoService Processor Provider-configuration files for ServiceLoader.