Skip to content

Commit 08936cb

Browse files
committed
Fixed app version and a typo in pom.xml
1 parent b44aa40 commit 08936cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Coordenadas del proyecto -->
88
<groupId>com.fiscalapi</groupId>
99
<artifactId>fiscalapi</artifactId>
10-
<version>4.0.306</version>
10+
<version>4.0.360</version>
1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>Genera facturas CFDI válidas ante el SAT consumiendo la API de https://www.fiscalapi.com</description>
1313
<url>https://www.fiscalapi.com</url>
@@ -97,7 +97,7 @@
9797
<executions>
9898
<execution>
9999
<id>sign-artifacts</id>
100-
<phase>vegpghrify</phase>
100+
<phase>verify</phase>
101101
<goals>
102102
<goal>sign</goal>
103103
</goals>

0 commit comments

Comments
 (0)