Committed by
Gerrit Code Review
Updating openflowj (0.4.0.onos) and removing snapshot repo
Change-Id: Ic03b483f690115b691f27172fad98c11b13ce3da
Showing
1 changed file
with
1 additions
and
9 deletions
... | @@ -72,7 +72,7 @@ | ... | @@ -72,7 +72,7 @@ |
72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
73 | <netty4.version>4.0.23.Final</netty4.version> | 73 | <netty4.version>4.0.23.Final</netty4.version> |
74 | <copycat.version>0.4.1.onos</copycat.version> | 74 | <copycat.version>0.4.1.onos</copycat.version> |
75 | - <openflowj.version>0.3.10.oe-SNAPSHOT</openflowj.version> | 75 | + <openflowj.version>0.4.0.onos</openflowj.version> |
76 | <karaf.version>3.0.3</karaf.version> | 76 | <karaf.version>3.0.3</karaf.version> |
77 | <jersey.version>1.19</jersey.version> | 77 | <jersey.version>1.19</jersey.version> |
78 | </properties> | 78 | </properties> |
... | @@ -84,14 +84,6 @@ | ... | @@ -84,14 +84,6 @@ |
84 | </snapshotRepository> | 84 | </snapshotRepository> |
85 | </distributionManagement> | 85 | </distributionManagement> |
86 | 86 | ||
87 | - <!--- FIXME Needed for copycat. Remove before official release --> | ||
88 | - <repositories> | ||
89 | - <repository> | ||
90 | - <id>snapshots</id> | ||
91 | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
92 | - </repository> | ||
93 | - </repositories> | ||
94 | - | ||
95 | <dependencyManagement> | 87 | <dependencyManagement> |
96 | <dependencies> | 88 | <dependencies> |
97 | <dependency> | 89 | <dependency> | ... | ... |
-
Please register or login to post a comment