Skip to content

Commit

Permalink
Merge branch 'release/4.00.32'
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Apr 19, 2024
2 parents f772d06 + 6198087 commit 280e689
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 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.31/jar)
# 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.32/jar)
Biblioteca Java para consumo do WebService de NFe/NFCe

## Dúvidas, Sugestões ou Consultoria
Expand All @@ -17,7 +17,7 @@ Para Iniciar :
<dependency>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java-nfe</artifactId>
<version>4.00.31</version>
<version>4.00.32</version>
</dependency>
```

Expand All @@ -29,7 +29,7 @@ repositories {
}
}
dependencies {
implementation "br.com.swconsultoria:java-nfe:4.00.31"
implementation "br.com.swconsultoria:java-nfe:4.00.32"
}
```

Expand All @@ -39,6 +39,9 @@ ________________________________________________________________________________

# Historico de Versões

## v4.00.32 - 19/04/2024 - Schemas PL.009k
- Atualizado Cacert MS (De novo)

## v4.00.31 - 25/03/2024 - Schemas PL.009k
- Atualizado Java Certificado
- Correcao Null Pointer quando Lista Repositorio Windows.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java_certificado</artifactId>
<version>3.4</version>
<version>3.5</version>
</dependency>
<!-- Ini4J -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public static ConfiguracoesNfe criarConfiguracoes(EstadosEnum estado, AmbienteEn

log.info(String.format("JAVA-NFE | Samuel Oliveira | samuel@swconsultoria.com.br " +
"| VERSAO=%s | DATA_VERSAO=%s | PASTA_SCHEMAS=%s | AMBIENTE=%s | ESTADO=%s",
"4.00.31",
"25/03/2024",
"4.00.32",
"19/04/2024",
pastaSchemas,
ambiente,
estado.getNome().toUpperCase()));
Expand Down

0 comments on commit 280e689

Please sign in to comment.