This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new cd3c3c4  Update the version of Client Go library for 0.9.0 (#962)
cd3c3c4 is described below

commit cd3c3c4b2a085d755a10ceac7290966f0ad57796
Author: Vincent <[email protected]>
AuthorDate: Thu Aug 16 14:20:42 2018 -0400

    Update the version of Client Go library for 0.9.0 (#962)
---
 Godeps/Godeps.json | 4 ++--
 LICENSE.txt        | 2 +-
 build.gradle       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index 4d73720..3d9d7c0 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -105,11 +105,11 @@
                },
                {
                        "ImportPath": 
"github.com/apache/incubator-openwhisk-client-go/whisk",
-                       "Rev": "1e505228d7bb7f16c3077af2b0311ff4cf6e84a3"
+                       "Rev": "d7cee96e83a1f38413a1f5286bd524dac72686c9"
                },
                {
                        "ImportPath": 
"github.com/apache/incubator-openwhisk-client-go/wski18n",
-                       "Rev": "1e505228d7bb7f16c3077af2b0311ff4cf6e84a3"
+                       "Rev": "d7cee96e83a1f38413a1f5286bd524dac72686c9"
                },
                {
                        "ImportPath": "github.com/pelletier/go-buffruneio",
diff --git a/LICENSE.txt b/LICENSE.txt
index 66e4cb7..d645695 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -187,7 +187,7 @@
       same "printed page" as the copyright notice for easier
       identification within third-party archives.
 
-   Copyright 2016-2018 The Apache Software Foundation
+   Copyright [yyyy] [name of copyright owner]
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/build.gradle b/build.gradle
index c771958..740271a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,8 +62,8 @@ dependencies {
         build(['name':'github.com/nicksnyder/go-i18n/i18n/bundle', 
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
         build(['name':'github.com/nicksnyder/go-i18n/i18n/language', 
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
         build(['name':'github.com/nicksnyder/go-i18n/i18n/translation', 
'version':'991e81cc94f6c54209edb3192cb98e3995ad71c1', 'transitive':false])
-        build(['name':'github.com/apache/incubator-openwhisk-client-go/whisk', 
'version':'1e505228d7bb7f16c3077af2b0311ff4cf6e84a3', 'transitive':false])
-        
build(['name':'github.com/apache/incubator-openwhisk-client-go/wski18n', 
'version':'1e505228d7bb7f16c3077af2b0311ff4cf6e84a3', 'transitive':false])
+        build(['name':'github.com/apache/incubator-openwhisk-client-go/whisk', 
'version':'d7cee96e83a1f38413a1f5286bd524dac72686c9', 'transitive':false])
+        
build(['name':'github.com/apache/incubator-openwhisk-client-go/wski18n', 
'version':'d7cee96e83a1f38413a1f5286bd524dac72686c9', 'transitive':false])
         build(['name':'github.com/pelletier/go-buffruneio', 
'version':'df1e16fde7fc330a0ca68167c23bf7ed6ac31d6d', 'transitive':false])
         build(['name':'github.com/pelletier/go-toml', 
'version':'45932ad32dfdd20826f5671da37a5f3ce9f26a8d', 'transitive':false])
         build(['name':'github.com/spf13/afero', 
'version':'06b7e5f50606ecd49148a01a6008942d9b669217', 'transitive':false])

Reply via email to