Add information in ReadMe and update global parent.

This commit is contained in:
Konstantinos Triantafyllou 2024-09-05 18:23:21 +03:00
parent 9e17e6ee23
commit c19ecbf8f3
2 changed files with 10 additions and 1 deletions

View File

@ -1,2 +1,11 @@
# uoa-spring-boot-parent
This parent contains the dependency management for spring boot applications.
## Usage
<parent>
<groupId>eu.dnetlib</groupId>
<artifactId>uoa-spring-boot-parent</artifactId>
<version>2.0.2</version>
</parent>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>eu.dnetlib</groupId>
<artifactId>uoa-global-parent</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</parent>
<artifactId>uoa-spring-boot-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>