Skip to content

Commit 5b99c86

Browse files
committed
Update POM version for Apache release 1.10.0
1 parent ba8ba60 commit 5b99c86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>56</version>
2424
</parent>
2525
<artifactId>commons-csv</artifactId>
26-
<version>1.10.0-SNAPSHOT</version>
26+
<version>1.10.0</version>
2727
<name>Apache Commons CSV</name>
2828
<url>https://commons.apache.org/proper/commons-csv/</url>
2929
<inceptionYear>2005</inceptionYear>
@@ -333,7 +333,6 @@
333333
<plugin>
334334
<groupId>com.github.spotbugs</groupId>
335335
<artifactId>spotbugs-maven-plugin</artifactId>
336-
<version>${commons.spotbugs.version}</version>
337336
<configuration>
338337
<excludeFilterFile>${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml</excludeFilterFile>
339338
</configuration>

0 commit comments

Comments
 (0)