summaryrefslogtreecommitdiffstats
path: root/pomba/network-discovery-api
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-01 14:26:23 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-05-01 14:26:23 -0400
commit6b1320519eb99e3d929a6780163a0ebbaeea14ed (patch)
treeff5ee8c606bd5a7e0c75ca608550d9f14f064373 /pomba/network-discovery-api
parent273c1c6817247bd3e87f865e3d80f548d84138ff (diff)
Fix versions1.5.1
Versions were set inconsistently in sdnc/apps - entire repo needs to have the same version number. Change-Id: I69cf0dd73cfaf2762f5fce7d0e9ff43fffd14709 Issue-ID: CCSDK-1222 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pomba/network-discovery-api')
-rw-r--r--pomba/network-discovery-api/pom.xml54
1 files changed, 27 insertions, 27 deletions
diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml
index d3db665..6a8ea24 100644
--- a/pomba/network-discovery-api/pom.xml
+++ b/pomba/network-discovery-api/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
<groupId>org.onap.sdnc.apps.pomba</groupId>
<artifactId>network-discovery-api</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<name>Network Discovery API</name>
<dependencies>
@@ -49,31 +49,31 @@ limitations under the License.
<version>2.9.6</version>
<scope>test</scope>
</dependency>
- </dependencies>
- <profiles>
- <profile>
- <id>nexus-staging</id>
- <activation>
- <property>
- <name>!altDeploymentRepository</name>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>https://nexus.onap.org</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
+ </dependencies>
+ <profiles>
+ <profile>
+ <id>nexus-staging</id>
+ <activation>
+ <property>
+ <name>!altDeploymentRepository</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>https://nexus.onap.org</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>