Skip to content

Commit

Permalink
Merge pull request #173 from reshmabidikar/release-0.24.11
Browse files Browse the repository at this point in the history
Update oss-parent version for 0.24.11 release
  • Loading branch information
reshmabidikar authored Sep 3, 2024
2 parents 9e49ff3 + 8bbbd84 commit 16c2b58
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 16c2b58

Please sign in to comment.