Skip to content

Commit

Permalink
Bump projects to use the new parent pom, and (therefore) the sonatype…
Browse files Browse the repository at this point in the history
… release profile.
  • Loading branch information
cgruber committed Apr 25, 2015
1 parent 4786e3b commit d754065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
<version>2</version>
<version>3</version>
</parent>

<artifactId>auto-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
<version>2</version>
<version>3</version>
</parent>

<groupId>com.google.auto.service</groupId>
Expand Down
2 changes: 1 addition & 1 deletion value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.google.auto</groupId>
<artifactId>auto-parent</artifactId>
<version>2</version>
<version>3</version>
</parent>

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

0 comments on commit d754065

Please sign in to comment.