summaryrefslogtreecommitdiffstats
path: root/run-demo.sh
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2012-10-16 15:17:19 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2012-10-16 15:17:19 +0300
commit5dcd40887e9b7f82aa50610fcd19d47c496e658a (patch)
tree56cc6b528ae6dae9b879770ddc1af1b2dae9c17b /run-demo.sh
parent38a229fef27be11762204391c8b47d4799ef6266 (diff)
downloadpf4j-5dcd40887e9b7f82aa50610fcd19d47c496e658a.tar.gz
pf4j-5dcd40887e9b7f82aa50610fcd19d47c496e658a.zip
prepare for maven central repository
Diffstat (limited to 'run-demo.sh')
-rwxr-xr-xrun-demo.sh2
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 -