File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33.settings /
44target /
55test-output /
6- /bin /
6+ bin /
7+ chargify-webhook-java (1) (io.prowave).iml
8+ chargify-webhook-java (2) (com.prowaveconsulting).iml
9+ .idea /
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33
44 <modelVersion >4.0.0</modelVersion >
55
7878 <artifactId >maven-compiler-plugin</artifactId >
7979 <version >${maven-compiler-plugin} </version >
8080 <configuration >
81- <source >1.7 </source >
82- <target >1.7 </target >
81+ <source >1.8 </source >
82+ <target >1.8 </target >
8383 </configuration >
8484 </plugin >
8585 <plugin >
9999 <groupId >org.apache.maven.plugins</groupId >
100100 <artifactId >maven-javadoc-plugin</artifactId >
101101 <version >${maven-javadoc-plugin} </version >
102+ <configuration >
103+ <source >1.8</source >
104+ </configuration >
102105 <executions >
103106 <execution >
104107 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments