Skip to content

Commit

Permalink
Fixed BOM artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Nov 18, 2016
1 parent 1b9ad88 commit 5826b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ Therefore it should be used with explicit dependencies:
<dependencies>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>stack-bom</artifactId>
<artifactId>vertx-stack-depchain</artifactId>
<version>3.1.0</version>
<type>pom</type>
<scope>import</scope>
Expand Down

3 comments on commit 5826b3c

@cescoffier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change needs to be mentioned in the breaking change list, because it make migration a bit more complicated (need to change the artifact id).

@cescoffier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, my bad, it's the readme.

@cescoffier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(nice catch by the way).

Please sign in to comment.