minor fix on log
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@126413 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
83c0a180b8
commit
d85e66b419
10
pom.xml
10
pom.xml
|
@ -45,7 +45,7 @@
|
|||
<snl-artifactsid>social-networking-library,notifications-common-library</snl-artifactsid>
|
||||
<rr-artifactsid>rrmodel,rrgcubebridge,rrplugins,rraggregator,grs2library,madgikcommonslibrary,resourceregistry-configuration-portal,rrconfprovider-portal</rr-artifactsid>
|
||||
<ep-artifactsid>gcube-login,gcube-loggedin,UsersManagementPortlet,RolesManagementPortlet,register-vre-users,resource-management,service-endpoint-editor</ep-artifactsid>
|
||||
<custom-plugins-artifactsid>gcube-responsive-theme</custom-plugins-artifactsid>
|
||||
<custom-plugins-artifactsid>gcube-responsive-theme,VREHome-template</custom-plugins-artifactsid>
|
||||
<staging-plugins-artifactsid>portal-staging</staging-plugins-artifactsid>
|
||||
</properties>
|
||||
<build>
|
||||
|
@ -310,7 +310,13 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.portal.liferay</groupId>
|
||||
<artifactId>gcube-responsive-theme</artifactId>
|
||||
<version>6.3.0-SNAPSHOT</version>
|
||||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal.liferay</groupId>
|
||||
<artifactId>VREHome-template</artifactId>
|
||||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue