diff options
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", |