diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-16 15:17:19 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2012-10-16 15:17:19 +0300 |
commit | 5dcd40887e9b7f82aa50610fcd19d47c496e658a (patch) | |
tree | 56cc6b528ae6dae9b879770ddc1af1b2dae9c17b /run-demo.sh | |
parent | 38a229fef27be11762204391c8b47d4799ef6266 (diff) | |
download | pf4j-5dcd40887e9b7f82aa50610fcd19d47c496e658a.tar.gz pf4j-5dcd40887e9b7f82aa50610fcd19d47c496e658a.zip |
prepare for maven central repository
Diffstat (limited to 'run-demo.sh')
-rwxr-xr-x | run-demo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 - |