diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-05-28 19:08:44 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-05-28 19:08:44 +0300 |
commit | e33819db51041c6b75b56ee3a8cfcaa849344989 (patch) | |
tree | 6104372ea61eb1799d85f6f49c35362ab262ee7d /pom.xml | |
parent | f904ba09ceca3613cc02478a1908db7828fa3b93 (diff) |
Set VID version to 2.0
Change-Id: Id1eb8f82f1e6c751b1d6c41f32d4a7f035c63eec
Issue-ID: VID-234
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,7 +77,7 @@ <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <build.version>1.2.1-SNAPSHOT</build.version>
+ <build.version>2.0.0-SNAPSHOT</build.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
@@ -265,5 +265,5 @@ <version>4.5.3</version>
</dependency>
</dependencies>
- <version>1.2.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</project>
|