From 3cafe90e5599ff04ab9ab56288179a43854644f6 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 5 Dec 2022 12:04:08 +0100 Subject: [PATCH] Aggiornata versione 1.0.2 --- pom.xml | 2 +- src/main/resources/.h2.server.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 89a4232..6353126 100755 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ it.cnr.isti.epasmed epasmed - 1.0.1 + 1.0.2 jar epasmed diff --git a/src/main/resources/.h2.server.properties b/src/main/resources/.h2.server.properties index 41f4207..49f4b00 100755 --- a/src/main/resources/.h2.server.properties +++ b/src/main/resources/.h2.server.properties @@ -1,5 +1,5 @@ #H2 Server Properties -#Tue Oct 18 14:40:11 CEST 2022 +#Mon Nov 14 15:08:07 CET 2022 0=JHipster H2 (Disk)|org.h2.Driver|jdbc\:h2\:file\:./target/h2db/db/epasmed|epasmed webAllowOthers=true webPort=8082