Just including the enhancement #23225

This commit is contained in:
Francesco Mangiacrapa 2022-04-28 11:48:20 +02:00
parent a729d84156
commit d90785abe6
5 changed files with 40 additions and 19 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**" kind="src" output="target/workspace-6.28.2/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/workspace-6.28.3-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -22,7 +22,7 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/workspace-6.28.2/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/workspace-6.28.3-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
@ -35,5 +35,5 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/workspace-6.28.2/WEB-INF/classes"/>
<classpathentry kind="output" path="target/workspace-6.28.3-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -1,4 +1,4 @@
eclipse.preferences.version=1
lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.28.2
lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.28.3-SNAPSHOT
warSrcDir=src/main/webapp
warSrcDirIsOutput=false

View File

@ -37,7 +37,11 @@
<wb-module deploy-name="workspace-6.28.2">
<wb-module deploy-name="workspace-6.28.3-SNAPSHOT">
@ -96,6 +100,8 @@
@ -135,6 +141,8 @@
@ -173,6 +181,8 @@
@ -198,10 +208,11 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<dependent-module archiveName="catalogue-util-library-1.1.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/catalogue-util-library/catalogue-util-library">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -260,6 +271,8 @@
@ -299,6 +312,8 @@
@ -338,6 +353,8 @@

View File

@ -4,6 +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).
## [v6.28.3-SNAPSHOT] - 2022-04-28
- [#23225] Just including the enhancement #23225
## [v6.28.2] - 2022-03-24
#### Enhancements

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace</artifactId>
<packaging>war</packaging>
<version>6.28.2</version>
<version>6.28.3-SNAPSHOT</version>
<name>gCube Workspace Portlet</name>
<description>
gCube Workspace Portlet is a web-gui to manage the gCube workspace, a collaborative area where users can exchange and organize information objects (workspace items) according to their specific needs.