Skip to content

Commit

Permalink
Update POM version for Apache release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 28, 2023
1 parent ba8ba60 commit 5b99c86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<version>56</version>
</parent>
<artifactId>commons-csv</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.0</version>
<name>Apache Commons CSV</name>
<url>https://commons.apache.org/proper/commons-csv/</url>
<inceptionYear>2005</inceptionYear>
Expand Down Expand Up @@ -333,7 +333,6 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>${commons.spotbugs.version}</version>
<configuration>
<excludeFilterFile>${basedir}/src/site/resources/spotbugs/spotbugs-exclude-filter.xml</excludeFilterFile>
</configuration>
Expand Down

0 comments on commit 5b99c86

Please sign in to comment.