first commit

This commit is contained in:
Massimiliano Assante 2019-10-23 18:19:09 +02:00
parent c85e83d343
commit 16b2d68261
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# gCube System - My VREs Portlet
# gCube System - Thematic Gateways Portlet
## Structure of the project

View File

@ -6,9 +6,10 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.0.0</version>
<version>1.1.0</version>
<relativePath />
</parent>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>thematic-gateways-portlet</artifactId>
<packaging>war</packaging>
@ -18,9 +19,9 @@
Thematic Gateways Portlet
</description>
<scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/my-vres.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/my-vres.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/my-vres</url>
</scm>
<properties>
<distroDirectory>distro</distroDirectory>