This commit is contained in:
Massimiliano Assante 2017-04-14 09:20:29 +00:00
parent 2b28080d51
commit f37819048f
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.0.0</version>
<relativePath />
</parent>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>sharelatex-wrapper-portlet</artifactId>
<packaging>war</packaging>