Skip to content

Commit

Permalink
Set the nested AutoService pom's to have the same parent (auto-servic…
Browse files Browse the repository at this point in the history
…e-aggregator).

This allows mvn versions:set to set each of them at the same time. It also allows them to be released in tandem.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=240976869
  • Loading branch information
ronshapiro committed Apr 3, 2019
1 parent f17d298 commit 976d6c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions service/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
<version>7</version>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service-aggregator</artifactId>
<version>HEAD-SNAPSHOT</version>
</parent>

<groupId>com.google.auto.service</groupId>
Expand Down
6 changes: 3 additions & 3 deletions service/processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
<version>7</version>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service-aggregator</artifactId>
<version>HEAD-SNAPSHOT</version>
</parent>

<groupId>com.google.auto.service</groupId>
Expand Down

0 comments on commit 976d6c5

Please sign in to comment.