diff options
author | Michael Lando <ml636r@att.com> | 2017-06-20 11:07:13 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-06-20 11:07:13 +0300 |
commit | c61d224551e1696d08808d3e3b0941be67b4b0a8 (patch) | |
tree | 7c3a4424f3c6d4058799796515b3e8afcc3f6762 | |
parent | 6e60006d2e22665b491d176ca9e91b74326bfabc (diff) |
[sdc] update pom info
Change-Id: Ib2d64cbbc4d3efe8ee358a257ad681465f4450d8
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | catalog-be/pom.xml | 13 | ||||
-rw-r--r-- | catalog-fe/pom.xml | 15 | ||||
-rw-r--r-- | pom.xml | 39 |
3 files changed, 60 insertions, 7 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 6f35b3a5a1..99b14b0819 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -869,8 +869,19 @@ <activeByDefault>false</activeByDefault> </activation> - <build> + <finalName>${project.artifactId}-${project.version}</finalName> + </build> + </profile> + + <profile> + <id>build</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + + + <build> <finalName>${project.artifactId}-${full.release.version}</finalName> <plugins> <plugin> diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index e5d4bdaf83..643bf733ab 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -442,13 +442,21 @@ <activeByDefault>false</activeByDefault> </activation> - <build> + <finalName>${project.artifactId}-${project.version}</finalName> + </build> + </profile> + + <profile> + <id>build</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <build> <finalName>${project.artifactId}-${full.release.version}</finalName> - + <plugins> - <!-- ================================================== --> <!-- Get the next versions from the properties file. --> <!-- ================================================== --> @@ -476,7 +484,6 @@ </build> </profile> - <profile> <id>Fortify</id> <activation> @@ -353,8 +353,6 @@ </profile> - - <profile> <id>catalog</id> <activation> @@ -373,7 +371,44 @@ <module>asdc-tests</module> <module>test-apis-ci</module> <module>ui-ci</module> + </modules> + + <properties> + <ecomp.version>1.2.7</ecomp.version> + <artifact-generator-api.version>1707.0.1-SNAPSHOT</artifact-generator-api.version> + <artifact-generator-core.version>1707.0.1-SNAPSHOT</artifact-generator-core.version> + <dox-common-lib.version>1707.0.0-SNAPSHOT</dox-common-lib.version> + </properties> + + </profile> + + <profile> + <id>build</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <modules> + <module>security-utils</module> + <module>common-app-api</module> + <module>common-be</module> + <module>catalog-dao</module> + <module>catalog-model</module> + <module>catalog-be</module> + <module>asdctool</module> + <module>catalog-ui</module> + <module>catalog-fe</module> + <module>asdc-tests</module> + <module>test-apis-ci</module> + <module>ui-ci</module> </modules> + + + <properties> + <ecomp.version>1.2.7</ecomp.version> + <artifact-generator-api.version>1707.0.1-SNAPSHOT</artifact-generator-api.version> + <artifact-generator-core.version>1707.0.1-SNAPSHOT</artifact-generator-core.version> + <dox-common-lib.version>1707.0.0-SNAPSHOT</dox-common-lib.version> + </properties> <build> <plugins> |