diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-22 13:06:41 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-22 11:17:02 +0000 |
commit | a403bf35b5ea711207ba23cdee1bf3f91d0ad473 (patch) | |
tree | bc9d62b1a8301e77ef0111283e6775b61ad73699 /pom.xml | |
parent | 7db40ac5a55b688cae3335d9f62ca831e604b32f (diff) |
Fix ci project pom
Fix version for dcae-dt-property
Change-Id: Ic9f7f83519539aafd88c6355ba68b22fc9ce2cbc
Issue-ID: SDC-1339
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 82 |
1 files changed, 41 insertions, 41 deletions
@@ -1,7 +1,7 @@ <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> - <groupId>org.onap.sdc.dcae-ci-tests</groupId> + <groupId>org.onap.sdc.dcae-d.ci</groupId> <artifactId>dcae-ci-tests</artifactId> <version>1.2.0-SNAPSHOT</version> <name>DCAE Tests</name> @@ -15,9 +15,9 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <nexus.proxy>https://nexus.onap.org</nexus.proxy> <staging.profile.id>176c31dfe190a</staging.profile.id> - <httpclient.version>4.5.5</httpclient.version> - <snakeyaml.version>1.21</snakeyaml.version> - <slf4j.version>1.7.25</slf4j.version> + <httpclient.version>4.5.5</httpclient.version> + <snakeyaml.version>1.21</snakeyaml.version> + <slf4j.version>1.7.25</slf4j.version> </properties> <dependencies> @@ -32,7 +32,7 @@ <dependency> <groupId>org.onap.sdc.dcae-d.dt-be-property</groupId> <artifactId>DCAE-DT-PROPERTY</artifactId> - <version>${project.version}</version> + <version>1.2.0-SNAPSHOT</version> </dependency> <!-- Snake Yaml --> @@ -140,41 +140,41 @@ </plugins> </build> - <repositories> - <!-- LF repositories --> - <repository> - <id>ecomp-releases</id> - <name>Release Repository</name> - <url>${nexus.proxy}/content/repositories/releases/</url> - </repository> - <repository> - <id>ecomp-snapshots</id> - <name>Snapshots Repository</name> - <url>${nexus.proxy}/content/repositories/snapshots/</url> - </repository> - <repository> - <id>ecomp-public</id> - <name>Public Repository</name> - <url>${nexus.proxy}/content/repositories/public/</url> - </repository> - <!-- LF repositories END--> - </repositories> - - <distributionManagement> - <repository> - <id>ecomp-releases</id> - <name>Release Repository</name> - <url>${nexus.proxy}/content/repositories/releases/</url> - </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>Snapshot Repository</name> - <url>${nexus.proxy}/content/repositories/snapshots/</url> - </snapshotRepository> - <site> - <id>ecomp-site</id> - <url>dav:${nexus.proxy}${sitePath}</url> - </site> - </distributionManagement> + <repositories> + <!-- LF repositories --> + <repository> + <id>ecomp-releases</id> + <name>Release Repository</name> + <url>${nexus.proxy}/content/repositories/releases/</url> + </repository> + <repository> + <id>ecomp-snapshots</id> + <name>Snapshots Repository</name> + <url>${nexus.proxy}/content/repositories/snapshots/</url> + </repository> + <repository> + <id>ecomp-public</id> + <name>Public Repository</name> + <url>${nexus.proxy}/content/repositories/public/</url> + </repository> + <!-- LF repositories END--> + </repositories> + + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>Release Repository</name> + <url>${nexus.proxy}/content/repositories/releases/</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>Snapshot Repository</name> + <url>${nexus.proxy}/content/repositories/snapshots/</url> + </snapshotRepository> + <site> + <id>ecomp-site</id> + <url>dav:${nexus.proxy}${sitePath}</url> + </site> + </distributionManagement> </project> |