Skip to content

Commit

Permalink
Merge pull request mainstreethub#9 from bbeck/master
Browse files Browse the repository at this point in the history
Update ecs-parent-pom to use new version of parent-pom.
  • Loading branch information
bbeck authored Jun 10, 2016
2 parents 5b2ee4c + 78b97bd commit b25e44b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ecs-parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.mainstreethub</groupId>
<artifactId>parent-pom</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<groupId>com.mainstreethub</groupId>
Expand All @@ -21,7 +21,7 @@
</scm>

<properties>
<docker.maven.plugin.version>0.15.5</docker.maven.plugin.version>
<docker.maven.plugin.version>0.15.7</docker.maven.plugin.version>
<ecr.maven.plugin.version>0.1.0</ecr.maven.plugin.version>
<maven.release.plugin.version>2.5.1</maven.release.plugin.version>

Expand Down Expand Up @@ -126,6 +126,7 @@
</plugin>
</plugins>
</pluginManagement>

<plugins>
<!-- During release, make the tag contain the project name since this is a shared repo. -->
<plugin>
Expand Down

0 comments on commit b25e44b

Please sign in to comment.