-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
44 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# Notas de versão | ||
|
||
- Adicionado log para utilização de Webservice INI Customizado | ||
- Atualizado Schemas para PL.009k | ||
- Implementado NT 2022.003 | ||
- Implementado NT 2023.001 | ||
- Melhorias Git-Actions | ||
- Correção de Build Maven |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ public static ConfiguracoesNfe criarConfiguracoes(EstadosEnum estado, AmbienteEn | |
|
||
if (Logger.getLogger("").isLoggable(Level.SEVERE)) { | ||
System.err.println("####################################################################"); | ||
System.err.println(" Api Java Nfe - Versão 4.00.21 - 19/03/2023"); | ||
System.err.println(" Api Java Nfe - Versão 4.00.22 - 22/03/2023"); | ||
if (Logger.getLogger("").isLoggable(Level.WARNING)) { | ||
System.err.println(" Samuel Olivera - [email protected] "); | ||
} | ||
|