Skip to content

Commit 7799f60

Browse files
- Adicioando versão 4.00.17-Snapshot
1 parent 04dda6b commit 7799f60

File tree

4 files changed

+25
-41
lines changed

4 files changed

+25
-41
lines changed

README.md

Lines changed: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -38,41 +38,25 @@ ________________________________________________________________________________
3838

3939
# Historico de Versões
4040

41-
[comment]: <> (## v4.00.16 - SNAPSHOT - ? - Schemas PL.009f)
41+
## v4.00.17 - SNAPSHOT - 02/08/2021 - Schemas PL.009f
42+
- Correção de SOAP
4243

43-
[comment]: <> (- Correção de vunerabilidades Maven)
44-
45-
[comment]: <> (Snapshot é a versão que se encontra em teste, só use em caso de extrema necessidade.)
46-
47-
[comment]: <> (Para usar, adicione o repositorio de Snapshot ao Maven:)
48-
49-
[comment]: <> (```)
50-
51-
[comment]: <> (<repositories>)
52-
53-
[comment]: <> ( <repository>)
54-
55-
[comment]: <> ( <id>sonatype-nexus-snapshots</id>)
56-
57-
[comment]: <> ( <url>https://oss.sonatype.org/content/repositories/snapshots</url>)
58-
59-
[comment]: <> ( </repository>)
60-
61-
[comment]: <> (</repositories>)
62-
63-
[comment]: <> (<dependency>)
64-
65-
[comment]: <> ( <groupId>br.com.swconsultoria</groupId>)
66-
67-
[comment]: <> ( <artifactId>java-nfe</artifactId>)
68-
69-
[comment]: <> ( <version>4.00.16-SNAPSHOT</version>)
70-
71-
[comment]: <> (</dependency>)
72-
73-
[comment]: <> (```)
74-
75-
[comment]: <> (Ou baixe o Jar aqui: https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.16-SNAPSHOT.jar)
44+
Snapshot é a versão que se encontra em teste, só use em caso de extrema necessidade.
45+
Para usar, adicione o repositorio de Snapshot ao Maven:
46+
```
47+
<repositories>
48+
<repository>
49+
<id>sonatype-nexus-snapshots</id>
50+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
51+
</repository>
52+
</repositories>
53+
<dependency>
54+
<groupId>br.com.swconsultoria</groupId>
55+
<artifactId>java-nfe</artifactId>
56+
<version>4.00.17-SNAPSHOT</version>
57+
</dependency>
58+
```
59+
Ou baixe o Jar aqui: https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.17-SNAPSHOT.jar
7660

7761
## v4.00.16 - 01/08/2021 - Schemas PL.009f
7862
- Correção de vunerabilidades Maven

java-nfe-4.00.17-SNAPSHOT.jar

17.4 MB
Binary file not shown.

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.httpcomponents</groupId>
6868
<artifactId>httpcore</artifactId>
69-
<version>4.4.14</version>
69+
<version>4.4.6</version>
7070
</dependency>
7171

7272
<!--Java 11-->
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.apache.axis2</groupId>
9191
<artifactId>axis2-kernel</artifactId>
92-
<version>1.7.9</version>
92+
<version>1.7.5</version>
9393
<exclusions>
9494
<exclusion>
9595
<artifactId>servlet-api</artifactId>
@@ -101,25 +101,25 @@
101101
<dependency>
102102
<groupId>org.apache.axis2</groupId>
103103
<artifactId>axis2-adb</artifactId>
104-
<version>1.7.9</version>
104+
<version>1.7.5</version>
105105
</dependency>
106106

107107
<dependency>
108108
<groupId>org.apache.axis2</groupId>
109109
<artifactId>axis2-jaxws</artifactId>
110-
<version>1.7.9</version>
110+
<version>1.7.5</version>
111111
</dependency>
112112

113113
<dependency>
114114
<groupId>org.apache.axis2</groupId>
115115
<artifactId>axis2-transport-http</artifactId>
116-
<version>1.7.9</version>
116+
<version>1.7.5</version>
117117
</dependency>
118118

119119
<dependency>
120120
<groupId>org.apache.axis2</groupId>
121121
<artifactId>axis2-transport-local</artifactId>
122-
<version>1.7.9</version>
122+
<version>1.7.5</version>
123123
</dependency>
124124

125125
<dependency>

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

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

8787
if (Logger.getLogger("").isLoggable(Level.SEVERE)) {
8888
System.err.println("####################################################################");
89-
System.err.println(" Api Java Nfe - Versão 4.00.16 - 01/08/2021 ");
89+
System.err.println(" Api Java Nfe - Versão 4.00.17-SNAPSHOT - 02/08/2021");
9090
if (Logger.getLogger("").isLoggable(Level.WARNING)) {
9191
System.err.println(" Samuel Olivera - [email protected] ");
9292
}

0 commit comments

Comments
 (0)