summaryrefslogtreecommitdiffstats
path: root/pomba/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-06 08:46:55 -0500
committerDan Timoney <dtimoney@att.com>2020-03-06 08:46:55 -0500
commitf58ed99972fe216d039ec264c5c0f46138148a4e (patch)
tree84be22f08e67d9e9b26dd2195473f3fa80321222 /pomba/pom.xml
parent78eb251a37b73b80617ad356ea4ea48b4d68e033 (diff)
Use released Frankfurt M4 parent poms
Update to use released Frankfurt M4 version of parent poms. Change-Id: Ie41a1cab0e3372a67a5a9a63f61994ded5bcee29 Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pomba/pom.xml')
-rw-r--r--pomba/pom.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/pomba/pom.xml b/pomba/pom.xml
index 0cfde48..06e6103 100644
--- a/pomba/pom.xml
+++ b/pomba/pom.xml
@@ -31,6 +31,12 @@ limitations under the License.
<version>1.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
+ <modules>
+ <module>network-discovery</module>
+ <module>network-discovery-api</module>
+ <module>service-decomposition</module>
+ </modules>
+
<properties>
<!-- Sonar properties -->
<sonar.scanner.version>3.7.0.1746</sonar.scanner.version>
@@ -45,12 +51,6 @@ limitations under the License.
<jacoco.version>0.8.5</jacoco.version>
</properties>
- <modules>
- <module>network-discovery</module>
- <module>network-discovery-api</module>
- <module>service-decomposition</module>
- </modules>
-
<build>
<plugins>
<plugin>
@@ -165,6 +165,7 @@ limitations under the License.
</plugin>
</plugins>
</build>
+
<profiles>
<profile>
<id>nexus-staging</id>