Skip to content

Commit d7d267c

Browse files
Merge tag '4.00.23' into develop
Tagging version 4.00.23 4.00.23
2 parents 9789318 + cbc2fba commit d7d267c

28 files changed

+944
-247
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Notas de versão
22

3-
- Correção de Build Maven
3+
- Atualizado Objeto e XSD NT 2023.001 1.20
4+
- Adicionado Validacao XML Manual

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java-NFe [![Build Status](https://travis-ci.org/Samuel-Oliveira/Java_NFe.svg?branch=master)](https://travis-ci.org/Samuel-Oliveira/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.22/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.23/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.22</version>
20+
<version>4.00.23</version>
2121
</dependency>
2222
```
2323

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

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

4040
# Historico de Versões
4141

42+
## v4.00.23 - 25/04/2023 - Schemas PL.009k
43+
- Atualizado Objeto e XSD NT 2023.001 1.20
44+
- Adicionado Validacao XML Manual
45+
4246
## v4.00.22 - 22/03/2023 - Schemas PL.009k
4347
- Correções Build Maven
4448

docs/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/Samuel-Oliveira/Java_NFe.svg?branch=master)](https://travis-ci.org/Samuel-Oliveira/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.22/jar) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/Samuel-Oliveira/Java_NFe.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Samuel-Oliveira/Java_NFe/context:java) [![Total alerts](https://img.shields.io/lgtm/alerts/g/Samuel-Oliveira/Java_NFe.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Samuel-Oliveira/Java_NFe/alerts/)
1+
[![Build Status](https://travis-ci.org/Samuel-Oliveira/Java_NFe.svg?branch=master)](https://travis-ci.org/Samuel-Oliveira/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.23/jar) [![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/Samuel-Oliveira/Java_NFe.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Samuel-Oliveira/Java_NFe/context:java) [![Total alerts](https://img.shields.io/lgtm/alerts/g/Samuel-Oliveira/Java_NFe.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Samuel-Oliveira/Java_NFe/alerts/)
22

33
***Biblioteca Java para consumo do WebService de NFe/NFCe***
44

@@ -11,7 +11,7 @@
1111
</p>
1212

1313
Para Iniciar :
14-
- Caso use Libs baixe o [java-nfe-4.00.22.jar](https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.22.jar) e o adicione às bibliotecas de Seu Projeto.
14+
- Caso use Libs baixe o [java-nfe-4.00.23.jar](https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.23.jar) e o adicione às bibliotecas de Seu Projeto.
1515

1616
- Baixe o [Schemas.rar](https://github.com/Samuel-Oliveira/Java_NFe/raw/master/schemas.zip) e extraia na sua Máquina.
1717

@@ -20,7 +20,7 @@ Para Iniciar :
2020
<dependency>
2121
<groupId>br.com.swconsultoria</groupId>
2222
<artifactId>java-nfe</artifactId>
23-
<version>4.00.22</version>
23+
<version>4.00.23</version>
2424
</dependency>
2525
```
2626

@@ -32,7 +32,7 @@ repositories {
3232
}
3333
}
3434
dependencies {
35-
implementation "br.com.swconsultoria:java-nfe:4.00.22"
35+
implementation "br.com.swconsultoria:java-nfe:4.00.23"
3636
}
3737
```
3838

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>br.com.swconsultoria</groupId>
44
<artifactId>java-nfe</artifactId>
5-
<version>4.00.23-SNAPSHOT</version>
5+
<version>4.00.24-SNAPSHOT</version>
66
<name>Java_NFe</name>
77
<description>Api java para consumo do webService de nota fiscal eletronica</description>
88
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>

schemas.zip

1.77 KB
Binary file not shown.

schemas/consReciNFe_v4.00.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xs:schema xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema"
3-
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4-
attributeFormDefault="unqualified">
3+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4+
attributeFormDefault="unqualified">
55
<xs:include schemaLocation="leiauteNFe_v4.00.xsd"/>
66
<xs:element name="consReciNFe" type="TConsReciNFe">
77
<xs:annotation>

schemas/consStatServ_v4.00.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xs:schema xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema"
3-
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4-
attributeFormDefault="unqualified">
3+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4+
attributeFormDefault="unqualified">
55
<xs:include schemaLocation="leiauteConsStatServ_v4.00.xsd"/>
66
<xs:element name="consStatServ" type="TConsStatServ">
77
<xs:annotation>

schemas/enviNFe_v4.00.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe"
3-
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4-
attributeFormDefault="unqualified">
3+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4+
attributeFormDefault="unqualified">
55
<xs:include schemaLocation="leiauteNFe_v4.00.xsd"/>
66
<xs:element name="enviNFe" type="TEnviNFe">
77
<xs:annotation>

schemas/inutNFe_v4.00.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe"
3-
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4-
attributeFormDefault="unqualified">
3+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
4+
attributeFormDefault="unqualified">
55
<xs:include schemaLocation="leiauteInutNFe_v4.00.xsd"/>
66
<xs:element name="inutNFe" type="TInutNFe">
77
<xs:annotation>

schemas/leiauteConsultaCadastro_v2.00.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- PL_006f versao com correcoes no xServ para tornar a literal CONS-CAD obrigatoria 21/05/2010 -->
33
<!-- PL_006c versao com correcoes 24/12/2009 -->
44
<xs:schema xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:xs="http://www.w3.org/2001/XMLSchema"
5-
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
6-
attributeFormDefault="unqualified">
5+
targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified"
6+
attributeFormDefault="unqualified">
77
<xs:include schemaLocation="tiposBasico_v1.03.xsd"/>
88
<xs:complexType name="TConsCad">
99
<xs:annotation>

0 commit comments

Comments
 (0)