From 3b2bddfb74ac0d1ba8186631d74276f3a79ea831 Mon Sep 17 00:00:00 2001 From: fabiorj Date: Sat, 4 Dec 2021 10:54:22 -0300 Subject: [PATCH] =?UTF-8?q?adi=C3=A7=C3=A3o=20do=20projeto=20auditador?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 7 ++++--- clone.sh | 13 +++++++------ cloneDev.bat | 13 +++++++------ pom.xml | 2 +- 5 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 1da2da243..b01d1ab74 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /.settings/org.jboss.ide.eclipse.as.core.prefs /.settings/org.zkoss.eclipse.preferences.prefs /.tern-project +target diff --git a/README.md b/README.md index 0b0dc033f..a321cb46d 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,11 @@ ``` git clone http://18.235.188.113:3000/rjconsultores/ventaBoletosAdm.git git clone http://18.235.188.113:3000/rjconsultores/Auditador.git -git clone http://18.235.188.113:3000/rjconsultores/GeneradorBoletosCNAB.git +git clone http://18.235.188.113:3000/rjconsultores/generadorBoletosCNAB.git +git clone http://18.235.188.113:3000/rjconsultores/integracaoReceitaDespesa.git git clone http://18.235.188.113:3000/rjconsultores/modelWeb.git -git clone http://18.235.188.113:3000/rjconsultores/WSAG.git -git clone http://18.235.188.113:3000/rjconsultores/WSTotvs.git +git clone http://18.235.188.113:3000/rjconsultores/wsag.git +git clone http://18.235.188.113:3000/rjconsultores/wsTotvs.git ``` ou usar o `clone.sh` diff --git a/clone.sh b/clone.sh index d16ca3fc9..5d8919b14 100644 --- a/clone.sh +++ b/clone.sh @@ -1,14 +1,15 @@ #!/bin/bash git clone http://18.235.188.113:3000/rjconsultores/ventaBoletosAdm.git git clone http://18.235.188.113:3000/rjconsultores/Auditador.git -git clone http://18.235.188.113:3000/rjconsultores/GeneradorBoletosCNAB.git +git clone http://18.235.188.113:3000/rjconsultores/generadorBoletosCNAB.git +git clone http://18.235.188.113:3000/rjconsultores/integracaoReceitaDespesa.git git clone http://18.235.188.113:3000/rjconsultores/modelWeb.git -git clone http://18.235.188.113:3000/rjconsultores/WSAG.git -git clone http://18.235.188.113:3000/rjconsultores/WSTotvs.git +git clone http://18.235.188.113:3000/rjconsultores/wsag.git +git clone http://18.235.188.113:3000/rjconsultores/wsTotvs.git cd ventaBoletosAdm && git checkout dev && cd .. cd Auditador && git checkout dev && cd .. -cd GeneradorBoletosCNAB && git checkout dev && cd .. +cd generadorBoletosCNAB && git checkout dev && cd .. cd modelWeb && git checkout dev && cd .. -cd WSAG && git checkout dev && cd .. -cd WSTotvs && git checkout dev && cd .. +cd wsag && git checkout dev && cd .. +cd wsTotvs && git checkout dev && cd .. diff --git a/cloneDev.bat b/cloneDev.bat index 1e6b8c8dc..b1b537c50 100644 --- a/cloneDev.bat +++ b/cloneDev.bat @@ -1,14 +1,15 @@ #!/bin/bash git clone http://18.235.188.113:3000/rjconsultores/ventaBoletosAdm.git git clone http://18.235.188.113:3000/rjconsultores/Auditador.git -git clone http://18.235.188.113:3000/rjconsultores/GeneradorBoletosCNAB.git +git clone http://18.235.188.113:3000/rjconsultores/generadorBoletosCNAB.git +git clone http://18.235.188.113:3000/rjconsultores/integracaoReceitaDespesa.git git clone http://18.235.188.113:3000/rjconsultores/modelWeb.git -git clone http://18.235.188.113:3000/rjconsultores/WSAG.git -git clone http://18.235.188.113:3000/rjconsultores/WSTotvs.git +git clone http://18.235.188.113:3000/rjconsultores/wsag.git +git clone http://18.235.188.113:3000/rjconsultores/wsTotvs.git cd ventaBoletosAdm && git checkout dev && cd .. cd Auditador && git checkout dev && cd .. -cd GeneradorBoletosCNAB && git checkout dev && cd .. +cd generadorBoletosCNAB && git checkout dev && cd .. cd modelWeb && git checkout dev && cd .. -cd WSAG && git checkout dev && cd .. -cd WSTotvs && git checkout dev && cd .. \ No newline at end of file +cd wsag && git checkout dev && cd .. +cd wsTotvs && git checkout dev && cd .. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 639e82316..137cf06ee 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ br.com.rjconsultores GeneradorBoletosCNAB - 0.0.1-SNAPSHOT + 1.0.0