Merge "Escape SQL LIKE wildcards in queries (CPS-1760 #1)"
[cps.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2526f6f..7270bc4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
 <!--\r
   ============LICENSE_START=======================================================\r
   Copyright (c) 2020 Linux Foundation.\r
-  Modifications Copyright (C) 2020-2021 Nordix Foundation\r
+  Modifications Copyright (C) 2020-2023 Nordix Foundation\r
   Modifications Copyright (C) 2020-2021 Pantheon.tech\r
-  Modifications Copyright (C) 2021 Bell Canada.\r
+  Modifications Copyright (C) 2021-2022 Bell Canada.\r
   ================================================================================\r
   Licensed under the Apache License, Version 2.0 (the "License");\r
   you may not use this file except in compliance with the License.\r
@@ -32,7 +32,7 @@
 \r
     <groupId>org.onap.cps</groupId>\r
     <artifactId>cps-aggregator</artifactId>\r
-    <version>2.0.2-SNAPSHOT</version>\r
+    <version>3.3.4-SNAPSHOT</version>\r
     <packaging>pom</packaging>\r
 \r
     <name>cps</name>\r
@@ -44,8 +44,8 @@
     </organization>\r
 \r
     <properties>\r
-        <maven.deploy.skip>true</maven.deploy.skip>\r
-        <maven.install.skip>true</maven.install.skip>\r
+        <maven.deploy.skip>false</maven.deploy.skip>\r
+        <maven.install.skip>false</maven.install.skip>\r
     </properties>\r
 \r
     <modules>\r
         <module>cps-events</module>\r
         <module>cps-service</module>\r
         <module>cps-rest</module>\r
+        <module>cps-ncmp-events</module>\r
         <module>cps-ncmp-service</module>\r
         <module>cps-ncmp-rest</module>\r
+        <module>cps-ncmp-rest-stub</module>\r
         <module>cps-path-parser</module>\r
         <module>cps-ri</module>\r
+        <module>integration-test</module>\r
         <module>checkstyle</module>\r
         <module>spotbugs</module>\r
         <module>cps-application</module>\r