diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2019-05-13 14:12:13 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2019-05-13 14:12:20 -0700 |
commit | 3c32e98e85576724f7001dbeb27251552fa2161f (patch) | |
tree | 37a42bdfb1bfc6de3e5e121ef0a0f1e9f04a8fb8 | |
parent | d050c852f7a112cbf2cea5012e0cc0997c1936f7 (diff) |
Fix common ccsdk dependency and build
Issue-ID: SO-1874
Change-Id: Ie151de0e2a0a0354a988e0d23deb77cd2a66a930
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 0e9aa1d47c..2742afee1a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -15,7 +15,7 @@ <grpc.version>1.17.1</grpc.version> <protobuf.version>3.6.1</protobuf.version> <grpc.netty.version>4.1.30.Final</grpc.netty.version> - <ccsdk.version>0.4.2-SNAPSHOT</ccsdk.version> + <ccsdk.version>0.4.2</ccsdk.version> </properties> <dependencies> |