diff options
Diffstat (limited to 'mod/runtimeapi/runtime-web')
-rw-r--r-- | mod/runtimeapi/runtime-web/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index cd5acb0..3ec589f 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= -Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2019-2022 AT&T Intellectual Property. All rights reserved. ================================================================================ Modifications Copyright (c) 2020 Nokia ================================================================================ @@ -24,10 +24,10 @@ limitations under the License. <parent> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>runtimeapi</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </parent> <artifactId>runtime-web</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <packaging>jar</packaging> <name>runtime-web</name> <description>MOD Runtime Web Module</description> @@ -35,7 +35,7 @@ limitations under the License. <dependency> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>runtime-core</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |