summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-03-04 15:54:21 +0100
committerManuel Bentele2021-03-04 15:54:21 +0100
commit6cd0d4997dd57ed40306b27d069a41a3a5c6acd1 (patch)
tree018b4048d0781080a3cefad2b071f1c2a08a8b68 /pom.xml
parentUnconditionally send Auth header to IdP (diff)
downloadecp-client-lean-6cd0d4997dd57ed40306b27d069a41a3a5c6acd1.tar.gz
ecp-client-lean-6cd0d4997dd57ed40306b27d069a41a3a5c6acd1.tar.xz
ecp-client-lean-6cd0d4997dd57ed40306b27d069a41a3a5c6acd1.zip
Add support for Java 8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8499597..42c5fd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,8 +27,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>