diff options
author | Ofir Sonsino <os0695@att.com> | 2018-02-04 11:22:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-04 11:22:39 +0000 |
commit | 1e14c88c7594c5c2df2402421f6b8588c36c937a (patch) | |
tree | a3622468dbaa7e186f318c2bdb65fc8902a86fae /pom.xml | |
parent | 0970e743fb0316660e57f83b386ce4dfa0594c82 (diff) | |
parent | 7ca5618c6e75f95d23dacaf01d11b6ab4b1e93e0 (diff) |
Merge "Bump patch version" into amsterdamamsterdam
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -76,7 +76,7 @@ <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <build.version>1.1.0-SNAPSHOT</build.version>
+ <build.version>1.1.2-SNAPSHOT</build.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
@@ -265,5 +265,5 @@ <scope>test</scope>
</dependency>
</dependencies>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
</project>
|