Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Use common parent for the whole repo.
Browse files Browse the repository at this point in the history
I forgot to remove the -SNAPSHOT when testing from the
`1-start/pom.xml`. By using the root `pom.xml`, mistakes like this
should be prevented.
  • Loading branch information
tswast committed Nov 11, 2016
1 parent eb5602e commit d20b962
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions java/command/1-start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
<!-- Parent POM defines common plugins and properties. -->
<parent>
<groupId>com.google.cloud.samples</groupId>
<artifactId>shared-configuration</artifactId>
<version>1.0.1-SNAPSHOT</version>
<artifactId>slack-samples</artifactId>
<version>1.0.0</version>
<relativePath>../..</relativePath>
</parent>

<properties>
Expand Down

0 comments on commit d20b962

Please sign in to comment.