[SDFAB-905] Update snapshots and use snapshots
Change-Id: I2fce4416ec4f55e1297d8bba7901aaa5d74b08d2
diff --git a/app/pom.xml b/app/pom.xml
index 328cbb1..fa0d2a8 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -52,7 +52,7 @@
</api.description>
<api.package>org.onosproject.t3.rest</api.package>
- <trellis.api.version>3.1.0-SNAPSHOT</trellis.api.version>
+ <trellis.api.version>3.2.0-SNAPSHOT</trellis.api.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 7e2511f..51af8eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.onosproject</groupId>
<artifactId>onos-dependencies</artifactId>
- <version>2.5.5-rc1</version>
+ <version>2.5.6-SNAPSHOT</version>
</parent>
<groupId>org.onosproject</groupId>
@@ -95,6 +95,18 @@
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>snapshots</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>always</updatePolicy>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>