Brian O'Connor
Committed by Gerrit Code Review

adding staging repository before release

Change-Id: I49123dcca6c104e6d7ad7b3d3a30d75dc01f1082
Showing 1 changed file with 9 additions and 0 deletions
...@@ -29,6 +29,15 @@ ...@@ -29,6 +29,15 @@
29 <version>1</version> 29 <version>1</version>
30 <relativePath>tools/build/pom.xml</relativePath> 30 <relativePath>tools/build/pom.xml</relativePath>
31 </parent> 31 </parent>
32 +
33 + <!-- FIXME remove before release -->
34 + <repositories>
35 + <repository>
36 + <id>oss-staging</id>
37 + <name>OSS Staging</name>
38 + <url>https://oss.sonatype.org/content/groups/staging</url>
39 + </repository>
40 + </repositories>
32 41
33 <groupId>org.onosproject</groupId> 42 <groupId>org.onosproject</groupId>
34 <artifactId>onos</artifactId> 43 <artifactId>onos</artifactId>
......