Add information in ReadMe and update global parent.
This commit is contained in:
parent
9e17e6ee23
commit
c19ecbf8f3
|
@ -1,2 +1,11 @@
|
||||||
# uoa-spring-boot-parent
|
# 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>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>eu.dnetlib</groupId>
|
<groupId>eu.dnetlib</groupId>
|
||||||
<artifactId>uoa-global-parent</artifactId>
|
<artifactId>uoa-global-parent</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>2.0.2</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>uoa-spring-boot-parent</artifactId>
|
<artifactId>uoa-spring-boot-parent</artifactId>
|
||||||
<version>2.0.2-SNAPSHOT</version>
|
<version>2.0.2-SNAPSHOT</version>
|
||||||
|
|
Loading…
Reference in New Issue