Skip to content

Commit b890639

Browse files
committed
Set version number for auto-service-aggregator
�[0m to 1.1.1.
1 parent 7394c75 commit b890639

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

service/annotations/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.1</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.1.1</version>
3030
<name>AutoService</name>
3131
<description>
3232
Provider-configuration files for ServiceLoader.

service/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.1</version>
3030
<name>AutoService Aggregator</name>
3131
<description>
3232
Aggregator POM for @AutoService

service/processor/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.1</version>
2525
</parent>
2626

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

0 commit comments

Comments
 (0)