Adequação de versão

master
Fabio Faria 2022-11-30 11:33:26 -03:00
parent 577c39f004
commit aa8315e7c7
3 changed files with 18 additions and 16 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/.project /.project
/.settings /.settings
/target /target
/settings.xml

View File

@ -1,14 +1,15 @@
#!/bin/bash #!/bin/bash
git clone http://18.235.188.113:3000/utilidades/Auditador.git git clone http://18.235.188.113:3000/utilidades/Auditador.git
git clone http://18.235.188.113:3000/utilidades/generadorBoletosCNAB.git git clone http://18.235.188.113:3000/utilidades/GeneradorBoletosCNAB.git
git clone http://18.235.188.113:3000/utilidades/flyway.git git clone http://18.235.188.113:3000/utilidades/Flyway.git
git clone http://18.235.188.113:3000/adm/modelWeb.git git clone http://18.235.188.113:3000/adm/ModelWeb.git
git clone http://18.235.188.113:3000/adm/integracaoReceitaDespesa.git git clone http://18.235.188.113:3000/adm/IntegracaoReceitaDespesa.git
git clone http://18.235.188.113:3000/adm/ventaBoletosAdm.git git clone http://18.235.188.113:3000/adm/VentaBoletosAdm.git
cd ventaBoletosAdm && git checkout dev && cd ..
cd VentaBoletosAdm && git checkout dev && cd ..
cd Auditador && git checkout dev && cd .. cd Auditador && git checkout dev && cd ..
cd generadorBoletosCNAB && git checkout dev && cd .. cd GeneradorBoletosCNAB && git checkout dev && cd ..
cd integracaoReceitaDespesa && git checkout dev && cd .. cd IntegracaoReceitaDespesa && git checkout dev && cd ..
cd modelWeb && git checkout dev && cd .. cd ModelWeb && git checkout dev && cd ..
cd flyway && git checkout dev && cd .. cd Flyway && git checkout dev && cd ..

12
pom.xml
View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId> <artifactId>ventaboletosadm</artifactId>
<version>1.0.3</version> <version>1.0.7</version>
<packaging>war</packaging> <packaging>war</packaging>
<distributionManagement> <distributionManagement>
@ -55,13 +55,13 @@
<dependency> <dependency>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>modelWeb</artifactId> <artifactId>modelWeb</artifactId>
<version>1.0.1</version> <version>1.0.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>IntegracaoReceitaDespesa</artifactId> <artifactId>IntegracaoReceitaDespesa</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
@ -79,13 +79,13 @@
<dependency> <dependency>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>Flyway</artifactId> <artifactId>Flyway</artifactId>
<version>1.0.0</version> <version>1.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>GeneradorBoletosCNAB</artifactId> <artifactId>GeneradorBoletosCNAB</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
@ -226,7 +226,7 @@
<dependency> <dependency>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>Auditador</artifactId> <artifactId>Auditador</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
</dependency> </dependency>
</dependencies> </dependencies>