We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bc25a commit 8b23947Copy full SHA for 8b23947
.gitignore
@@ -1,3 +1,4 @@
1
+*.swp
2
*.iml
3
.vagrant
4
.DS_Store
pom.xml
@@ -71,7 +71,7 @@
71
<plugin>
72
<groupId>org.apache.maven.plugins</groupId>
73
<artifactId>maven-compiler-plugin</artifactId>
74
- <version>3.1</version>
+ <version>3.5.1</version>
75
<configuration>
76
<source>1.7</source>
77
<target>1.7</target>
@@ -80,7 +80,7 @@
80
81
82
<artifactId>maven-resources-plugin</artifactId>
83
- <version>2.6</version>
+ <version>3.0.1</version>
84
</plugin>
85
86
<groupId>org.eluder.coveralls</groupId>
0 commit comments