aboutsummaryrefslogtreecommitdiffstats
path: root/hc-settings.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-03-24 14:05:59 -0400
committerMarco Platania <platania@research.att.com>2017-03-24 14:06:23 -0400
commit15e20e6df30e52211387815f7349092c1426a585 (patch)
tree453471461dcb85be7e2f8ba9c4df23a9d0efd58f /hc-settings.xml
parent97cb6ae906e8328c7ef785cd7f349cf56ff9489f (diff)
update version number in version.properties
Change-Id: I50187cd9da10939554a3290609bcdc82bc8ea8d4 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'hc-settings.xml')
-rw-r--r--hc-settings.xml84
1 files changed, 84 insertions, 0 deletions
diff --git a/hc-settings.xml b/hc-settings.xml
new file mode 100644
index 00000000..65fd852e
--- /dev/null
+++ b/hc-settings.xml
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
+
+<profiles>
+ <profile>
+ <id>fd.io-release</id>
+ <repositories>
+ <repository>
+ <id>fd.io-mirror</id>
+ <name>fd.io-mirror</name>
+ <url>https://nexus.fd.io/content/groups/public/</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>fd.io-mirror</id>
+ <name>fd.io-mirror</name>
+ <url>https://nexus.fd.io/content/repositories/public/</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+
+ <profile>
+ <id>opendaylight-release</id>
+ <repositories>
+ <repository>
+ <id>opendaylight-release</id>
+ <name>opendaylight-release</name>
+ <url>https://nexus.opendaylight.org/content/repositories/opendaylight/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>opendaylight-release</id>
+ <name>opendaylight-release</name>
+ <url>https://nexus.opendaylight.org/content/repositories/opendaylight/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ </profile>
+ </profiles>
+
+ <activeProfiles>
+ <activeProfile>fd.io-release</activeProfile>
+ <activeProfile>opendaylight-release</activeProfile>
+ </activeProfiles>
+
+ <servers>
+ <server>
+ <id>nexus</id>
+ <username>ecomp_os</username>
+ <password>peg64suk</password>
+ </server>
+ </servers>
+
+</settings>