diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2019-05-13 14:20:33 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2019-05-13 14:20:39 -0700 |
commit | 0065d70801666247c327bb43f9abd60df6059156 (patch) | |
tree | c23e1ac9582fed9d1f5f7b1f39963af755f168ae /common | |
parent | e43909d8b17b2a243942c5bf299ab2a0ad5bfb3d (diff) |
Fix common ccsdk dependency and build
Issue-ID: SO-1874
Change-Id: I898049fc986abef8c7eba0c402088686ecb20b34
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'common')
-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> |