diff options
author | Rob Daugherty <rd472p@att.com> | 2018-10-19 10:48:36 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-10-19 10:49:56 -0400 |
commit | d184b2b864673755acec7acdf35f7687b1b13dec (patch) | |
tree | d891610d80a968923432a21a7a5905a2d1dc4d2f /nova-model | |
parent | bd6f4ae224f40244990b6a0addffd2124ec95853 (diff) |
Update version to 1.4.0-SNAPSHOT for Dublin
Henceforth, the master branch will be for Dublin work.
Change-Id: I61f48eb66b1a07a7ee9df2bcc4442ca229104677
Issue-ID: SO-1151
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'nova-model')
-rw-r--r-- | nova-model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova-model/pom.xml b/nova-model/pom.xml index 4d20af9..216b507 100644 --- a/nova-model/pom.xml +++ b/nova-model/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.onap.so.libs</groupId> <artifactId>openstack-java-sdk</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <groupId>org.onap.so.libs.openstack-java-sdk</groupId> <artifactId>nova-model</artifactId> |