ready to release
This commit is contained in:
parent
dca84c0eda
commit
4d1db984eb
|
@ -4,10 +4,10 @@
|
|||
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).
|
||||
|
||||
## [v2.1.0-SNAPSHOT] - 2024-09-20
|
||||
## [v2.1.0] - 2024-10-28
|
||||
|
||||
- maven-parent 1.2.0
|
||||
- maven-portal-bom 4.0.0-SNAPSHOT
|
||||
- maven-portal-bom 4.0.0
|
||||
- Feature #27999 - [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.0
|
||||
|
||||
## [v2.0.4] - 2021-05-25
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# gCube System - User Registration Hook
|
||||
|
||||
This component is a Liferay 6.2.6 CE Hook which intercepts new user accounts creation and removal and performs the related Workspace actions (on sHub and LDAP and Auth)
|
||||
This component is a Liferay 6.2.6 CE Hook which intercepts new user accounts creation and removal and performs the related Workspace actions
|
||||
|
||||
* The source code is present in the src folder.
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -13,7 +13,7 @@
|
|||
<artifactId>user-registration-hook</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>user-registration-hook Hook</name>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>2.1.0</version>
|
||||
<scm>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>maven-portal-bom</artifactId>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
<version>4.0.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue