diff options
-rwxr-xr-x | INFO.yaml | 5 | ||||
-rw-r--r-- | checkstyle/pom.xml | 4 | ||||
-rw-r--r-- | csit/plans/cps/test.properties | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -67,6 +67,11 @@ committers: company: 'Bell Canada' id: 'renukumari' timezone: 'America/Toronto' + - name: 'Joseph Keenan' + email: 'joseph.keenan@est.tech' + company: 'Ericsson Software Technology' + id: 'JosephKeenan' + timezone: 'Europe/Dublin' repositories: - cps tsc: diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index bd343683b2..8d11742000 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -91,6 +91,10 @@ <argument>resources/copyright-template.txt</argument> <argument>resources/ignore-files-config.csv</argument> </arguments> + <successCodes> + <successCode>0</successCode> + <successCode>1</successCode> + </successCodes> </configuration> </execution> </executions> diff --git a/csit/plans/cps/test.properties b/csit/plans/cps/test.properties index 53b7d40d0b..47bb43b0a1 100644 --- a/csit/plans/cps/test.properties +++ b/csit/plans/cps/test.properties @@ -23,4 +23,4 @@ DMI_SERVICE_URL=http://$LOCAL_IP:$DMI_PORT DOCKER_REPO=nexus3.onap.org:10003 CPS_VERSION=latest -DMI_VERSION=1.1.0-SNAPSHOT-latest
\ No newline at end of file +DMI_VERSION=1.2.0-SNAPSHOT-latest
\ No newline at end of file |