Changing copycat version to 0.5.0.onos
Also, removing snapshot repo for dependencies. Change-Id: I8e69f3a7793c85f1a48d76a11bf1498399d7f4aa
Showing
2 changed files
with
13 additions
and
29 deletions
| ... | @@ -77,7 +77,7 @@ | ... | @@ -77,7 +77,7 @@ |
| 77 | <properties> | 77 | <properties> |
| 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.onos</copycat.version> |
| 81 | <openflowj.version>0.9.0.onos</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> |
| ... | @@ -90,14 +90,6 @@ | ... | @@ -90,14 +90,6 @@ |
| 90 | </snapshotRepository> | 90 | </snapshotRepository> |
| 91 | </distributionManagement> | 91 | </distributionManagement> |
| 92 | 92 | ||
| 93 | - <!--- Needed for copycat. Remove before official release --> | ||
| 94 | - <repositories> | ||
| 95 | - <repository> | ||
| 96 | - <id>snapshots</id> | ||
| 97 | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
| 98 | - </repository> | ||
| 99 | - </repositories> | ||
| 100 | - | ||
| 101 | <dependencyManagement> | 93 | <dependencyManagement> |
| 102 | <dependencies> | 94 | <dependencies> |
| 103 | <dependency> | 95 | <dependency> | ... | ... |
| ... | @@ -37,27 +37,19 @@ | ... | @@ -37,27 +37,19 @@ |
| 37 | <artifactId>concurrent-trees</artifactId> | 37 | <artifactId>concurrent-trees</artifactId> |
| 38 | </dependency> | 38 | </dependency> |
| 39 | 39 | ||
| 40 | - <dependency> | 40 | + <dependency> |
| 41 | - <!-- FIXME once fixes get merged to upstream --> | 41 | + <!-- FIXME once fixes get merged to upstream --> |
| 42 | - <groupId>org.onosproject</groupId> | 42 | + <groupId>org.onosproject</groupId> |
| 43 | - <artifactId>copycat-api</artifactId> | 43 | + <artifactId>copycat-api</artifactId> |
| 44 | - <version>${copycat.version}</version> | 44 | + <version>${copycat.version}</version> |
| 45 | - </dependency> | 45 | + </dependency> |
| 46 | - | ||
| 47 | - <dependency> | ||
| 48 | - <!-- FIXME once fixes get merged to upstream --> | ||
| 49 | - <groupId>org.onosproject</groupId> | ||
| 50 | - <artifactId>copycat-core</artifactId> | ||
| 51 | - <version>${copycat.version}</version> | ||
| 52 | - </dependency> | ||
| 53 | - | ||
| 54 | - <dependency> | ||
| 55 | - <!-- FIXME once fixes get merged to upstream --> | ||
| 56 | - <groupId>org.onosproject</groupId> | ||
| 57 | - <artifactId>copycat-netty</artifactId> | ||
| 58 | - <version>${copycat.version}</version> | ||
| 59 | - </dependency> | ||
| 60 | 46 | ||
| 47 | + <dependency> | ||
| 48 | + <!-- FIXME once fixes get merged to upstream --> | ||
| 49 | + <groupId>org.onosproject</groupId> | ||
| 50 | + <artifactId>copycat-core</artifactId> | ||
| 51 | + <version>${copycat.version}</version> | ||
| 52 | + </dependency> | ||
| 61 | </dependencies> | 53 | </dependencies> |
| 62 | 54 | ||
| 63 | <build> | 55 | <build> | ... | ... |
-
Please register or login to post a comment