Skip to content

Commit 1feba69

Browse files
committed
Merge branch 'master' of https://github.com/tuxdevelop/master
2 parents a519f1b + a1c38c1 commit 1feba69

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
<artifactId>maven-compiler-plugin</artifactId>
6868
<version>${maven-compiler-plugin.version}</version>
6969
<configuration>
70-
<source>1.6</source>
71-
<target>1.6</target>
70+
<source>1.7</source>
71+
<target>1.7</target>
7272
<encoding>UTF-8</encoding>
7373
<showDeprecation>true</showDeprecation>
7474
<showWarnings>true</showWarnings>

0 commit comments

Comments
 (0)