diff --git a/examples/pom.xml b/examples/pom.xml index f6eba44be..02a55894c 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -26,14 +26,14 @@ crossdata-examples - 1.0.0-RC2 + 1.0.0 jar Examples Examples using Crossdata with MongoDB and Cassandra http://stratio.github.io/crossdata/ - 1.0.0-RC2 + 1.0.0 0.9.2 2.8.0 2.10 diff --git a/scripts/stratio-xd-shell b/scripts/stratio-xd-shell index 87a172ee5..5d65fd07f 100755 --- a/scripts/stratio-xd-shell +++ b/scripts/stratio-xd-shell @@ -19,10 +19,10 @@ function usage { export SPARK_HOME="$(pwd)" -xdjars="$SPARK_HOME/lib/crossdata-core-1.0.0-RC2-jar-with-dependencies.jar" -MONGODB_LIB="$SPARK_HOME/lib/crossdata-mongodb-1.0.0-RC2-jar-with-dependencies.jar" -CASSANDRA_LIB="$SPARK_HOME/lib/crossdata-cassandra-1.0.0-RC2-jar-with-dependencies.jar" -ELASTICSEARCH_LIB="$SPARK_HOME/lib/crossdata-elasticsearch-1.0.0-RC2-jar-with-dependencies.jar" +xdjars="$SPARK_HOME/lib/crossdata-core-1.0.0-jar-with-dependencies.jar" +MONGODB_LIB="$SPARK_HOME/lib/crossdata-mongodb-1.0.0-jar-with-dependencies.jar" +CASSANDRA_LIB="$SPARK_HOME/lib/crossdata-cassandra-1.0.0-jar-with-dependencies.jar" +ELASTICSEARCH_LIB="$SPARK_HOME/lib/crossdata-elasticsearch-1.0.0-jar-with-dependencies.jar" # Keep all the arguments, then remove the XD specific ones and only keep the Spark arguments. diff --git a/server/src/main/resources/server-reference.conf b/server/src/main/resources/server-reference.conf index 6930cd61b..6f21383a4 100644 --- a/server/src/main/resources/server-reference.conf +++ b/server/src/main/resources/server-reference.conf @@ -32,7 +32,7 @@ crossdata-server.config.spark.driver.memory = 512M crossdata-server.config.spark.executor.memory = 512M crossdata-server.config.spark.cores.max = 4 crossdata-server.config.spark.akka.heartbeat.interval = 5000 -crossdata-server.config.spark.jars = "server/target/crossdata-server-1.0.0-RC2.jar" +crossdata-server.config.spark.jars = "server/target/crossdata-server-1.0.0.jar" ################################ # # diff --git a/testsAT/pom.xml b/testsAT/pom.xml index dca68d1c4..b0553b05e 100644 --- a/testsAT/pom.xml +++ b/testsAT/pom.xml @@ -5,12 +5,12 @@ 4.0.0 0.2.0-SNAPSHOT - 1.0.0-RC3-SNAPSHOT + 1.0.0 1.7.0 com.stratio.crossdata tests - 1.0.0-RC3 + 1.0.0 @@ -159,4 +159,4 @@ 6.9.9 - \ No newline at end of file +