From 647540b3d7bea3e05baa4c2f84b19b337974162a Mon Sep 17 00:00:00 2001 From: zm330 Date: Wed, 9 Sep 2020 15:10:13 +0800 Subject: Update AAI schema version Issue-ID: SO-2963 Signed-off-by: zm330 Change-Id: I24ff43f3d7a3e617b51f59c402719073065d5692 --- .../__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json index 9b32a4c446..8e4e3632e9 100644 --- a/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json +++ b/bpmn/MSOCommonBPMN/src/test/resources/__files/ExecuteBuildingBlock/aaiL3NetworkInputWithSubnets.json @@ -72,7 +72,7 @@ "aggregateRoutes": { "aggregateRoute": [ { - "routeId": "routeId", + "aggRouteId": "routeId", "networkStartAddress": "10.80.12.0", "cidrMask": "23", "ipVersion": "4" diff --git a/pom.xml b/pom.xml index e8abf261c3..0eff35b7fa 100644 --- a/pom.xml +++ b/pom.xml @@ -962,7 +962,7 @@ org.onap.aai.schema-service aai-schema - 1.7.2 + 1.7.8 -- cgit 1.2.3-korg amsterdam SO OpenStack Java SDKGrokmirror user
summaryrefslogtreecommitdiffstats
blob: 324dc3ce2ace44c2bc7786be2b10e02dfbacaf40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51