From 27d201551882f3d098bec115c82a722647bea6df Mon Sep 17 00:00:00 2001 From: "Douglas C. R. Paes" Date: Wed, 1 Aug 2018 22:35:34 -0300 Subject: [PATCH 1/3] Project version changed to the next snapshot version, which is 5.0.8-SNAPSHOT; sinaduraCore dependency upgraded to 3.3.22-SNAPSHOT, that now depends on all the newer dependencies with the upgraded bouncy castle version; Fixed the version of the project to reflect the package version, 508. --- pom.xml | 4 ++-- src/main/resources/config/configuration.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 126cd7d..b50a567 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ sinadura sinaduraDesktop Sinadura Desktop - 5.0.7 + 5.0.8-SNAPSHOT El origen de sinadura es un software de escritorio para la firma de pdf mediante firma digital. Un aplicativo multiplataforma y una comunidad que ofrece documentación y servicios de valor añadido. @@ -1597,7 +1597,7 @@ sinadura sinaduraCore - 3.3.21 + 3.3.22-SNAPSHOT diff --git a/src/main/resources/config/configuration.properties b/src/main/resources/config/configuration.properties index 5cfee96..b161cda 100644 --- a/src/main/resources/config/configuration.properties +++ b/src/main/resources/config/configuration.properties @@ -28,7 +28,7 @@ ## Propiedades generales de sistema. En principio no deberian ser modificadas. ## # Para comparar con la version del servidor. Tiene que ser numerico! -application.local.version=502 +application.local.version=508 application.local.version.string=${project.version} idiomas.soportados=es_ES,eu_ES,en_US,ca_ES,pt_BR enable.send.button=false From 44470f84c6320fb1317fead8bfda37e0c10c8d96 Mon Sep 17 00:00:00 2001 From: "Douglas C. R. Paes" Date: Fri, 10 Aug 2018 16:18:23 -0300 Subject: [PATCH 2/3] sinaduraCore dependency upgraded Release 5.0.8 --- pom.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b50a567..330019b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ sinadura sinaduraDesktop Sinadura Desktop - 5.0.8-SNAPSHOT + 5.0.8 El origen de sinadura es un software de escritorio para la firma de pdf mediante firma digital. Un aplicativo multiplataforma y una comunidad que ofrece documentación y servicios de valor añadido. @@ -1597,7 +1597,25 @@ sinadura sinaduraCore - 3.3.22-SNAPSHOT + 3.3.22 + + + es.mityc.jumbo.adsi + MITyCLibTSA-sinadura + + + es.mityc.jumbo.adsi + MITyCLibAPI + + + commons-logging + commons-logging + + + org.apache.felix + org.apache.felix.shell + + From 043d93a161f82a86147a3669ef87d7f2d33c590e Mon Sep 17 00:00:00 2001 From: "Douglas C. R. Paes" Date: Fri, 10 Aug 2018 16:19:04 -0300 Subject: [PATCH 3/3] Fixed the packaging order based on the project's dependency tree --- README_INSTALADORES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_INSTALADORES.txt b/README_INSTALADORES.txt index 1563a9a..325ae9c 100644 --- a/README_INSTALADORES.txt +++ b/README_INSTALADORES.txt @@ -35,8 +35,8 @@ Hay que tener en cuenta que si se hace un "release" de un proyecto hay que hacer El orden en el que hay que ir realizado este proceso es el siguiente: - MITyCLibOCSP-sinadura - MITyCLibTSA-sinadura - - MITyCLibXADES-sinadura - xmlsec-mityc-sinadura + - MITyCLibXADES-sinadura - sinaduraEE-Interface - sinaduraCore - sinaduraEE