first commit
This commit is contained in:
parent
c85e83d343
commit
16b2d68261
|
@ -1,4 +1,4 @@
|
|||
# gCube System - My VREs Portlet
|
||||
# gCube System - Thematic Gateways Portlet
|
||||
|
||||
|
||||
## Structure of the project
|
||||
|
|
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue