Fixed version and 'scm' properties to comply with release procedure

This commit is contained in:
Luca Frosini 2019-10-03 11:06:17 +02:00
parent 8a5c73d97f
commit 36737cbbf0
1 changed files with 4 additions and 4 deletions

View File

@ -11,14 +11,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-dashboard-harvester-se-plugin</artifactId> <artifactId>accounting-dashboard-harvester-se-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0</version>
<name>Accounting Dashboard Harvester SmartExecutor Plugin</name> <name>Accounting Dashboard Harvester SmartExecutor Plugin</name>
<description>Accounting Dashboard Harvester SmartExecutor Plugin</description> <description>Accounting Dashboard Harvester SmartExecutor Plugin</description>
<scm> <scm>
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId}</connection> <connection>scm::git:https://code-repo.d4science.org/gCubeSystem/accounting-dashboard-harvester-se-plugin.git</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId}</developerConnection> <developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/accounting-dashboard-harvester-se-plugin.git</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId}</url> <url>https://code-repo.d4science.org/gCubeSystem/accounting-dashboard-harvester-se-plugin.git</url>
</scm> </scm>
<properties> <properties>