Skip to content

Commit

Permalink
Merge branch 'release/4.0.30'
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Mar 21, 2024
2 parents 9c6b919 + 5eb3c9f commit b4f7ea0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 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.29/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.30/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.29</version>
<version>4.00.30</version>
</dependency>
```

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

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

# Historico de Versões

## v4.00.30 - 20/03/2024 - Schemas PL.009k
- Atualizado Java Certificado
- Atualizado Cacert MT e MS (De novo)

## v4.00.29 - 02/03/2024 - Schemas PL.009k
- Atualizado Java Certificado

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java-nfe</artifactId>
<version>4.00.30-SNAPSHOT</version>
<version>4.00.31-SNAPSHOT</version>
<name>Java_NFe</name>
<description>Api java para consumo do webService de nota fiscal eletronica</description>
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java_certificado</artifactId>
<version>3.1</version>
<version>3.3</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.29",
"02/03/2024",
"4.00.30",
"20/03/2024",
pastaSchemas,
ambiente,
estado.getNome().toUpperCase()));
Expand Down

0 comments on commit b4f7ea0

Please sign in to comment.