Skip to content

Commit

Permalink
build: bump basepom
Browse files Browse the repository at this point in the history
Re-enable spotbugs checks.
  • Loading branch information
klausbrunner committed Dec 30, 2023
1 parent 627eafb commit 78adaab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.basepom</groupId>
<artifactId>basepom-oss</artifactId>
<version>56</version>
<version>57</version>
</parent>
<groupId>net.e175.klaus</groupId>
<artifactId>solarpositioning</artifactId>
Expand Down Expand Up @@ -42,7 +42,6 @@

<basepom.check.skip-license>true</basepom.check.skip-license>
<basepom.check.skip-checkstyle>true</basepom.check.skip-checkstyle>
<basepom.check.skip-spotbugs>true</basepom.check.skip-spotbugs>
<basepom.check.skip-dependency>true</basepom.check.skip-dependency>

<basepom.release.profiles>basepom.oss-release</basepom.release.profiles>
Expand Down

0 comments on commit 78adaab

Please sign in to comment.