updated wrong groupid

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/register-vre-users@96385 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2014-06-03 12:50:27 +00:00
parent 3e4bf51248
commit 3bff9abc90
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -9,10 +9,10 @@
<version>1.0.0</version>
<relativePath />
</parent>
<groupId>org.gcube.portlets.admin.manageusers</groupId>
<artifactId>register-vre-users</artifactId>
<packaging>war</packaging>
<version>1.0.0-SNAPSHOT</version>
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>register-vre-users</artifactId>
<packaging>war</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>Register VRE Users Portlet</name>
<description>
Rigister VRE Users Portlet allow to select a user from the portal and add her to the VRE.
@ -63,7 +63,7 @@
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcore</artifactId>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>gcube-widgets</artifactId>