Skip to content

Commit

Permalink
fixed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dsukhoroslov committed Sep 6, 2016
1 parent b1a6b8c commit d14b43f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bagri-distr/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
<version>1</version>
<createdAt>2016-05-31T16:17:20.542+03:00</createdAt>
<createdBy>admin</createdBy>
<fileName>../samples/bagri-samples-ext/target/bagri-samples-ext-1.0.0-EA1.jar</fileName>
<fileName>../samples/bagri-samples-ext/target/bagri-samples-ext-1.0.0-EA2.jar</fileName>
<description>Sample extension trigger Library</description>
<enabled>true</enabled>
<functions/>
Expand Down
2 changes: 1 addition & 1 deletion bagri-distr/src/main/resources/test/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@
<version>1</version>
<createdAt>2016-05-31T16:17:20.542+03:00</createdAt>
<createdBy>admin</createdBy>
<fileName>../samples/bagri-samples-ext/target/bagri-samples-ext-1.0.0-EA1.jar</fileName>
<fileName>../samples/bagri-samples-ext/target/bagri-samples-ext-1.0.0-EA2.jar</fileName>
<description>Sample extension trigger Library</description>
<enabled>true</enabled>
<functions/>
Expand Down
2 changes: 1 addition & 1 deletion bagri-distr/src/main/tpox/tpox-xcc-sec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apphome="`cd \`dirname $0\`/.. && pwd && cd - >/dev/null`"


CLASSPATH="${apphome}/config/*"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA1.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA2.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/*"
export CLASSPATH

Expand Down
2 changes: 1 addition & 1 deletion bagri-distr/src/main/tpox/tpox-xdm-sec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apphome="`cd \`dirname $0\`/.. && pwd && cd - >/dev/null`"


CLASSPATH="${apphome}/config/*"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA1.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA2.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/*"
export CLASSPATH

Expand Down
2 changes: 1 addition & 1 deletion bagri-distr/src/main/tpox/tpox-xqj-add-mix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apphome="`cd \`dirname $0\`/.. && pwd && cd - >/dev/null`"


CLASSPATH="${apphome}/config/*"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA1.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA2.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/*"
export CLASSPATH

Expand Down
2 changes: 1 addition & 1 deletion bagri-distr/src/main/tpox/tpox-xqj-orders-scale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apphome="`cd \`dirname $0\`/.. && pwd && cd - >/dev/null`"


CLASSPATH="${apphome}/config/*"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA1.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA2.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/*"
export CLASSPATH

Expand Down
2 changes: 1 addition & 1 deletion bagri-distr/src/main/tpox/tpox-xqj-orders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apphome="`cd \`dirname $0\`/.. && pwd && cd - >/dev/null`"


CLASSPATH="${apphome}/config/*"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA1.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA2.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/*"
export CLASSPATH

Expand Down
2 changes: 1 addition & 1 deletion bagri-distr/src/main/tpox/tpox-xqj-sec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apphome="`cd \`dirname $0\`/.. && pwd && cd - >/dev/null`"


CLASSPATH="${apphome}/config/*"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA1.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA2.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/*"
export CLASSPATH

Expand Down
2 changes: 1 addition & 1 deletion bagri-distr/src/main/ycsb/ycsb-loada.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apphome="`cd \`dirname $0\`/.. && pwd && cd - >/dev/null`"


CLASSPATH="${apphome}/config/*"
#CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA1.jar"
#CLASSPATH="${CLASSPATH}:${apphome}/lib/bagri-test-tpox-1.0.0-EA2.jar"
CLASSPATH="${CLASSPATH}:${apphome}/lib/*"
export CLASSPATH

Expand Down
2 changes: 1 addition & 1 deletion bagri-server/bagri-server-hazelcast/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
<version>1</version>
<createdAt>2015-05-31T16:17:20.542+03:00</createdAt>
<createdBy>admin</createdBy>
<fileName>../../bagri-samples/bagri-samples-ext/target/bagri-samples-ext-1.0.0-EA1.jar</fileName>
<fileName>../../bagri-samples/bagri-samples-ext/target/bagri-samples-ext-1.0.0-EA2.jar</fileName>
<description>Sample extension trigger Library</description>
<enabled>true</enabled>
<functions/>
Expand Down

0 comments on commit d14b43f

Please sign in to comment.