Browse Source

The produced artifact version was incorrect (#3090)

Paulo Lopes 7 years ago
parent
commit
e4ed5d137b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Java/vertx-web/setup.sh

+ 2 - 2
frameworks/Java/vertx-web/setup.sh

@@ -19,8 +19,8 @@ java \
   -Dvertx.disableContextTimings=true                \
   -Dvertx.disableTCCL=true                          \
   -jar                                              \
-  target/vertx-web-benchmark-3.5.0.Beta1-fat.jar    \
+  target/vertx-web-benchmark-3.5.0-fat.jar    \
   --instances                                       \
   `grep --count ^processor /proc/cpuinfo`           \
   --conf                                            \
-  src/main/conf/config.json &
+  src/main/conf/config.json &