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 @@ ...@@ -79,7 +79,7 @@
79 <!-- TODO: replace with final release version when it is out --> 79 <!-- TODO: replace with final release version when it is out -->
80 <atomix.version>1.0.0-rc2</atomix.version> 80 <atomix.version>1.0.0-rc2</atomix.version>
81 <copycat.version>0.5.1.onos</copycat.version> 81 <copycat.version>0.5.1.onos</copycat.version>
82 - <openflowj.version>0.9.1.onos</openflowj.version> 82 + <openflowj.version>0.9.2.onos-SNAPSHOT</openflowj.version>
83 <onos-maven-plugin.version>1.8</onos-maven-plugin.version> 83 <onos-maven-plugin.version>1.8</onos-maven-plugin.version>
84 <osgi.version>4.3.1</osgi.version> 84 <osgi.version>4.3.1</osgi.version>
85 <karaf.version>3.0.5</karaf.version> 85 <karaf.version>3.0.5</karaf.version>
...@@ -101,6 +101,14 @@ ...@@ -101,6 +101,14 @@
101 </snapshotRepository> 101 </snapshotRepository>
102 </distributionManagement> 102 </distributionManagement>
103 103
104 + <!-- FIXME remove before Falcon release -->
105 + <repositories>
106 + <repository>
107 + <id>snapshots</id>
108 + <url>https://oss.sonatype.org/content/repositories/snapshots</url>
109 + </repository>
110 + </repositories>
111 +
104 <dependencyManagement> 112 <dependencyManagement>
105 <dependencies> 113 <dependencies>
106 <dependency> 114 <dependency>
......