Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Aug 10, 2015
1 parent 654ff37 commit 62183f8
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ PORT0=18080
# The file path to where the cassandra-mesos-executor jar-with-dependencies is on the local file system
# This file will be served by the built-in http server so that tasks will be able to easily access
# the jar.
EXECUTOR_FILE_PATH=${PROJECT_DIR}/cassandra-mesos-executor/target/cassandra-mesos-executor-0.2.0-SNAPSHOT-jar-with-dependencies.jar
EXECUTOR_FILE_PATH=${PROJECT_DIR}/cassandra-mesos-executor/target/cassandra-mesos-executor-0.2.0-jar-with-dependencies.jar

# The file path to where a tar of the Oracle JRE version 7 update 75 is on the local file system.
# This file will be served by the build-in http server so that tasks will be able to easily access
Expand Down
2 changes: 1 addition & 1 deletion cassandra-mesos-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion cassandra-mesos-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cassandra-mesos-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cassandra-mesos-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cassandra-mesos-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ working directory is `cd ~/cassandra-on-mesos`.
# Absolute path of libmesos
MESOS_NATIVE_JAVA_LIBRARY=.../libmesos.dylib
# Absolute path where of the Cassandra-on-Mesos executor
EXECUTOR_FILE_PATH=.../cassandra-executor-0.2.0-SNAPSHOT-jar-with-dependencies.jar
EXECUTOR_FILE_PATH=.../cassandra-executor-0.2.0-jar-with-dependencies.jar
# Absolute path to the JRE you downloaded
JRE_FILE_PATH=...jre-7u76-macosx-x64.tar.gz
# Absolute path to the Apache Cassandra you downloaded
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-parent</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<description>
Expand Down Expand Up @@ -92,34 +92,34 @@
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-scheduler</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-model</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-executor</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-executor</artifactId>
<classifier>jar-with-dependencies</classifier>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-framework</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-framework</artifactId>
<classifier>jar-with-dependencies</classifier>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 62183f8

Please sign in to comment.