diff options
author | Victor Morales <victor.morales@intel.com> | 2018-08-28 20:10:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-28 20:10:03 +0000 |
commit | 1a4ae5657da11a59bd5cbde5240450f5db69e379 (patch) | |
tree | 342af1b7de0dc8118228a58d98fadfc08805e930 /newton | |
parent | 49a15ebb22c987cb7c99585dc0543f8878352040 (diff) | |
parent | 2da53868b202ba216e1f4871b7848a0939a71b28 (diff) |
Merge "Bump oparent version to 1.2.0"
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> |