diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-24 15:25:31 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-08-27 19:15:59 +0000 |
commit | 2da53868b202ba216e1f4871b7848a0939a71b28 (patch) | |
tree | 91ab6deb4df1839b375c96dee6e79e4ba16af35a /newton | |
parent | 0321035cf1f31a07929de22a31bf520861f1eaff (diff) |
Bump oparent version to 1.2.0
This change was submitted by script and may include
additional whitespace or formatting changes.
Change-Id: I4de0c691526147da1a898ce4e46be9f716d87e77
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'newton')
-rw-r--r-- | newton/pom.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/newton/pom.xml b/newton/pom.xml index 9ffcc8eb..ae53219a 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -14,14 +14,11 @@ See the License for the specific language governing permissions and limitations under the License. --> -<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> |