summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml11
-rw-r--r--usecaseui-common/pom.xml4
2 files changed, 7 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 21d8a694..50e62096 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,14 +15,14 @@
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>0.1.1</version>
</parent>
+ <modelVersion>4.0.0</modelVersion>
<groupId>org.onap.usecase-ui</groupId>
<artifactId>usecase-ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -30,7 +30,7 @@
<name>usecase-ui</name>
<modules>
- <module>usecaseui-holmes</module>
+ <module>usecaseui-holmes</module>
<module>usecaseui-common</module>
<module>usecaseui-monitor</module>
<module>usecaseui-lcm</module>
@@ -67,5 +67,4 @@
</plugins>
</pluginManagement>
</build>
-
</project>
diff --git a/usecaseui-common/pom.xml b/usecaseui-common/pom.xml
index 29ecc989..9b5b0730 100644
--- a/usecaseui-common/pom.xml
+++ b/usecaseui-common/pom.xml
@@ -16,7 +16,6 @@
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.usecase-ui</groupId>
@@ -24,6 +23,7 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
+ <modelVersion>4.0.0</modelVersion>
<groupId>org.onap.usecase-ui</groupId>
<artifactId>usecaseui-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>