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

Prepare for release of 0.1.0 #110

Merged
merged 1 commit into from
Jun 3, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,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.1.0-SNAPSHOT-jar-with-dependencies.jar
EXECUTOR_FILE_PATH=${PROJECT_DIR}/cassandra-mesos-executor/target/cassandra-mesos-executor-0.1.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.1.0-SNAPSHOT</version>
<version>0.1.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.1.0-SNAPSHOT</version>
<version>0.1.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.1.0-SNAPSHOT</version>
<version>0.1.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.1.0-SNAPSHOT</version>
<version>0.1.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.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/index.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.1.0-SNAPSHOT-jar-with-dependencies.jar
EXECUTOR_FILE_PATH=.../cassandra-executor-0.1.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 All @@ -166,4 +166,4 @@ working directory is `cd ~/cassandra-on-mesos`.
[Apache Cassandra]: http://cassandra.apache.org/
[Apache Mesos]: http://mesos.apache.org/
[Apache ZooKeeper]: http://zookeeper.apache.org/
[Cassandra-on-Mesos]: https://github.com/mesosphere/cassandra-mesos/
[Cassandra-on-Mesos]: https://github.com/mesosphere/cassandra-mesos/
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.1.0-SNAPSHOT</version>
<version>0.1.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.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-model</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-executor</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-executor</artifactId>
<classifier>jar-with-dependencies</classifier>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-framework</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>io.mesosphere.mesos.frameworks.cassandra</groupId>
<artifactId>cassandra-mesos-framework</artifactId>
<classifier>jar-with-dependencies</classifier>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>

<dependency>
Expand Down