Skip to content

Commit fcb64cc

Browse files
Merge pull request #192 from reshmabidikar/release-0.24.16
Updated to oss-parent 0.146.65 for 0.24.16 release
2 parents a8f5d77 + 0e90bbb commit fcb64cc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

platform-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
<artifactId>killbill-platform-api</artifactId>
2929
<packaging>jar</packaging>
3030
<name>killbill-platform-api</name>
31-
<dependencies />
31+
<dependencies/>
3232
</project>

platform-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@
278278
<phase>initialize</phase>
279279
<configuration>
280280
<tasks>
281-
<copy file="${basedir}/../osgi-bundles/tests/beatrix/target/killbill-platform-osgi-bundles-test-beatrix-${project.version}.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-test-beatrix-jar-with-dependencies.jar" />
282-
<copy file="${basedir}/../osgi-bundles/tests/payment/target/killbill-platform-osgi-bundles-test-payment-${project.version}.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-test-payment-jar-with-dependencies.jar" />
281+
<copy file="${basedir}/../osgi-bundles/tests/beatrix/target/killbill-platform-osgi-bundles-test-beatrix-${project.version}.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-test-beatrix-jar-with-dependencies.jar"/>
282+
<copy file="${basedir}/../osgi-bundles/tests/payment/target/killbill-platform-osgi-bundles-test-payment-${project.version}.jar" tofile="${basedir}/src/test/resources/killbill-osgi-bundles-test-payment-jar-with-dependencies.jar"/>
283283
</tasks>
284284
</configuration>
285285
</execution>

pom.xml

Lines changed: 1 addition & 1 deletion
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.146.61</version>
25+
<version>0.146.65</version>
2626
</parent>
2727
<artifactId>killbill-platform</artifactId>
2828
<version>0.41.19-SNAPSHOT</version>

0 commit comments

Comments
 (0)