Skip to content

Commit

Permalink
Update oss-parent version for 0.24.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Sep 3, 2024
1 parent 9e49ff3 commit 8bbbd84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config-magic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- Don't run JUnit tests -->
<groups />
<groups/>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion metrics-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
<properties>
<check.spotbugs-exclude-filter-file>spotbugs-exclude.xml</check.spotbugs-exclude-filter-file>
</properties>
<dependencies />
<dependencies/>
</project>
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>org.kill-bill.billing</groupId>
<artifactId>killbill-oss-parent</artifactId>
<version>0.146.22</version>
<version>0.146.35</version>
</parent>
<groupId>org.kill-bill.commons</groupId>
<artifactId>killbill-commons</artifactId>
Expand Down

0 comments on commit 8bbbd84

Please sign in to comment.