summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 41750d7..2b2b1e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>pm-mapper</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.2-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -233,13 +233,23 @@
</configuration>
</execution>
<execution>
+ <id>latest-snapshot</id>
+ <phase>none</phase>
+ <goals>
+ <goal>tag</goal>
+ </goals>
+ <configuration>
+ <tag>latest-snapshot</tag>
+ </configuration>
+ </execution>
+ <execution>
<id>push-latest</id>
<phase>none</phase>
<goals>
<goal>push</goal>
</goals>
<configuration>
- <tag>latest</tag>
+ <tag>latest-snapshot</tag>
</configuration>
</execution>
<execution>