Skip to content

Commit

Permalink
0.9.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Mar 18, 2015
1 parent 67c20a9 commit 8b8cf56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ TODO LIST :
http://www.programmingforliving.com/2014/10/com.jcraft.jsch.JSchException-Algorithm-negotiation-fail.html

------------------------------------------------------------------
0.9.15 (2015-xx-xx)
0.9.15 (2015-03-18)
- SSHShell : become enhancements (su - or sudo su - support)
- ShellOperations : sudoNoPasswordTest added
- ShellOperations : dirname added
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "janalyse-ssh"

version := "0.9.15-beta"
version := "0.9.15"

organization :="fr.janalyse"

Expand All @@ -10,7 +10,7 @@ scalaVersion := "2.11.6"

scalacOptions ++= Seq( "-deprecation", "-unchecked", "-feature")

crossScalaVersions := Seq("2.10.4", "2.11.6")
crossScalaVersions := Seq("2.10.5", "2.11.6")

// Mandatory as tests are also used for performances testing...
parallelExecution in Test := false
Expand Down

0 comments on commit 8b8cf56

Please sign in to comment.