diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2018-10-25 15:34:31 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2018-10-25 16:00:50 +0800 |
commit | 05b41595d2a0b33c73cb62b9d0a2e7b6f0538339 (patch) | |
tree | 1914e2a9726a6f604617521d72bd9f7d89d204cd /integration | |
parent | b3f2ba71b13eb889209d7b201db6df28cb4a25d2 (diff) |
Update aai-esr-gui repo version3.0.0-ONAP1.2.1
Issue-ID: AAI-1767
Change-Id: I96a582b840b286348f6427f69d984962bdf27ded
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 1f8683d..35112cf 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.aai.esr-gui</groupId> <artifactId>aai-esr-gui</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -30,13 +30,13 @@ <dependency> <groupId>org.onap.aai.esr-gui</groupId> <artifactId>common</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> <type>war</type> </dependency> <dependency> <groupId>org.onap.aai.esr-gui</groupId> <artifactId>portal</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> <type>war</type> </dependency> </dependencies> |