diff options
author | Gerard Hickey <gerard.hickey@ericsson.com> | 2019-07-12 12:34:20 +0100 |
---|---|---|
committer | Gerard Hickey <gerard.hickey@ericsson.com> | 2019-07-12 12:34:46 +0100 |
commit | fc6342ed177b5517e29aa418f88e2a2ba8ee9352 (patch) | |
tree | 8ff4ee8ea0df2ca3550ab793bffb3b766bd54ecf /tca-cdap-container | |
parent | edee214b27c5ffccaaba070da350ca8710faa86b (diff) |
JJB alignment across DCAE components tca-cdap-container updates
Issue-ID: DCAEGEN2-1578
Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com>
Change-Id: Iae35947dd81a8591f1bbb396193459d2168a3a33
Diffstat (limited to 'tca-cdap-container')
-rw-r--r-- | tca-cdap-container/pom.xml | 2 | ||||
-rw-r--r-- | tca-cdap-container/tca_app_config.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tca-cdap-container/pom.xml b/tca-cdap-container/pom.xml index 6f3b882..c43503c 100644 --- a/tca-cdap-container/pom.xml +++ b/tca-cdap-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>tca-cdap-container</artifactId> <name>dcaegen2-deployments-tca-cdap-container</name> - <version>1.2.0</version> + <version>1.2.1-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/tca-cdap-container/tca_app_config.json b/tca-cdap-container/tca_app_config.json index 24234dc..a7b7640 100644 --- a/tca-cdap-container/tca_app_config.json +++ b/tca-cdap-container/tca_app_config.json @@ -2,7 +2,7 @@ "artifact": { "name": "dcae-analytics-cdap-tca", "scope": "user", - "version": "2.2.1" + "version": "2.3.0" }, "config": { "appDescription": "DCAE Analytics Threshold Crossing Alert Application", |