Skip to content

Commit e7a44b5

Browse files
Merge branch 'release/4.00.22'
2 parents b61fef5 + 3f453c4 commit e7a44b5

File tree

6 files changed

+44
-35
lines changed

6 files changed

+44
-35
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timezoneMacos: "America/Sao_Paulo"
3434
timezoneWindows: "America/Sao_Paulo"
3535
- name: Criando executavel
36-
run: mvn -B package --file pom.xml
36+
run: mvn -B package -Passembly --file pom.xml
3737
- name: Criando pasta para Zip
3838
run: mkdir java-nfe && cp target/*.jar java-nfe && cp schemas.zip java-nfe
3939
- uses: montudor/action-zip@v1

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# Notas de versão
22

3-
- Adicionado log para utilização de Webservice INI Customizado
4-
- Atualizado Schemas para PL.009k
5-
- Implementado NT 2022.003
6-
- Implementado NT 2023.001
7-
- Melhorias Git-Actions
3+
- Correção de Build Maven

README.md

Lines changed: 6 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.21/jar)
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)
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.21</version>
20+
<version>4.00.22</version>
2121
</dependency>
2222
```
2323

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

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

4040
# Historico de Versões
4141

42+
## v4.00.22 - 22/03/2023 - Schemas PL.009k
43+
- Correções Build Maven
44+
4245
## v4.00.21 - 19/03/2023 - Schemas PL.009k
4346
- Adicionado log para utilização de Webservice INI Customizado
4447
- Atualizado Schemas para PL.009k

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.21/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.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/)
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.21.jar](https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.21.jar) e o adicione às bibliotecas de Seu Projeto.
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.
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.21</version>
23+
<version>4.00.22</version>
2424
</dependency>
2525
```
2626

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

pom.xml

Lines changed: 31 additions & 21 deletions
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.22-SNAPSHOT</version>
5+
<version>4.00.23-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>
@@ -49,6 +49,36 @@
4949
</developer>
5050
</developers>
5151

52+
<profiles>
53+
<profile>
54+
<id>assembly</id>
55+
<build>
56+
<plugins>
57+
<plugin>
58+
<groupId>org.apache.maven.plugins</groupId>
59+
<artifactId>maven-assembly-plugin</artifactId>
60+
<version>3.1.1</version>
61+
<configuration>
62+
<descriptorRefs>
63+
<descriptorRef>jar-with-dependencies</descriptorRef>
64+
</descriptorRefs>
65+
<appendAssemblyId>false</appendAssemblyId>
66+
</configuration>
67+
<executions>
68+
<execution>
69+
<id>make-assembly</id>
70+
<phase>package</phase>
71+
<goals>
72+
<goal>single</goal>
73+
</goals>
74+
</execution>
75+
</executions>
76+
</plugin>
77+
</plugins>
78+
</build>
79+
</profile>
80+
</profiles>
81+
5282
<dependencies>
5383
<!-- Certificado Utils -->
5484
<dependency>
@@ -197,26 +227,6 @@
197227
<localCheckout>true</localCheckout>
198228
</configuration>
199229
</plugin>
200-
<plugin>
201-
<groupId>org.apache.maven.plugins</groupId>
202-
<artifactId>maven-assembly-plugin</artifactId>
203-
<version>3.1.1</version>
204-
<configuration>
205-
<descriptorRefs>
206-
<descriptorRef>jar-with-dependencies</descriptorRef>
207-
</descriptorRefs>
208-
<appendAssemblyId>false</appendAssemblyId>
209-
</configuration>
210-
<executions>
211-
<execution>
212-
<id>make-assembly</id>
213-
<phase>package</phase>
214-
<goals>
215-
<goal>single</goal>
216-
</goals>
217-
</execution>
218-
</executions>
219-
</plugin>
220230
<plugin>
221231
<artifactId>maven-surefire-plugin</artifactId>
222232
<version>2.22.2</version>

src/main/java/br/com/swconsultoria/nfe/dom/ConfiguracoesNfe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static ConfiguracoesNfe criarConfiguracoes(EstadosEnum estado, AmbienteEn
9696

9797
if (Logger.getLogger("").isLoggable(Level.SEVERE)) {
9898
System.err.println("####################################################################");
99-
System.err.println(" Api Java Nfe - Versão 4.00.21 - 19/03/2023");
99+
System.err.println(" Api Java Nfe - Versão 4.00.22 - 22/03/2023");
100100
if (Logger.getLogger("").isLoggable(Level.WARNING)) {
101101
System.err.println(" Samuel Olivera - [email protected] ");
102102
}

0 commit comments

Comments
 (0)