From 2f951e2d1ce8325aa11194e69c500225ebb9fcac Mon Sep 17 00:00:00 2001 From: KKlochko Date: Tue, 14 Nov 2023 16:24:27 +0200 Subject: [PATCH] Update the version. --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 9c1ee29..0b678cb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.github.johnrengelman.shadow' version '7.1.2' } -version = "1.0.2" +version = "2.0.0" description = "Example of using jpa for a hostpital." application { diff --git a/pom.xml b/pom.xml index 32547a6..59407fb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 space.kklochko jpa_hospital_example - 1.0.2 + 2.0.0 jar Example of using jpa for a hostpital.