Skip to content

Commit 942acb4

Browse files
committed
version 4.0.141
1 parent b9d437e commit 942acb4

File tree

2 files changed

+8
-1297
lines changed

2 files changed

+8
-1297
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77
<!-- Coordenadas del proyecto -->
88
<groupId>com.fiscalapi</groupId>
99
<artifactId>fiscalapi</artifactId>
10-
<version>4.0.125</version>
10+
<version>4.0.141</version>
1111
<name>${project.groupId}:${project.artifactId}</name>
12-
<description>Genera facturas CFDI válidas ante el SAT consumiendo el API de https://www.fiscalapi.com</description>
12+
<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>
1414

15+
<!-- Propiedades del proyecto -->
16+
<properties>
17+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19+
</properties>
20+
1521
<!-- Licencia -->
1622
<licenses>
1723
<license>

0 commit comments

Comments
 (0)