summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-web/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/runtimeapi/runtime-web/pom.xml')
-rw-r--r--mod/runtimeapi/runtime-web/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml
index af89495..01ea8fd 100644
--- a/mod/runtimeapi/runtime-web/pom.xml
+++ b/mod/runtimeapi/runtime-web/pom.xml
@@ -23,18 +23,19 @@ limitations under the License.
<parent>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>runtimeapi</artifactId>
- <version>1.3.2</version>
+ <version>1.3.3</version>
</parent>
<artifactId>runtime-web</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
+ <properties><onap-gerrit-review>-changelog-missing</onap-gerrit-review></properties>
<name>runtime-web</name>
<description>MOD Runtime Web Module</description>
<dependencies>
<dependency>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>runtime-core</artifactId>
- <version>1.3.2</version>
+ <version>1.3.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>