Skip to content

Commit

Permalink
Revert "chore(deps): update dependency org.apache.maven.plugins:maven…
Browse files Browse the repository at this point in the history
…-shade-plugin to v3.5.2" (#267)

Co-authored-by: Daniel Walsh <[email protected]>
  • Loading branch information
J3fftw1 and WalshyDev authored Mar 28, 2024
1 parent 6f7a534 commit baf2d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dough-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.1</version>

<configuration>
<createSourcesJar>true</createSourcesJar>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.11.0</version>

<configuration>
<excludes>
Expand Down

0 comments on commit baf2d79

Please sign in to comment.