Skip to content

Commit

Permalink
Update prettier-maven-plugin 0.18 (#2709)
Browse files Browse the repository at this point in the history
Update prettier-maven-plugin used in java templates to 0.18

Fixes #2693
  • Loading branch information
v-jiaodi committed Sep 6, 2023
1 parent 2b2d7f2 commit 6824c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/todo/api/java-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>com.hubspot.maven.plugins</groupId>
<artifactId>prettier-maven-plugin</artifactId>
<version>0.16</version>
<version>0.18</version>
<configuration>
<prettierJavaVersion>1.5.0</prettierJavaVersion>
<printWidth>125</printWidth>
Expand Down
2 changes: 1 addition & 1 deletion templates/todo/api/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<plugin>
<groupId>com.hubspot.maven.plugins</groupId>
<artifactId>prettier-maven-plugin</artifactId>
<version>0.16</version>
<version>0.18</version>
<configuration>
<prettierJavaVersion>1.5.0</prettierJavaVersion>
<printWidth>125</printWidth>
Expand Down

0 comments on commit 6824c16

Please sign in to comment.