fixed pom for git

This commit is contained in:
Massimiliano Assante 2019-10-29 16:02:52 +01:00
parent 1129a6ebbb
commit 522765b8d5
1 changed files with 6 additions and 9 deletions

15
pom.xml
View File

@ -7,7 +7,7 @@
<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.portets.user</groupId>
@ -18,9 +18,9 @@
gCube Messages Portlet for exchanging messages with other users.
</description>
<scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/message-conversations</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/message-conversations</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/message-conversations</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/messages.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/messages.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/messages</url>
</scm>
<properties>
@ -55,7 +55,7 @@
<dependencies>
<!-- http://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
@ -132,7 +132,7 @@
<artifactId>portlet-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- FWS -->
<dependency>
<groupId>org.gcube.core</groupId>
@ -278,7 +278,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.3</version>
<executions>
<execution>
<phase>compile</phase>
@ -295,7 +294,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
@ -305,7 +303,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2</version>
<configuration>
<descriptors>
<descriptor>${distroDirectory}/descriptor.xml</descriptor>