From: Decebal Suiu Date: Tue, 16 Oct 2012 12:17:19 +0000 (+0300) Subject: prepare for maven central repository X-Git-Tag: release-0.1~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5dcd40887e9b7f82aa50610fcd19d47c496e658a;p=pf4j.git prepare for maven central repository --- diff --git a/run-demo.sh b/run-demo.sh index bea8ba2..ce68e5b 100755 --- a/run-demo.sh +++ b/run-demo.sh @@ -19,6 +19,6 @@ cp demo/plugin2/target/pf4j-demo-plugin2-*.zip demo-dist/plugins/ # run demo cd demo-dist -java -jar pf4j-demo-app-*.jar +java -jar pf4j-demo-app-*-SNAPSHOT.jar cd -