summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xINFO.yaml5
-rw-r--r--checkstyle/pom.xml4
-rw-r--r--csit/plans/cps/test.properties2
3 files changed, 10 insertions, 1 deletions
diff --git a/INFO.yaml b/INFO.yaml
index 279ec8504..610fd0ed8 100755
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -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 bd343683b..8d1174200 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 53b7d40d0..47bb43b0a 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