Skip to content

Commit 8b23947

Browse files
committed
Bumped version of maven compiler plugin
1 parent e4bc25a commit 8b23947

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.swp
12
*.iml
23
.vagrant
34
.DS_Store

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-compiler-plugin</artifactId>
74-
<version>3.1</version>
74+
<version>3.5.1</version>
7575
<configuration>
7676
<source>1.7</source>
7777
<target>1.7</target>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-resources-plugin</artifactId>
83-
<version>2.6</version>
83+
<version>3.0.1</version>
8484
</plugin>
8585
<plugin>
8686
<groupId>org.eluder.coveralls</groupId>

0 commit comments

Comments
 (0)