Skip to content

Commit

Permalink
Update pom.xml for version 1.6 property
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan committed Aug 28, 2018
1 parent ef154ef commit 9b9640b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grouper-to-midpoint-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>edu.unc.tier</groupId>
<artifactId>groupermidpoint</artifactId>
Expand Down

0 comments on commit 9b9640b

Please sign in to comment.