Brian O'Connor

Removing snapshot repo from pom.xml

Changing copycat version to 0.4.0.onos

Change-Id: Ib6b93ba6553692140a161e2e488bcaede034e000
Showing 1 changed file with 1 additions and 9 deletions
...@@ -23,14 +23,6 @@ ...@@ -23,14 +23,6 @@
23 <maven>3.0.1</maven> 23 <maven>3.0.1</maven>
24 </prerequisites> 24 </prerequisites>
25 25
26 - <!--- Needed for copycat. Remove before official release -->
27 - <repositories>
28 - <repository>
29 - <id>snapshots</id>
30 - <url>https://oss.sonatype.org/content/repositories/snapshots</url>
31 - </repository>
32 - </repositories>
33 -
34 <parent> 26 <parent>
35 <groupId>org.onosproject</groupId> 27 <groupId>org.onosproject</groupId>
36 <artifactId>onos-base</artifactId> 28 <artifactId>onos-base</artifactId>
...@@ -78,7 +70,7 @@ ...@@ -78,7 +70,7 @@
78 <properties> 70 <properties>
79 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 71 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
80 <netty4.version>4.0.23.Final</netty4.version> 72 <netty4.version>4.0.23.Final</netty4.version>
81 - <copycat.version>0.5.0.onos-SNAPSHOT</copycat.version> 73 + <copycat.version>0.4.0.onos</copycat.version>
82 <openflowj.version>0.3.9.oe</openflowj.version> 74 <openflowj.version>0.3.9.oe</openflowj.version>
83 </properties> 75 </properties>
84 76
......