aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRam Krishna Verma <ram.krishna.verma@est.tech>2019-08-09 14:51:50 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-09 14:51:50 +0000
commit6203d19345c38dbfb6136ea6754bb11ca09fa90b (patch)
tree6b3d40516dc530129c82dfded01fdea00cda57a8
parentd7f9574986345d5a3eafe097c1c2afd15fb8930c (diff)
parent78be59da35c8c4dc15335cb92fad5811ad6c9b97 (diff)
Merge "Review maven dependency for snakeyaml"
-rw-r--r--plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml1
-rw-r--r--pom.xml2
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml
index 8df369dd9..d563fb438 100644
--- a/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml
+++ b/plugins/plugins-event/plugins-event-protocol/plugins-event-protocol-yaml/pom.xml
@@ -37,7 +37,6 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.21</version>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index 895675784..9901a7b86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</version>
<relativePath />
</parent>