Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.apache.santuario-xmls…
Browse files Browse the repository at this point in the history
…ec-4.0.0
  • Loading branch information
fincatto authored Nov 27, 2023
2 parents 816a339 + 2ebd25b commit 63c460d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.github.wmixvideo</groupId>
<artifactId>nfe</artifactId>
<packaging>jar</packaging>
<version>4.0.37-SNAPSHOT</version>
<version>4.0.38-SNAPSHOT</version>
<name>nfe</name>
<description>Biblioteca de comunicacao de nota fiscal eletronica brasileira</description>
<url>https://github.com/wmixvideo/nfe</url>
Expand Down Expand Up @@ -310,7 +310,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.2</version>
<configuration>
<failOnError>false</failOnError>
<doclint>none</doclint>
Expand All @@ -327,7 +327,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 63c460d

Please sign in to comment.