Skip to content

Commit

Permalink
Prepare for 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyuan committed Mar 17, 2015
1 parent b3d027a commit 67891af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ The master branch is in version 0.7.0-SNAPSHOT:
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-client</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
```

#### Gradle

```groovy
compile 'org.tachyonproject:tachyon-client:0.6.0'
compile 'org.tachyonproject:tachyon-client:0.6.1'
```

#### Apache Ant
```xml
<dependency org="org.tachyonproject" name="tachyon" rev="0.6.0">
<dependency org="org.tachyonproject" name="tachyon" rev="0.6.1">
<artifact name="tachyon-client" type="jar" />
</dependency>
```

#### SBT
```
libraryDependencies += "org.tachyonproject" % "tachyon-client" % "0.6.0"
libraryDependencies += "org.tachyonproject" % "tachyon-client" % "0.6.1"
```
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pygments: true
markdown: kramdown

# These allow the documentation to be updated with new releases of Tachyon.
TACHYON_RELEASED_VERSION: 0.6.0
TACHYON_MASTER_VERSION_SHORT: 0.6.0
TACHYON_RELEASED_VERSION: 0.6.1
TACHYON_MASTER_VERSION_SHORT: 0.6.1
2 changes: 1 addition & 1 deletion libexec/tachyon-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -z "$TACHYON_SYSTEM_INSTALLATION" ]; then
export TACHYON_HOME=${TACHYON_PREFIX}
export TACHYON_CONF_DIR="$TACHYON_HOME/conf"
export TACHYON_LOGS_DIR="$TACHYON_HOME/logs"
export TACHYON_JAR=$TACHYON_HOME/core/target/tachyon-0.6.0-jar-with-dependencies.jar
export TACHYON_JAR=$TACHYON_HOME/core/target/tachyon-0.6.1-jar-with-dependencies.jar
export JAVA="$JAVA_HOME/bin/java"
fi

Expand Down

0 comments on commit 67891af

Please sign in to comment.