Skip to content

Commit

Permalink
Gerado Novo Jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Nov 23, 2016
1 parent a69106d commit f3a0402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Projeto Para implementação do Java-Nfe Utilizando JAXB.
## Gostou do Projeto? Dê sua colaboração: [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TX9K693QQYA6W)

Para Iniciar :
- Baixe o java-nfe-3.10.6.jar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-3.10.6.jar) e o adicione às bibliotecas de Seu Projeto.
- Baixe o java-nfe-3.10.5.jar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-3.10.5.jar) e o adicione às bibliotecas de Seu Projeto.
- Baixe o Schemas.rar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/Schemas.rar) e extraia na sua Máquina.

- Maven :
Expand All @@ -17,7 +17,7 @@ Para Iniciar :
<dependency>
<groupId>br.com.samuelweb</groupId>
<artifactId>java-nfe</artifactId>
<version>3.10.6</version>
<version>3.10.5</version>
</dependency>
```

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

# Historico de Versões

## v3.10.6 - XX-XX-2016
- Issues:
- Adiciona Protocol para erros de certificado no ambiente Web.

## v3.10.5 - 21-11-2016
- Issues: #15, #16, #17 e #18.
- Alterado Estrutura para as todas as funções que necessitam de Endereço WebService
Expand Down
Binary file modified java-nfe-3.10.5.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
</plugin>
</plugins>
</build>
<version>3.10.6</version>
<version>3.10.5</version>
</project>

0 comments on commit f3a0402

Please sign in to comment.