diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-24 14:56:41 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-04-24 17:01:30 -0400 |
commit | 1d53aedef097d095ba87ae656369706ff7f3c64b (patch) | |
tree | 998c93f2913e29d1f7d0c969ce07429271626c67 /dmaap-listener | |
parent | 00dc2e8bc3ee13eb28335dd491a30897a3256c77 (diff) |
Add missing LCM blueprint
Added blueprint descriptor for LCM to register RPC properly.
Change-Id: I65d38cd9151f6094479413e06a44da02a7da4c74
Issue-ID: CCSDK-252
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'dmaap-listener')
-rwxr-xr-x | dmaap-listener/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml index 5d4041e8a..afae113a8 100755 --- a/dmaap-listener/pom.xml +++ b/dmaap-listener/pom.xml @@ -23,7 +23,7 @@ <velocity.version>2.0</velocity.version> <skip.SWM>true</skip.SWM> <dmaap.listener.base>/opt/app/dmaap-listener</dmaap.listener.base> - <dmaap.listener.version>1.1.5-SNAPSHOT</dmaap.listener.version> + <dmaap.listener.version>1.1.5</dmaap.listener.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <build.number>${maven.build.timestamp}</build.number> |