Skip to content

Commit

Permalink
Bump smallrye-parent from 20 to 21 (#357)
Browse files Browse the repository at this point in the history
Bumps [smallrye-parent](https://github.com/smallrye/smallrye-parent) from 20 to 21.
- [Release notes](https://github.com/smallrye/smallrye-parent/releases)
- [Commits](https://github.com/smallrye/smallrye-parent/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jul 17, 2020
1 parent 12610ae commit 4ed5e84
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/configmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>20</version>
<version>21</version>
</parent>

<groupId>io.smallrye.config.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/expansion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>20</version>
<version>21</version>
</parent>

<groupId>io.smallrye.config.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/interceptors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>20</version>
<version>21</version>
</parent>

<groupId>io.smallrye.config.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>20</version>
<version>21</version>
</parent>

<groupId>io.smallrye.config.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>20</version>
<version>21</version>
</parent>

<groupId>io.smallrye.config</groupId>
Expand Down

0 comments on commit 4ed5e84

Please sign in to comment.