Brian O'Connor

Updating openflowj version to 0.9.0.onos

Also, removing the snapshots plugin repo, which was needed for onos-maven-plugin

Change-Id: Ib3c620c7f75de96a3e94b2df7bb6aaa5703baf1e
Showing 1 changed file with 1 additions and 9 deletions
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
78 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 78 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
79 <netty4.version>4.0.23.Final</netty4.version> 79 <netty4.version>4.0.23.Final</netty4.version>
80 <copycat.version>0.5.0.onos12-SNAPSHOT</copycat.version> 80 <copycat.version>0.5.0.onos12-SNAPSHOT</copycat.version>
81 - <openflowj.version>0.4.1.onos-SNAPSHOT</openflowj.version> 81 + <openflowj.version>0.9.0.onos</openflowj.version>
82 <karaf.version>3.0.3</karaf.version> 82 <karaf.version>3.0.3</karaf.version>
83 <jersey.version>1.19</jersey.version> 83 <jersey.version>1.19</jersey.version>
84 </properties> 84 </properties>
...@@ -98,14 +98,6 @@ ...@@ -98,14 +98,6 @@
98 </repository> 98 </repository>
99 </repositories> 99 </repositories>
100 100
101 - <!--- FIXME Needed for onos-maven-plugin. Remove before official release -->
102 - <pluginRepositories>
103 - <pluginRepository>
104 - <id>snapshots</id>
105 - <url>https://oss.sonatype.org/content/repositories/snapshots</url>
106 - </pluginRepository>
107 - </pluginRepositories>
108 -
109 <dependencyManagement> 101 <dependencyManagement>
110 <dependencies> 102 <dependencies>
111 <dependency> 103 <dependency>
......