added changes in pom for release
This commit is contained in:
parent
7d5c090b21
commit
5ac5f7da22
|
@ -4,7 +4,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [v1.5.0-SNAPSHOT] - 2021-05-13
|
## [v1.5.0] - 2021-05-13
|
||||||
|
|
||||||
Added template for roles assignments and revokation to be sent to VRE Managers to inform them when another VRE Manager operates with roles.
|
Added template for roles assignments and revokation to be sent to VRE Managers to inform them when another VRE Manager operates with roles.
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.portal.mailing</groupId>
|
<groupId>org.gcube.portal.mailing</groupId>
|
||||||
<artifactId>email-templates-library</artifactId>
|
<artifactId>email-templates-library</artifactId>
|
||||||
<version>1.5.0-SNAPSHOT</version>
|
<version>1.5.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>email-templates-library</name>
|
<name>email-templates-library</name>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-portal-bom</artifactId>
|
<artifactId>maven-portal-bom</artifactId>
|
||||||
<version>3.6.1-SNAPSHOT</version>
|
<version>3.6.1</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue