aboutsummaryrefslogtreecommitdiffstats
path: root/version.properties
blob: f9184ec4198a9980c263245ccc4711e3d798a75e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
###########################################################
# Versioning variables
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support

major=1
minor=7
patch=2

base_version=${major}.${minor}.${patch}

release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT
g.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
    "engineServiceParameters": {
        "name": "MyApexEngine",
        "version": "0.0.1",
        "id": 45,
        "instanceCount": 4,
        "deploymentPort": 12561,
        "policyModelFileName": "src/test/resources/policymodels/SamplePolicyModelMVEL.json",
        "engineParameters": {
            "executorParameters": {
                "MVEL": {
                    "parameterClassName": "org.onap.policy.apex.plugins.executor.mvel.MVELExecutorParameters"
                }
            }
        }
    },
    "eventInputParameters": {
        "FirstConsumer": {
            "carrierTechnologyParameters": {
                "carrierTechnology": "RESTCLIENT",
                "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.restclient.RESTClientCarrierTechnologyParameters",
                "parameters": {
                    "url": "http://localhost:32801/TestRest2File/apex/event/GetEmptyEvent"
                }
            },
            "eventProtocolParameters": {
                "eventProtocol": "JSON"
            }
        }
    },
    "eventOutputParameters": {
        "FirstProducer": {
            "carrierTechnologyParameters": {
                "carrierTechnology": "FILE",
                "parameters": {
                    "fileName": "src/test/resources/events/EventsOut.json"
                }
            },
            "eventProtocolParameters": {
                "eventProtocol": "JSON"
            }
        }
    }
}