diff options
author | 2017-08-02 09:01:11 +0800 | |
---|---|---|
committer | 2017-08-02 09:13:47 +0800 | |
commit | 096cc397b9fbeb5cca83870bce8dfffc16d03df6 (patch) | |
tree | ff29ccdb4775d76cf48e96c46e2e427f7b3fb75e | |
parent | f55257424e51e75b9cee40990359d18431cc8641 (diff) |
Update version of oparent project
`1.1.0-SNAPSHOT` is legacy from Open-O, update the version so
that it could be built successfully.
Issue-ID: VNFSDK-63
Change-Id: I28193e8de68a0a6033b6009474c2543993d7f3ee
Signed-off-by: Dave Chen <wei.d.chen@intel.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../oparent</relativePath> </parent> |