added changelog an modified pom for release

Feature/26523
Massimiliano Assante 3 years ago
parent 2291ea443f
commit 920b7569b7

@ -4,12 +4,6 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="invites-common-library-1.5.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/invites-common-library/invites-common-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="email-templates-library-1.4.2.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/email-templates-library/email-templates-library">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="accept-invite-portlet"/>
<property name="java-output-path" value="/accept-invite-portlet/target/classes"/>
</wb-module>

@ -0,0 +1,23 @@
# Changelog for Accept Invite portlet
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.0.0] - 2020-07-21
Feature #19463, gestione Inviti include Keycloak per quanto riguarda la creazione dello user account
Ported to git
## [v1.2.0] - 2019-08-10
Modified text to make evident you can create an account via SSO
## [v1.1.0] - 2018-02-22
The created account now automatic set email as verified
## [v1.0.0] - 2017-12-06
First release

@ -1,17 +0,0 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.accept-invite.1-2-0"
date="2019-08-10">
<Change>Modified text to make evident you can create an account via SSO
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.accept-invite.1-1-0"
date="2018-02-22">
<Change>The created account now automatic set email as verified
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.accept-invite.1-0-0"
date="2017-12-06">
<Change>First release
</Change>
</Changeset>
</ReleaseNotes>

@ -1,17 +0,0 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.accept-invite.1-2-0"
date="2019-08-10">
<Change>Modified text to make evident you can create an account via SSO
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.accept-invite.1-1-0"
date="2018-02-22">
<Change>The created account now automatic set email as verified
</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.accept-invite.1-0-0"
date="2017-12-06">
<Change>First release
</Change>
</Changeset>
</ReleaseNotes>

@ -1,31 +0,0 @@
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>servicearchive</id>
<formats>
<format>tar.gz</format>
</formats>
<baseDirectory>/</baseDirectory>
<fileSets>
<fileSet>
<directory>${distroDirectory}</directory>
<outputDirectory>/</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<includes>
<include>README</include>
<include>LICENSE</include>
<include>changelog.xml</include>
<include>profile.xml</include>
</includes>
<fileMode>755</fileMode>
<filtered>true</filtered>
</fileSet>
</fileSets>
<files>
<file>
<source>target/${build.finalName}.${project.packaging}</source>
<outputDirectory>/${artifactId}</outputDirectory>
</file>
</files>
</assembly>

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ID></ID>
<Type>Service</Type>
<Profile>
<Description>${description}</Description>
<Class>PortletUser</Class>
<Name>${artifactId}</Name>
<Version>${version}</Version>
<Packages>
<Software>
<Name>${artifactId}</Name>
<Version>${version}</Version>
<MavenCoordinates>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
</MavenCoordinates>
<Files>
<File>target/${build.finalName}.war</File>
</Files>
</Software>
</Packages>
</Profile>
</Resource>

@ -12,7 +12,7 @@
<artifactId>accept-invite-portlet</artifactId>
<packaging>war</packaging>
<name>accept-invite-portlet Portlet</name>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<description>
accept-invite-portlet manage the sent invitations
</description>
@ -37,7 +37,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save