aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-09-18 10:21:49 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-09-18 10:36:57 -0700
commit284b23a6d3d5c318ba9ae1c447e0b3a503bbbd10 (patch)
tree7bfc22d7c7d0539c03b3e796e3f4d4975be20e03 /test
parent4ca7a59514fb93ad9068bee9f13129ffe14be43c (diff)
Upgrade oparent to 1.2.1
Change-Id: Idd9e0d0ebd681c0a9676181e37616158ce571f96 Issue-ID: INT-656 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'test')
-rw-r--r--test/mocks/pnfsimulator/pom.xml4
-rw-r--r--test/mocks/sniroemulator/pom.xml8
2 files changed, 3 insertions, 9 deletions
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml
index cddbbbafa..b4adcd806 100644
--- a/test/mocks/pnfsimulator/pom.xml
+++ b/test/mocks/pnfsimulator/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.1.0</version>
+ <version>1.2.1</version>
</parent>
<groupId>org.onap.pnfsimulator</groupId>
@@ -321,4 +321,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml
index 11b556d34..288ecb63b 100644
--- a/test/mocks/sniroemulator/pom.xml
+++ b/test/mocks/sniroemulator/pom.xml
@@ -12,15 +12,9 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>0.1.1</version>
+ <version>1.2.1</version>
</parent>
-<!-- <parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.7.RELEASE</version>
-</parent>
--->
<properties>
<dockerLocation>${basedir}/target</dockerLocation>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>