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

This commit is contained in:
Luca Frosini 2019-10-03 11:28:25 +02:00
parent 964faa7d14
commit 529e5110c9
1 changed files with 26 additions and 24 deletions

14
pom.xml
View File

@ -1,14 +1,16 @@
<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/xsd/maven-4.0.0.xsd"> <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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0</version>
</parent> </parent>
<groupId>org.gcube.data-publishing</groupId> <groupId>org.gcube.data-publishing</groupId>
<artifactId>storagehub-application-persistence</artifactId> <artifactId>storagehub-application-persistence</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<description> <description>
This library allows any application to persist in the workspace home This library allows any application to persist in the workspace home
@ -27,9 +29,9 @@
</properties> </properties>
<scm> <scm>
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/${project.artifactId}</connection> <connection>scm::git:https://code-repo.d4science.org/gCubeSystem/storagehub-application-persistence.git</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube//trunk/data-publishing/${project.artifactId}</developerConnection> <developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/storagehub-application-persistence.git</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/${project.artifactId}</url> <url>https://code-repo.d4science.org/gCubeSystem/storagehub-application-persistence.git</url>
</scm> </scm>
<dependencyManagement> <dependencyManagement>