summaryrefslogtreecommitdiffstats
path: root/openstack-console
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-03-27 10:03:31 -0400
committerRob Daugherty <rd472p@att.com>2018-03-27 10:03:31 -0400
commit34b23e12ae050e792341faaf9e7fe28da6ea43f2 (patch)
tree222f254b8207a9ad1bb3f7dc39ba877c868cc965 /openstack-console
parentd413cf3266aa38b3a9c5bf37ce30c3de68b3ad55 (diff)
Update so/libs to version 1.2.1
This version's parent will be oparent:1.1.0 instead of oparent:1.1.0-SNAPSHOT (which has been banned). Change-Id: I562f02b096687e18689615a4b234b911bbeca1fb Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'openstack-console')
-rw-r--r--openstack-console/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstack-console/pom.xml b/openstack-console/pom.xml
index 7e72551..7022293 100644
--- a/openstack-console/pom.xml
+++ b/openstack-console/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.so</groupId>
<artifactId>openstack-java-sdk</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.so.libs.openstack-java-sdk</groupId>
<artifactId>openstack-console</artifactId>
@@ -23,12 +23,12 @@
<dependency>
<groupId>org.onap.so</groupId>
<artifactId>keystone-client</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.onap.so</groupId>
<artifactId>nova-client</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
<profiles>
@@ -75,4 +75,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>