Skip to content

Commit

Permalink
Release patch 0.5.3 (#722)
Browse files Browse the repository at this point in the history
* Remove cp commands on nonexistent files (#720)

* Bump version to 0.5.3
  • Loading branch information
takirala committed Mar 1, 2018
1 parent fe681b6 commit 6b99be3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions dcos-image/publish-package.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ function copy {(

mkdir -p ${TARGET_DIR}
cp ${PROJECT_DIR}/cosmos-server/target/scala-${PROJECT_SCALA_VERSION}/cosmos-server_${PROJECT_SCALA_VERSION}-*-one-jar.jar ${TARGET_DIR}/${ONE_JAR}
cp ${PROJECT_DIR}/cosmos-server/target/*.html ${TARGET_DIR}
cp ${PROJECT_DIR}/cosmos-server/target/*.raml ${TARGET_DIR}
cp ${PROJECT_DIR}/cosmos-server/target/*.swagger ${TARGET_DIR}

)}

Expand Down
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object Deps {

object V {
val projectScalaVersion = "2.12.3"
val projectVersion = "0.5.2"
val projectVersion = "0.5.3"

val bijection = "0.9.6"
val circe = "0.9.0-M1"
Expand Down

0 comments on commit 6b99be3

Please sign in to comment.