Skip to content

Commit

Permalink
Merge branch 'release/4.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Jan 31, 2020
2 parents d258dad + 8061332 commit 0b54124
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script:
deploy:
provider: releases
api_key:
secure: FSDDAJVrtzmlHXKlEIo3EWh/p2eLujs13UpLsDYkJHJl+kvdsEvtgsq6tpkLucesJiiFXm/p+W9fzbZHh7Z48TrIWNPts6Mqh6FPH8XSSXHT+TqdVTL6XbgVs6HFx7sYip/h5PEDsGdJHWPVH1B9JXFusovNrZWNl/jo4dqrR9j6LdV8qx1qxrqYb5ZfjhT+hKhTO5rFPIxbT5exjJ4H46u8oQr0vdRwQK6nZiZYXtxFwkuePHQvFtbMOfJDRby2+vhoW/rqhyB8ptKR0sZHvoCnAo3kBuyrCVUA3qm77ZSI3CO5iuK+LZL8VLQScwErAQVlCSuaovnKehkrtVqGvEXVR/x9Ycqhe8Ha4Cb827CTMW25Kmml0hYEt6kVmWHIh590JXMkRxCSVlPQc9Gi/ZCJ5w69vdxIDWCty9qilewxhYdG9k+5zcWVYfMJhu7Kou8SKJ5Ae5eh7u9T9U2WOMoR3hNSa6rCTtrsruUGLgjb7/efYeBMyUlrQdb6CHp0pB7dxPzy+kk6ukThnMh0pGOMGjChtYbgoTk0xyhwyP073AiYTDZG/wKZFkqFQC2qGgoCv8lsWqtbFouv/dHKzIIYUNHHfgwER6peuZlrOTL9ujbUWXId6BRIJYX2C/h8+7kiDk+CYu8W4xOzA6lsZk/YGDO3U0YX34FVpjyCJNg=
secure: sTok7HfQeuzXOQBEjskTQ7aFx3lzk/NLIZ63BZtrUpkIAYk06opbYcINOPD+2lrSOLTHAhgBje2DykWZ4szcNSuSSFZ7oCCY3J/UgvGB1khoeufm876z03ChN6tlVvYokoL6zDHr3BM9vOW+6se0ww0ECxLn1dixQraOvQOhRRHlGhh39Lzf/1r7llN39kqOVEII1C2ju8bMdaql9CGLmIz2gAzQQEN2uH3PO0RRow4Uzo7c1YbQSeZbPo5zwyFKXvRgGpzEICoDygS64QV5TXnBWJEy+w9LfnS39kbVGp0ysHuPTbh2eDIEP7Y+JdPtXAB6YMy4TwEkq2919/uP4Xq+jQGg//lUdyji0eFvg+ZfGMQHcJYOhMWVtrIPlRBhnRSScSPS9sj3LMwkIGWdRZ3PAaV8DzhwNJxdGpTeJ8oBOBFiE18v5ygs8k9J79silDP6ZQaBQT+9lkKQS8NhJIm5GOKm4l6oBereNSF91zIcmZfL6yPrEoznHM50KO1B/MToOsa5cHOrdRQqJaxIJt72RxRmecPERwBcPEXybrf8edkGxiNt0EZL/xuEW1NAvXuQJkz5+Jxdf0l0zDnXPVWXOrmA1ICA/tg6U+nKU/ZyLmR87UwRwXCqwgef7zYe0VhBxB1nrtXkNSMnnwFiPxDmfKPtMqviDSVpBop/bYw=
file:
- api/target/scala-2.11/api-assembly-${TRAVIS_TAG}.jar
skip_cleanup: true
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.3

- Update credentials for Travis to fix deployments

## 4.0.2

- Update `/run` and `/multi` endpoints to take a set of
Expand Down
2 changes: 1 addition & 1 deletion project/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Geoprocessing extends Build {
super.settings ++
Seq(
shellPrompt := { s => Project.extract(s).currentProject.id + " > " },
version := "4.0.2",
version := "4.0.3",
scalaVersion := Version.scala,
organization := "org.wikiwatershed.mmw.geoprocessing",
name := "mmw-geoprocessing",
Expand Down

0 comments on commit 0b54124

Please sign in to comment.