You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/02/20 04:39:27 UTC

[incubator-openwhisk] branch master updated: Switch snapshot version to 1.0.0-SNAPSHOT (#3294)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8d0d9f  Switch snapshot version to 1.0.0-SNAPSHOT (#3294)
a8d0d9f is described below

commit a8d0d9f4177689c860043c7fe2333c23c206f681
Author: Chetan Mehrotra <ch...@apache.org>
AuthorDate: Tue Feb 20 10:09:24 2018 +0530

    Switch snapshot version to 1.0.0-SNAPSHOT (#3294)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index facd90b..e53f40f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ subprojects {
     scalafmt.configFilePath = gradle.scalafmt.config
 
     group 'org.apache.openwhisk'
-    version '0.0.1-SNAPSHOT'
+    version '1.0.0-SNAPSHOT'
 
     afterEvaluate {
         if (project.plugins.hasPlugin('application')

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.