Skip to content

Commit 7321f97

Browse files
Finalziado versao 4.00.42
1 parent 0829a66 commit 7321f97

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Notas de versão
2-
- Atualizado Schema Reforma Tributaria
2+
- Atualizado Schema Reforma Tributaria
3+
- Remoçao de classes duplicadas
4+
- Reforacao JAXB

README.md

Lines changed: 6 additions & 4 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.41/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.42/jar)
22
Biblioteca Java para consumo do WebService de NFe/NFCe
33

44
### Powered by
@@ -22,7 +22,7 @@ Para Iniciar :
2222
<dependency>
2323
<groupId>br.com.swconsultoria</groupId>
2424
<artifactId>java-nfe</artifactId>
25-
<version>4.00.41</version>
25+
<version>4.00.42</version>
2626
</dependency>
2727
```
2828

@@ -34,7 +34,7 @@ repositories {
3434
}
3535
}
3636
dependencies {
37-
implementation "br.com.swconsultoria:java-nfe:4.00.41"
37+
implementation "br.com.swconsultoria:java-nfe:4.00.42"
3838
}
3939
```
4040

@@ -74,7 +74,9 @@ ________________________________________________________________________________
7474
# Historico de Versões
7575

7676
## v4.00.42 - 31/08/2025 - Schemas PL.010b (v1.1)
77-
- Adicionado Layout Reforma Tributária
77+
- Atualizado Schema Reforma Tributaria
78+
- Remoçao de classes duplicadas
79+
- Reforacao JAXB
7880

7981
## v4.00.41 - 31/07/2025 - Schemas PL.009p1 e PL.010b
8082
- Alterado URLs Consulta Cadastro AM

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>br.com.swconsultoria</groupId>
55
<artifactId>java-nfe</artifactId>
6-
<version>4.00.41</version>
6+
<version>4.00.42</version>
77
<name>Java_NFe</name>
88
<description>Api java para consumo do webService de nota fiscal eletronica</description>
99
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>

0 commit comments

Comments
 (0)