We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7239366 commit a161e6bCopy full SHA for a161e6b
.gitignore
@@ -11,3 +11,6 @@
11
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12
hs_err_pid*
13
/target
14
+/*.classpath
15
+/*.project
16
+/.settings/*.prefs
pom.xml
@@ -177,7 +177,7 @@
177
<dependency>
178
<groupId>net.winroad</groupId>
179
<artifactId>wrdocletbase</artifactId>
180
- <version>1.1.2</version>
+ <version>1.1.5</version>
181
</dependency>
182
183
<groupId>com.google.code.gson</groupId>
0 commit comments