Thomas Vachuska

Bumping dependency on release version of openflowj-0.9.2.onos

Change-Id: I437b731c0f9188686391a9992f59d03f8c27cb1a
Showing 1 changed file with 1 additions and 9 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.2.onos-SNAPSHOT</openflowj.version> 82 + <openflowj.version>0.9.2.onos</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,14 +101,6 @@ ...@@ -101,14 +101,6 @@
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 -
112 <dependencyManagement> 104 <dependencyManagement>
113 <dependencies> 105 <dependencies>
114 <dependency> 106 <dependency>
......