Skip to content

Commit 6910c47

Browse files
author
Rajeev Kumar Singh
committed
Added maven-compiler-plugin version
1 parent 8e4b51a commit 6910c47

File tree

1 file changed

+1
-0
lines changed
  • java-csv-file-handling-with-opencsv

1 file changed

+1
-0
lines changed

java-csv-file-handling-with-opencsv/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<plugin>
2222
<groupId>org.apache.maven.plugins</groupId>
2323
<artifactId>maven-compiler-plugin</artifactId>
24+
<version>3.7.0</version>
2425
<configuration>
2526
<source>1.8</source>
2627
<target>1.8</target>

0 commit comments

Comments
 (0)