Brian O'Connor
Committed by Gerrit Code Review

Moving openflowj to 0.9.2-SNAPSHOT

Change-Id: I6daee2aac9690b28b4f826b1515f7dd14eea92f9
Showing 1 changed file with 9 additions and 1 deletions
......@@ -79,7 +79,7 @@
<!-- TODO: replace with final release version when it is out -->
<atomix.version>1.0.0-rc2</atomix.version>
<copycat.version>0.5.1.onos</copycat.version>
<openflowj.version>0.9.1.onos</openflowj.version>
<openflowj.version>0.9.2.onos-SNAPSHOT</openflowj.version>
<onos-maven-plugin.version>1.8</onos-maven-plugin.version>
<osgi.version>4.3.1</osgi.version>
<karaf.version>3.0.5</karaf.version>
......@@ -101,6 +101,14 @@
</snapshotRepository>
</distributionManagement>
<!-- FIXME remove before Falcon release -->
<repositories>
<repository>
<id>snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
......