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

50
pom.xml
View File

@ -1,23 +1,25 @@
<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"
<modelVersion>4.0.0</modelVersion> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<parent> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>org.gcube.tools</groupId> <modelVersion>4.0.0</modelVersion>
<artifactId>maven-parent</artifactId> <parent>
<version>1.1.0-SNAPSHOT</version> <groupId>org.gcube.tools</groupId>
</parent> <artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<groupId>org.gcube.data-publishing</groupId> </parent>
<artifactId>storagehub-application-persistence</artifactId>
<version>1.2.0-SNAPSHOT</version> <groupId>org.gcube.data-publishing</groupId>
<packaging>jar</packaging> <artifactId>storagehub-application-persistence</artifactId>
<description> <version>1.2.0</version>
<packaging>jar</packaging>
<description>
This library allows any application to persist in the workspace home This library allows any application to persist in the workspace home
any file. The library organizes the documents creating one folder per context any file. The library organizes the documents creating one folder per context
and save the files under a tree created using the file mimetype. and save the files under a tree created using the file mimetype.
</description> </description>
<properties> <properties>
<version.jersey>2.24.1</version.jersey> <version.jersey>2.24.1</version.jersey>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory> <webappDirectory>${project.basedir}/src/main/webapp/WEB-INF</webappDirectory>
@ -27,12 +29,12 @@
</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>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
@ -50,7 +52,7 @@
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
@ -62,9 +64,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>gxHTTP</artifactId> <artifactId>gxHTTP</artifactId>
</dependency> </dependency>
<!-- Test libraries --> <!-- Test libraries -->
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>