Skip to content

Commit

Permalink
Merge pull request #149 from reshmabidikar/work-for-ts-126
Browse files Browse the repository at this point in the history
update oss-parent version for TS-126
  • Loading branch information
reshmabidikar committed Feb 5, 2024
2 parents 4a15ba5 + 6f8c105 commit a35912f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion platform-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
<artifactId>killbill-platform-api</artifactId>
<packaging>jar</packaging>
<name>killbill-platform-api</name>
<dependencies />
<dependencies/>
</project>
4 changes: 2 additions & 2 deletions platform-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@
<phase>initialize</phase>
<configuration>
<tasks>
<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" />
<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" />
<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"/>
<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"/>
</tasks>
</configuration>
</execution>
Expand Down
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.14</version>
<version>0.146.24</version>
</parent>
<artifactId>killbill-platform</artifactId>
<version>0.41.5-SNAPSHOT</version>
Expand Down

0 comments on commit a35912f

Please sign in to comment.