diff options
author | Dan Timoney <dtimoney@att.com> | 2021-02-05 12:44:55 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-02-05 13:18:46 -0500 |
commit | 1618d5c24a05253bcddb13a510eb18f1742d6d8c (patch) | |
tree | 6d70fc71e52bfe54c8ce83f08de30d37c9901a6c /pom.xml | |
parent | 8f77d7fe0dd148054ed048642bf87ee7724dc2be (diff) |
Update for ODL Aluminum
Update sdnc docker containers for ODL Aluminum release version
Change-Id: Ibef207c7e7a5730543f4ab3c601395159bfbcb1a
Issue-ID: SDNC-1476
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 8b0557634763a74cc4c4ab1e8402abf939b2068b
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 72 |
1 files changed, 36 insertions, 36 deletions
@@ -5,8 +5,8 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.1.0</version> - <relativePath/> + <version>2.1.1-SNAPSHOT</version> + <relativePath /> </parent> <groupId>org.onap.sdnc.oam</groupId> @@ -27,11 +27,11 @@ </modules> <scm> - <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection> - <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection> - <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-oam/browse</url> - <tag>HEAD</tag> - </scm> + <connection>scm:git:ssh://git@${onap.git.host}/sdnc-oam.git</connection> + <developerConnection>scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-oam.git</developerConnection> + <url>${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-oam/browse</url> + <tag>HEAD</tag> + </scm> <issueManagement> <system>JIRA</system> <url>https://jira.onap.org/</url> @@ -42,8 +42,8 @@ </ciManagement> <distributionManagement> <site> - <id>sdnc-javadoc</id> - <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> + <id>sdnc-javadoc</id> + <url>dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version}</url> </site> </distributionManagement> @@ -77,38 +77,38 @@ </property> </activation> <build> - <plugins> - <plugin> - <groupId>com.blackducksoftware.integration</groupId> - <artifactId>hub-maven-plugin</artifactId> - <version>1.4.0</version> - <inherited>false</inherited> - <configuration> - <hubProjectName>${project.name}</hubProjectName> - <outputDirectory>${project.basedir}</outputDirectory> - </configuration> - <executions> - <execution> - <id>create-bdio-file</id> - <phase>package</phase> - <goals> - <goal>createHubOutput</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> + <plugins> + <plugin> + <groupId>com.blackducksoftware.integration</groupId> + <artifactId>hub-maven-plugin</artifactId> + <version>1.4.0</version> + <inherited>false</inherited> + <configuration> + <hubProjectName>${project.name}</hubProjectName> + <outputDirectory>${project.basedir}</outputDirectory> + </configuration> + <executions> + <execution> + <id>create-bdio-file</id> + <phase>package</phase> + <goals> + <goal>createHubOutput</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> </build> </profile> - <profile> - <id>docker</id> - <modules> - <module>installation</module> - </modules> - </profile> + <profile> + <id>docker</id> + <modules> + <module>installation</module> + </modules> + </profile> </profiles> </project> |