Skip to content

Commit 188a489

Browse files
committed
License Clarification #21
1 parent 2b0ebe7 commit 188a489

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
.settings/
44
target/
55
test-output/
6-
/bin/
6+
bin/
7+
chargify-webhook-java (1) (io.prowave).iml
8+
chargify-webhook-java (2) (com.prowaveconsulting).iml
9+
.idea/

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

@@ -78,8 +78,8 @@
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>
@@ -99,6 +99,9 @@
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>

0 commit comments

Comments
 (0)