update version number in version.properties 03/2403/1
authorMarco Platania <platania@research.att.com>
Fri, 24 Mar 2017 18:05:59 +0000 (14:05 -0400)
committerMarco Platania <platania@research.att.com>
Fri, 24 Mar 2017 18:06:23 +0000 (14:06 -0400)
Change-Id: I50187cd9da10939554a3290609bcdc82bc8ea8d4
Signed-off-by: Marco Platania <platania@research.att.com>
12 files changed:
hc-settings.xml [new file with mode: 0644]
pom.xml
version.properties
vnfs/VES/pom.xml
vnfs/VESreporting_vFW/pom.xml
vnfs/VESreporting_vLB/pom.xml
vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
vnfs/vFW/pg_streams/pom.xml
vnfs/vLB/DNSClient/pom.xml
vnfs/vLB/DNSManager/pom.xml
vnfs/vLB/dns_streams/pom.xml

diff --git a/hc-settings.xml b/hc-settings.xml
new file mode 100644 (file)
index 0000000..65fd852
--- /dev/null
@@ -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>
diff --git a/pom.xml b/pom.xml
index 737a4b7..d16b681 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.openecomp.demo.vnf</groupId>
   <artifactId>demo-aggregator</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.0</version>
   <name>demo-aggregator</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index 1c6eb43..d2812bb 100644 (file)
@@ -2,7 +2,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=1
+minor=0
 patch=0
 
 base_version=${major}.${minor}.${patch}
index ca99688..27ef16f 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index 9b89913..5140b74 100644 (file)
@@ -28,7 +28,7 @@
 <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index 65ee26b..125b9bf 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
index 8304b47..9299f05 100644 (file)
@@ -26,7 +26,7 @@
 <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../../../pom.xml</relativePath>
 </parent>
 
index e582fa2..6e408b6 100755 (executable)
@@ -10,7 +10,7 @@
 <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>hc-openecomp</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../parent-pom/pom.xml</relativePath>
 </parent>
 
index 7a60ae3..6969d46 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index d4d60f8..eee23a6 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 2dda1f8..51b0943 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
index 8a508f6..45ec40e 100644 (file)
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.openecomp.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>