Committed by
Gerrit Code Review
Changed root pom.xml to point to 0.5.0.onos12-SHAPSHOT in order to pickup latest CopyCat fixes.
Change-Id: Ia8e824d9b492e66007abf53091a03c69536135e3
Showing
1 changed file
with
9 additions
and
1 deletions
... | @@ -71,7 +71,7 @@ | ... | @@ -71,7 +71,7 @@ |
71 | <properties> | 71 | <properties> |
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.5.0.onos12-SNAPSHOT</copycat.version> |
75 | <openflowj.version>0.4.0.onos</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> |
... | @@ -84,6 +84,14 @@ | ... | @@ -84,6 +84,14 @@ |
84 | </snapshotRepository> | 84 | </snapshotRepository> |
85 | </distributionManagement> | 85 | </distributionManagement> |
86 | 86 | ||
87 | + <!--- 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 | + | ||
87 | <dependencyManagement> | 95 | <dependencyManagement> |
88 | <dependencies> | 96 | <dependencies> |
89 | <dependency> | 97 | <dependency> | ... | ... |
-
Please register or login to post a comment