[v1.3.0-SNAPSHOT]

- maven-portal-bom 4.0.0-SNAPSHOT
- maven-parent 1.2.0
- replaced social-networking-library with social-library-stubs
This commit is contained in:
Alfredo Oliviero 2024-09-26 15:37:33 +02:00
parent cca716aa6e
commit eeef610a0a
2 changed files with 27 additions and 5 deletions

View File

@ -4,6 +4,12 @@
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.3.0-SNAPSHOT]
- maven-portal-bom 4.0.0-SNAPSHOT
- maven-parent 1.2.0
- replaced social-networking-library with social-library-stubs
## [v1.2.0] - 2021-12-17 ## [v1.2.0] - 2021-12-17
- Task #22596 Ported to git and removed Home Library dep. - Task #22596 Ported to git and removed Home Library dep.

26
pom.xml
View File

@ -6,14 +6,14 @@
<parent> <parent>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<version>1.1.0</version> <version>1.2.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>sbd-uploadshare-portlet</artifactId> <artifactId>sbd-uploadshare-portlet</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>SBD-UploadAndSharePortlets Portlet</name> <name>SBD-UploadAndSharePortlets Portlet</name>
<version>1.2.0</version> <version>1.3.0-SNAPSHOT</version>
<description> <description>
Upload Dataset And Share Idea Portlets Upload Dataset And Share Idea Portlets
</description> </description>
@ -37,16 +37,32 @@
<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.3</version> <version>4.0.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.portal</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId> <artifactId>social-library-stubs</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-model</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>