summaryrefslogtreecommitdiffstats
path: root/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
diff options
context:
space:
mode:
authorAbhai Singh <Abhai.Singh@amdocs.com>2017-09-28 19:37:54 +0530
committerAbhai Singh <Abhai.Singh@amdocs.com>2017-09-29 12:18:52 +0530
commit8789ac428adbb5d5782bfa93a0baebc9070f3ac7 (patch)
tree4886d82633d974c46f96071ba8cf28be9d28fac4 /appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
parente4894932713469508bbb68fdb4b8d8cfcb0a4076 (diff)
[APPC-246] Updating SDC Listener with unit test
Created new test classes for SDC-Listener. Contains changes reverted by Patrick. Issue-Id :APPC-246 Change-Id: I593b23bae44db0046f513f4b6a159a86bf8cc885 Signed-off-by: Abhai Singh <Abhai.Singh@amdocs.com>
Diffstat (limited to 'appc-sdc-listener/appc-sdc-listener-bundle/pom.xml')
-rw-r--r--appc-sdc-listener/appc-sdc-listener-bundle/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
index f467b61dd..e10c1e423 100644
--- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
+++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml
@@ -226,8 +226,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<artifactId>maven-compiler-plugin</artifactId>
<!-- <inherited>true</inherited> -->
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>