- Updated lower range of social-service-client to `2.1.0-SNAPSHOT`
This commit is contained in:
parent
91ec8063eb
commit
e83c814fb6
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## [v1.0.5-SNAPSHOT] - 2024-07-03
|
## [v1.0.5-SNAPSHOT] - 2024-07-03
|
||||||
- Implemented the notification-plugin [#26453]
|
- Implemented the notification-plugin [#26453]
|
||||||
|
- Updated lower range of social-service-client to `2.1.0-SNAPSHOT`
|
||||||
|
|
||||||
## [v1.0.4] - 2023-09-06
|
## [v1.0.4] - 2023-09-06
|
||||||
- Using parent version range [#25572]
|
- Using parent version range [#25572]
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.social-networking</groupId>
|
<groupId>org.gcube.social-networking</groupId>
|
||||||
<artifactId>social-service-client</artifactId>
|
<artifactId>social-service-client</artifactId>
|
||||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
<version>[2.1.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.portlets.user</groupId>
|
<groupId>org.gcube.portlets.user</groupId>
|
||||||
|
|
Loading…
Reference in New Issue