aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-24 21:04:36 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-24 21:04:36 +0000
commit3618eba7d4d60d47444fdaf2409a3cff6c032a64 (patch)
treec22ad8322f1ec20cf6cd5d6861b32af2cd25333e /cds-ui
parent7ef5754c4f769e7a2acd89120c00927b87dfdae4 (diff)
parenta76ceb4fec109c0dc238fb552f03999829d19540 (diff)
Merge "Fixed project structure errors that broke build"
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/pom.xml27
-rw-r--r--cds-ui/server/pom.xml25
2 files changed, 19 insertions, 33 deletions
diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml
index cd9a21d45..573ab1fbb 100644
--- a/cds-ui/client/pom.xml
+++ b/cds-ui/client/pom.xml
@@ -21,9 +21,17 @@ 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.ccsdk.cds</groupId>
+ <artifactId>controller-design-studio</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../..</relativePath>
+ </parent>
+
<groupId>org.onap.ccsdk.cds</groupId>
- <artifactId>controller-design-studio</artifactId>
- <version>1.0.0</version>
+ <artifactId>controller-design-studio-client</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>cds-ui</name>
@@ -34,21 +42,6 @@ limitations under the License.
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
</properties>
- <!-- ================================================================================== -->
- <!-- Distribution Management Sites -->
- <!-- ================================================================================== -->
- <distributionManagement>
- <repository>
- <id>ecomp-releases</id>
- <name>openecomp-repository-releases</name>
- <url>${onap.nexus.url}/content/repositories/releases</url>
- </repository>
- <snapshotRepository>
- <id>ecomp-snapshots</id>
- <name>openecomp-repository-snapshots</name>
- <url>${onap.nexus.url}/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
<build>
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml
index 8b9c4218b..bac8b03d2 100644
--- a/cds-ui/server/pom.xml
+++ b/cds-ui/server/pom.xml
@@ -21,9 +21,17 @@ 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.ccsdk.cds</groupId>
+ <artifactId>controller-design-studio</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../..</relativePath>
+ </parent>
+
<groupId>org.onap.ccsdk.cds.server</groupId>
<artifactId>controller-design-studio-server</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>cds-ui-server</name>
@@ -34,21 +42,6 @@ limitations under the License.
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
</properties>
- <!-- ================================================================================== -->
- <!-- Distribution Management Sites -->
- <!-- ================================================================================== -->
- <distributionManagement>
- <repository>
- <id>ecomp-releases</id>
- <name>openecomp-repository-releases</name>
- <url>${onap.nexus.url}/content/repositories/releases</url>
- </repository>
- <snapshotRepository>
- <id>ecomp-snapshots</id>
- <name>openecomp-repository-snapshots</name>
- <url>${onap.nexus.url}/content/repositories/snapshots</url>
- </snapshotRepository>
- </distributionManagement>
<build>