Update the version.
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

main 2.0.1
KKlochko 1 year ago
parent f4c1632ad4
commit 556e928e42

@ -4,7 +4,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2' id 'com.github.johnrengelman.shadow' version '7.1.2'
} }
version = "2.0.0" version = "2.0.1"
description = "Example of using jpa for a hostpital." description = "Example of using jpa for a hostpital."
application { application {

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>space.kklochko</groupId> <groupId>space.kklochko</groupId>
<artifactId>jpa_hospital_example</artifactId> <artifactId>jpa_hospital_example</artifactId>
<version>2.0.0</version> <version>2.0.1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Example of using jpa for a hostpital.</name> <name>Example of using jpa for a hostpital.</name>

Loading…
Cancel
Save