Skip to content

Commit 578f460

Browse files
Atualizado Endereços SVC
1 parent d850e1d commit 578f460

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
# Notas de versão
22

3-
- Atualizado CACERT
4-
- Adicionado modo Multithreading
5-
- Atualizado Schemas para PL.009p1
6-
- Implementado NT2024.001
7-
- Implementado NT2024.003
8-
- Adicionado Evento Insucesso Entrega (NT2023.005)
9-
- Adicionado Evento Cancelamento Insucesso Entrega (NT2023.005)
10-
- Adicionado Evento Conciliacao Financeira (NT2024.002)
11-
- Adicionado Evento Cancelamento Conciliacao Financeira (NT2024.002)
3+
- Atualizado Endereços SVC

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java-NFe [![MIT License](https://img.shields.io/github/license/Samuel-Oliveira/Java_NFe.svg) ](https://github.com/Samuel-Oliveira/Java_NFe/blob/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/br.com.swconsultoria/java-nfe.svg?label=Maven%20Central)](https://search.maven.org/artifact/br.com.swconsultoria/java-nfe/4.00.35/jar)
1+
# Java-NFe [![MIT License](https://img.shields.io/github/license/Samuel-Oliveira/Java_NFe.svg) ](https://github.com/Samuel-Oliveira/Java_NFe/blob/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/br.com.swconsultoria/java-nfe.svg?label=Maven%20Central)](https://search.maven.org/artifact/br.com.swconsultoria/java-nfe/4.00.36/jar)
22
Biblioteca Java para consumo do WebService de NFe/NFCe
33

44
## Dúvidas, Sugestões ou Consultoria
@@ -17,7 +17,7 @@ Para Iniciar :
1717
<dependency>
1818
<groupId>br.com.swconsultoria</groupId>
1919
<artifactId>java-nfe</artifactId>
20-
<version>4.00.35</version>
20+
<version>4.00.36</version>
2121
</dependency>
2222
```
2323

@@ -29,7 +29,7 @@ repositories {
2929
}
3030
}
3131
dependencies {
32-
implementation "br.com.swconsultoria:java-nfe:4.00.35"
32+
implementation "br.com.swconsultoria:java-nfe:4.00.36"
3333
}
3434
```
3535

@@ -39,6 +39,9 @@ ________________________________________________________________________________
3939

4040
# Historico de Versões
4141

42+
## v4.00.36 - 10/03/2025 - Schemas PL.009p1
43+
- Atualizado Endereços SVC
44+
4245
## v4.00.35 - 01/12/2024 - Schemas PL.009p1
4346
- Atualizado CACERT
4447
- Adicionado modo Multithreading

src/main/java/br/com/swconsultoria/nfe/dom/ConfiguracoesNfe.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ public static ConfiguracoesNfe criarConfiguracoes(EstadosEnum estado, AmbienteEn
109109

110110
log.info(String.format("JAVA-NFE | Samuel Oliveira | [email protected] " +
111111
"| VERSAO=%s | DATA_VERSAO=%s | PASTA_SCHEMAS=%s | AMBIENTE=%s | ESTADO=%s",
112-
"4.00.35",
113-
"01/12/2024",
112+
"4.00.36",
113+
"10/03/2025",
114114
pastaSchemas,
115115
ambiente,
116116
estado.getNome().toUpperCase()));

0 commit comments

Comments
 (0)