Skip to content

Commit

Permalink
Merge pull request #11683 from quarkusio/dependabot/maven/net.revelc.…
Browse files Browse the repository at this point in the history
…code.formatter-formatter-maven-plugin-2.12.2

Bump formatter-maven-plugin from 2.12.1 to 2.12.2
  • Loading branch information
gsmet authored Aug 27, 2020
2 parents c88263e + 597b308 commit de3e763
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
<dependencies>
<dependency>
<artifactId>quarkus-ide-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
<dependencies>
<dependency>
<artifactId>quarkus-ide-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
<dependencies>
<dependency>
<artifactId>quarkus-ide-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/qute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
<dependencies>
<dependency>
<artifactId>quarkus-ide-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.12.1</version>
<version>2.12.2</version>
<dependencies>
<dependency>
<artifactId>quarkus-ide-config</artifactId>
Expand Down

0 comments on commit de3e763

Please sign in to comment.