Skip to content

Commit 7393c9d

Browse files
committed
Set version number for auto-service-aggregator
�[0m to 1.0.2.
1 parent da37097 commit 7393c9d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

service/annotations/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>com.google.auto.service</groupId>
2323
<artifactId>auto-service-aggregator</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626

2727
<groupId>com.google.auto.service</groupId>
2828
<artifactId>auto-service-annotations</artifactId>
29-
<version>HEAD-SNAPSHOT</version>
29+
<version>1.0.2</version>
3030
<name>AutoService</name>
3131
<description>
3232
Provider-configuration files for ServiceLoader.

service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>com.google.auto.service</groupId>
2828
<artifactId>auto-service-aggregator</artifactId>
29-
<version>HEAD-SNAPSHOT</version>
29+
<version>1.0.2</version>
3030
<name>AutoService Aggregator</name>
3131
<description>
3232
Aggregator POM for @AutoService

service/processor/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<parent>
2222
<groupId>com.google.auto.service</groupId>
2323
<artifactId>auto-service-aggregator</artifactId>
24-
<version>HEAD-SNAPSHOT</version>
24+
<version>1.0.2</version>
2525
</parent>
2626

2727
<groupId>com.google.auto.service</groupId>
2828
<artifactId>auto-service</artifactId>
29-
<version>HEAD-SNAPSHOT</version>
29+
<version>1.0.2</version>
3030
<name>AutoService Processor</name>
3131
<description>
3232
Provider-configuration files for ServiceLoader.

0 commit comments

Comments
 (0)