aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2019-05-09 02:15:16 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-09 02:15:16 +0000
commit6fac8dc23afc377283021f5856c1cbe8ae49cba9 (patch)
tree34f88fe07d140ec8843fb5169f5749df6913b278 /pom.xml
parent61897e10d54f4979a1fc6cce863f19e6ba10445f (diff)
parent28a684276bad272a08dca739c5951e25011ecfd9 (diff)
Merge "bump version to 1.2.5"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 4c809ed..e5a13db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,12 +23,12 @@
<artifactId>oparent</artifactId>
<version>1.2.0</version>
</parent>
-
+
<groupId>org.onap.msb.discovery</groupId>
<artifactId>msb-discovery-parent</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.5-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>msb-discovery</name>
+ <name>msb-discovery</name>
<properties>
@@ -48,7 +48,7 @@
<dockerFileDir>src/main/docker</dockerFileDir>
<blueprintFileDir>src/main/blueprint</blueprintFileDir>
<version.output>target/version</version.output>
-
+
<onap.nexus.javadocs-url>dav:https://nexus.onap.org/content/sites/site/org/onap/msb/discovery/${project.version}</onap.nexus.javadocs-url>
</properties>
@@ -63,9 +63,9 @@
<site>
<id>ecomp-site</id>
<url>${onap.nexus.javadocs-url}</url>
- </site>
+ </site>
</distributionManagement>
-
+
<build>
<resources>
<resource>
@@ -92,7 +92,7 @@
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
</plugin>
-
+
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.6.1</version>
@@ -160,8 +160,8 @@
</plugin>
</plugins>
</pluginManagement>
- </build>
-
+ </build>
+
</project>