Skip to content

Commit 4c06324

Browse files
Merge pull request #173 from reshmabidikar/master
Fix pom for release
2 parents 93738a0 + 05415e5 commit 4c06324

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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>

0 commit comments

Comments
 (0)