Skip to content

Commit 488c2fa

Browse files
committed
Update pom.xml
1 parent fefbbcd commit 488c2fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Most of these wrappers are created automatically by JNAerator.
274274
<maxmemory>512</maxmemory>
275275
<breakiterator>true</breakiterator>
276276
<quiet>true</quiet>
277-
<source>1.5</source>
277+
<source>1.6</source>
278278
<verbose>false</verbose>
279279
<linksource>true</linksource>
280280
<show>public</show>
@@ -316,8 +316,8 @@ Most of these wrappers are created automatically by JNAerator.
316316
<artifactId>maven-compiler-plugin</artifactId>
317317
<version>3.2</version>
318318
<configuration>
319-
<source>1.5</source>
320-
<target>1.5</target>
319+
<source>1.6</source>
320+
<target>1.6</target>
321321
<encoding>UTF-8</encoding>
322322
</configuration>
323323
</plugin>

0 commit comments

Comments
 (0)