Skip to content

Commit e281351

Browse files
authored
Merge pull request #93 from killbill/update-oss-parent
pom.xml: update to killbill-oss-parent 0.144.71
2 parents d654f11 + b926635 commit e281351

3 files changed

Lines changed: 19 additions & 6 deletions

File tree

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.2.6
2+
pom.xml: update to killbill-oss-parent 0.144.71
3+
4+
1.2.5
5+
Fix https://github.com/killbill/killbill-swagger-coden/issues/17
6+
Fix for https://github.com/killbill/killbill/issues/1496
7+
Kill Bill 0.22.27 compatibility
8+
19
1.2.4
210
pom.xml: update to killbill-oss-parent 0.144.57
311

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.kill-bill.billing</groupId>
2424
<artifactId>killbill-oss-parent</artifactId>
25-
<version>0.144.57</version>
25+
<version>0.144.71</version>
2626
</parent>
2727
<artifactId>killbill-client-java</artifactId>
2828
<version>1.2.6-SNAPSHOT</version>
@@ -132,8 +132,8 @@
132132
</filter>
133133
</filters>
134134
<transformers>
135-
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
136-
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer" />
135+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"/>
136+
<transformer implementation="org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer"/>
137137
<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
138138
<resource>MANIFEST.MF</resource>
139139
</transformer>

spotbugs-exclude.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
2-
~ Copyright 2020-2020 Equinix, Inc
3-
~ Copyright 2014-2020 The Billing Project, LLC
2+
~ Copyright 2020-2021 Equinix, Inc
3+
~ Copyright 2014-2021 The Billing Project, LLC
44
~
55
~ The Billing Project licenses this file to you under the Apache License, version 2.0
66
~ (the "License"); you may not use this file except in compliance with the
@@ -17,6 +17,11 @@
1717

1818
<FindBugsFilter>
1919
<Match>
20-
<Class name="~org\.killbill\.billing\.client\.api\.gen.*"/>
20+
<Or>
21+
<Class name="~org\.killbill\.billing\.client\.api\.gen.*"/>
22+
<Class name="~org\.killbill\.billing\.client\.model\.gen.*"/>
23+
</Or>
2124
</Match>
25+
<Bug pattern="EI_EXPOSE_REP"/>
26+
<Bug pattern="EI_EXPOSE_REP2"/>
2227
</FindBugsFilter>

0 commit comments

Comments
 (0)