We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8ba60 commit 5b99c86Copy full SHA for 5b99c86
pom.xml
@@ -23,7 +23,7 @@
23
<version>56</version>
24
</parent>
25
<artifactId>commons-csv</artifactId>
26
- <version>1.10.0-SNAPSHOT</version>
+ <version>1.10.0</version>
27
<name>Apache Commons CSV</name>
28
<url>https://commons.apache.org/proper/commons-csv/</url>
29
<inceptionYear>2005</inceptionYear>
@@ -333,7 +333,6 @@
333
<plugin>
334
<groupId>com.github.spotbugs</groupId>
335
<artifactId>spotbugs-maven-plugin</artifactId>
336
- <version>${commons.spotbugs.version}</version>
337
<configuration>
338
<excludeFilterFile>${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml</excludeFilterFile>
339
</configuration>
0 commit comments