Skip to content

Commit

Permalink
Versão release 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessagraciela committed Oct 14, 2021
1 parent afc8c18 commit 9065424
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ Como boa prática, deve-se fazer o uso de versões estáveis, presentes em: http

## Compilação

Baixe o conteúdo do repositório em seu computador e crie um *branch* local apontando para a *tag* **v4.7-SNAPSHOT**:
Baixe o conteúdo do repositório em seu computador e crie um *branch* local apontando para a *tag* **v4.7-V1**:

# git clone https://github.com/CPqD/tts-sdk-java.git
# git checkout -B v4.7-SNAPSHOT tags/v4.7-SNAPSHOT
# git checkout -B v4.7-V1 tags/v4.7-V1

A compilação e instalação do SDK pode ser feita utilizando sua IDE preferida ou via linha de comando usando o programa ``mvn``. A instalação é feita usando o *goal* ``install``.

Para realizar a instalação via linha de comando, acesse o diretório onde o repositório foi baixado e use o comando abaixo:

# mvn clean install

Será instalado em seu repositório local do Maven o arquivo JAR ``synthesizer-4.7-SNAPSHOT.jar``. Você também encontrará esse arquivo no diretório ``synthesizer/target``, além dos exemplos compilados em ``synthesizer-examples/target``.
Será instalado em seu repositório local do Maven o arquivo JAR ``synthesizer-4.7-V1.jar``. Você também encontrará esse arquivo no diretório ``synthesizer/target``, além dos exemplos compilados em ``synthesizer-examples/target``.

## Exemplos

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>br.com.cpqd.tts</groupId>
<artifactId>synthesizer-parent</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7-V1</version>
<packaging>pom</packaging>

<name>Java SDK for CPqD TTS</name>
Expand Down
2 changes: 1 addition & 1 deletion synthesizer-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>br.com.cpqd.tts</groupId>
<artifactId>synthesizer-parent</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7-V1</version>
</parent>

<artifactId>synthesizer-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion synthesizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>br.com.cpqd.tts</groupId>
<artifactId>synthesizer-parent</artifactId>
<version>4.7-SNAPSHOT</version>
<version>4.7-V1</version>
</parent>

<artifactId>synthesizer</artifactId>
Expand Down

0 comments on commit 9065424

Please sign in to comment.