Update pomba versioning for Dublin 13/78313/3
authorNorm Traxler <normant@amdocs.com>
Tue, 12 Feb 2019 15:57:40 +0000 (15:57 +0000)
committerNorm Traxler <normant@amdocs.com>
Tue, 12 Feb 2019 20:00:59 +0000 (20:00 +0000)
Issue-ID: SDNC-637
Moving version Back to the Future
Note: 1.4.2 is used for Casablanca release, so moving ahead to 1.5.0
Adding port description attribute

Change-Id: I4b5526b1151603a1872df1cc6584ba0810685b0c
Signed-off-by: Norm Traxler <normant@amdocs.com>
pomba/network-discovery-api/pom.xml
pomba/network-discovery-api/version.properties
pomba/network-discovery/config/jolt/port.json
pomba/network-discovery/pom.xml
pomba/network-discovery/src/test/resources/jolt/port-expected.json
pomba/network-discovery/src/test/resources/jolt/port-input.json
pomba/network-discovery/version.properties
pomba/pom.xml
pomba/service-decomposition/pom.xml
pomba/service-decomposition/version.properties
pomba/version.properties

index 2e6a470..2bd2139 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
 
     <groupId>org.onap.sdnc.apps.pomba</groupId>
     <artifactId>network-discovery-api</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <name>Network Discovery API</name>
 
     <dependencies>
index a254b21..99af342 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
+minor=5
 patch=0
 
 base_version=${major}.${minor}.${patch}
index 99597b5..b702dcd 100644 (file)
@@ -6,6 +6,7 @@
         "id": "id",
         "name": "name",
         "admin_state_up": "tempList[].adminStateUp",
+        "description" : "tempList[].description",
         "mac_address" : "tempList[].macAddress"
       }
     }
index 2ea5b48..2b5a2fc 100644 (file)
@@ -22,7 +22,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.sdnc.apps.pomba</groupId>
         <artifactId>pomba</artifactId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.5.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index 33f6dc1..772933b 100644 (file)
     "dataQuality" : {\r
       "status" : "ok"\r
     }\r
+  }, {\r
+    "name" : "description",\r
+    "value" : "Port description",\r
+    "dataQuality" : {\r
+      "status" : "ok"\r
+    }\r
   }, {\r
     "name" : "macAddress",\r
     "value" : "fa:16:3e:ff:f7:af",\r
index 7e3e59b..874abc9 100644 (file)
@@ -2,7 +2,7 @@
     "port": {
         "status": "ACTIVE",
         "binding:host_id": "Setup-D2-OTT-A-Master",
-        "description": "",
+        "description": "Port description",
         "allowed_address_pairs": [],
         "tags": [],
         "extra_dhcp_opts": [],
index a254b21..99af342 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
+minor=5
 patch=0
 
 base_version=${major}.${minor}.${patch}
index bb794a6..6bff075 100644 (file)
@@ -28,7 +28,7 @@ limitations under the License.
 
     <groupId>org.onap.sdnc.apps.pomba</groupId>
     <artifactId>pomba</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
index 79b1980..e8a3c0d 100644 (file)
@@ -23,7 +23,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.sdnc.apps.pomba</groupId>
         <artifactId>pomba</artifactId>
-        <version>1.4.1-SNAPSHOT</version>
+        <version>1.5.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
index a254b21..99af342 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
+minor=5
 patch=0
 
 base_version=${major}.${minor}.${patch}
index a254b21..99af342 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
+minor=5
 patch=0
 
 base_version=${major}.${minor}.${patch}