git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portal/gcube-portal-bundle@130061 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
da44e40680
commit
d4e589dc2f
72
pom.xml
72
pom.xml
|
@ -25,19 +25,19 @@
|
|||
<distroDirectory>distro</distroDirectory>
|
||||
<!-- As long as we do not automatize this make sure the version correspond
|
||||
with the enabling portlets one -->
|
||||
<!-- <gcubeLoginVersionLayout>300SNAPSHOT</gcubeLoginVersionLayout> -->
|
||||
<!-- <gcubeLoggedinVersionLayout>300SNAPSHOT</gcubeLoggedinVersionLayout> -->
|
||||
<!-- <usersManagementVersionLayout>300SNAPSHOT</usersManagementVersionLayout> -->
|
||||
<!-- <rolesManagementVersionLayout>160SNAPSHOT</rolesManagementVersionLayout> -->
|
||||
<!-- <addUsersVersionLayout>141SNAPSHOT</addUsersVersionLayout> -->
|
||||
<!-- <resourceManagementVersionLayout>600SNAPSHOT</resourceManagementVersionLayout> -->
|
||||
<gcubeLoginVersionLayout>300SNAPSHOT</gcubeLoginVersionLayout>
|
||||
<gcubeLoggedinVersionLayout>300SNAPSHOT</gcubeLoggedinVersionLayout>
|
||||
<usersManagementVersionLayout>300SNAPSHOT</usersManagementVersionLayout>
|
||||
<rolesManagementVersionLayout>160SNAPSHOT</rolesManagementVersionLayout>
|
||||
<addUsersVersionLayout>200SNAPSHOT</addUsersVersionLayout>
|
||||
<resourceManagementVersionLayout>600SNAPSHOT</resourceManagementVersionLayout>
|
||||
|
||||
<gcubeLoginVersionLayout>300400</gcubeLoginVersionLayout>
|
||||
<gcubeLoggedinVersionLayout>300400</gcubeLoggedinVersionLayout>
|
||||
<usersManagementVersionLayout>300400</usersManagementVersionLayout>
|
||||
<rolesManagementVersionLayout>300400</rolesManagementVersionLayout>
|
||||
<addUsersVersionLayout>200400</addUsersVersionLayout>
|
||||
<resourceManagementVersionLayout>600400</resourceManagementVersionLayout>
|
||||
<!-- <gcubeLoginVersionLayout>300400</gcubeLoginVersionLayout> -->
|
||||
<!-- <gcubeLoggedinVersionLayout>300400</gcubeLoggedinVersionLayout> -->
|
||||
<!-- <usersManagementVersionLayout>300400</usersManagementVersionLayout> -->
|
||||
<!-- <rolesManagementVersionLayout>300400</rolesManagementVersionLayout> -->
|
||||
<!-- <addUsersVersionLayout>200400</addUsersVersionLayout> -->
|
||||
<!-- <resourceManagementVersionLayout>600400</resourceManagementVersionLayout> -->
|
||||
|
||||
<asl-artifactsid>aslcontent,aslcore,aslsearch,aslsocial,accesslogger</asl-artifactsid>
|
||||
<fws-artifactsid>common-clients,common-configuration-scanner,common-fw-clients,common-gcore-resources,common-gcore-stubs,common-scope,common-scope-maps,common-uri,discovery-client,ic-client,registry-publisher,common-authorization,authorization-client,document-store-lib,accounting-lib,document-store-lib-couchdb,threadlocal-vars-cleaner</fws-artifactsid>
|
||||
|
@ -281,30 +281,30 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Custom Portal Plugins -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portal.liferay</groupId> -->
|
||||
<!-- <artifactId>social-dockbar-hook</artifactId> -->
|
||||
<!-- <version>[6.3.0-SNAPSHOT,)</version> -->
|
||||
<!-- <type>war</type> -->
|
||||
<!-- </dependency> -->
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portal.liferay</groupId> -->
|
||||
<!-- <artifactId>gcube-responsive-theme</artifactId> -->
|
||||
<!-- <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> -->
|
||||
<!-- <groupId>org.gcube.portal.plugins</groupId> -->
|
||||
<!-- <artifactId>VREFolder-hook</artifactId> -->
|
||||
<!-- <version>[6.3.0-SNAPSHOT,)</version> -->
|
||||
<!-- <type>war</type> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal.liferay</groupId>
|
||||
<artifactId>social-dockbar-hook</artifactId>
|
||||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal.liferay</groupId>
|
||||
<artifactId>gcube-responsive-theme</artifactId>
|
||||
<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>
|
||||
<groupId>org.gcube.portal.plugins</groupId>
|
||||
<artifactId>VREFolder-hook</artifactId>
|
||||
<version>[6.3.0-SNAPSHOT,)</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>portal-staging</artifactId>
|
||||
|
|
Loading…
Reference in New Issue