diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:25:04 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 19:14:43 +0000 |
commit | 2118f42265e0adb981cacbea66b09014aec2e293 (patch) | |
tree | 1e20e901c616e3ef43bc351badc828fb81109749 | |
parent | 1e2b9a1af5c576cd86b451e8cb8049c8b528e3df (diff) |
Bump oparent version to 1.2.0
This change was submitted by script and may include
additional whitespace or formatting changes.
Change-Id: I914673e5b8c3d335e6ec1cfea224b4b7a7991376
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | azure/pom.xml | 7 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/azure/pom.xml b/azure/pom.xml index 42740aa..e2c94e8 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -12,14 +12,11 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> -<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"> +<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"> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -16,7 +16,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>1.2.0</version> <relativePath>../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |