aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN
AgeCommit message (Expand)AuthorFilesLines
2018-08-27Merge "is sniro request is initial or speed change"Rob Daugherty1-2/+5
2018-08-27Merge "request db access converted to rest"Rob Daugherty1-0/+3
2018-08-24Use serviceSubsriptionType in OOF Homing RequestMarcus G K Williams2-35/+20
2018-08-24request db access converted to restBenjamin, Max (mb388a)1-0/+3
2018-08-23Prod fixes August 21stBenjamin, Max (mb388a)22-98/+95
2018-08-23Merge "Prod fixes August 18th"Rob Daugherty2-7/+28
2018-08-23Merge "get service type and customer id from uri keys"Rob Daugherty1-18/+21
2018-08-23is sniro request is initial or speed changeBenjamin, Max (mb388a)1-2/+5
2018-08-23get service type and customer id from uri keysBenjamin, Max (mb388a)1-18/+21
2018-08-23update field in service decomp objectBenjamin, Max (mb388a)2-0/+109
2018-08-22Prod fixes August 18thBenjamin, Max (mb388a)2-7/+28
2018-08-21Add device resource bpmn process for ccvpn uc
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2019 Bell Canada
Modification Copyright © 2018-2019 AT&T Intellectual Property.

Unless otherwise specified, all software contained herein is licensed
under the Apache License, Version 2.0 (the License);
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.5.2-SNAPSHOT</version>
        <relativePath/>
    </parent>

    <groupId>org.onap.ccsdk.cds</groupId>
    <artifactId>parent</artifactId>
    <version>0.7.0-SNAPSHOT</version>
    <packaging>pom</packaging>

    <name>CDS Parent</name>
    <description>CCSDK Controller Design Studio</description>
    <url>https://wiki.onap.org</url>
    <organization>
        <name>ONAP</name>
    </organization>

    <modules>
        <module>ms</module>
        <module>cds-ui</module>
        <module>components</module>
    </modules>

    <properties>
634-63281/+52828
2018-07-26Remove the aria server codeseshukm1-2/+2
2018-07-25Merge "Replace printStackTrace with usage of logger"Seshu Kumar M3-8/+4
2018-07-17Merge "Set controllerType to uppercase for LCM"Seshu Kumar M2-5/+6
2018-06-29Fix build issue due to missing appc client libsMichal Kabaj1-2/+2
2018-06-13Set controllerType to uppercase for LCMElena Kuleshov2-5/+6
2018-06-03Merge "Set controllerType to DEFAULT when null."Seshu Kumar M1-0/+6
2018-05-31Set controllerType to DEFAULT when null.Elena Kuleshov1-0/+6
2018-05-31Add RegionOne_flavorList to bpmn variablesMarcus G K Williams1-0/+2
2018-05-31Fix OOF serviceResourceId bugMarcus G K Williams5-14/+23
2018-05-31Miscellaneous fixes for SO-SDNC integrationArthur Martella2-4/+4
2018-05-30Add ConfigScaleOut to ApplicationControllerActionArthur Martella1-0/+1
2018-05-30Merge "Change topics setup for LCM"Marcus Williams2-11/+6
2018-05-30Change topics setup for LCMElena Kuleshov2-11/+6
2018-05-30Merge "Correct controllerType property name"Marcus Williams1-1/+1
2018-05-30Correct controllerType property nameElena Kuleshov1-1/+1
2018-05-29Fix OOF Homing InterfaceMarcus G K Williams4-66/+145
2018-05-24Merge "Fix serviceInstanceName in Homing"Seshu Kumar M2-13/+22
2018-05-24Fix serviceInstanceName in HomingMarcus G K Williams2-13/+22
2018-05-24Replace printStackTrace with usage of loggerMichal Korman3-8/+4
2018-05-24Merge "Removing license from OOF Homing Demand"Seshu Kumar M2-12/+4
2018-05-23Removing license from OOF Homing DemandMarcus G K Williams2-12/+4
2018-05-23APPC client changes topic for controllerTypeArthur Martella1-2/+7
2018-05-23Change LCM property for SDNC topicArthur Martella1-0/+2
2018-05-22APPC client changes topic for controllerTypeArthur Martella1-2/+7
2018-05-18Merge "Fix resource building logic"Seshu Kumar M1-1/+5
cution> <id>attach-artifacts</id> <phase>package</phase> <inherited>false</inherited> <goals> <goal>attach-artifact</goal> </goals> <configuration> <artifacts> <artifact> <file>${dependency-list.file}</file> <type>txt</type> <classifier>dependencies</classifier> </artifact> </artifacts> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>