summaryrefslogtreecommitdiffstats
path: root/ms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ms/pom.xml')
-rw-r--r--ms/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ms/pom.xml b/ms/pom.xml
index 67a9565..ab8cd69 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -18,6 +18,7 @@
* limitations under the License.
* ============LICENSE_END=========================================================
-->
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -27,6 +28,7 @@
<version>2.3.0-SNAPSHOT</version>
</parent>
+ <!-- Unnecessary comment to test generated jobs from PR -->
<artifactId>sdnc-apps-ms</artifactId>
<version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -35,6 +37,7 @@
<description>Micro-services</description>
<modules>
+ <module>sanity-test</module>
<module>gra</module>
</modules>
</project>