set pom to 2.9.0-SNAP

This commit is contained in:
Roberto Cirillo 2021-05-14 16:25:25 +02:00
parent 53a52fdc31
commit 4835adda16
1 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,10 @@
</parent> </parent>
<groupId>org.gcube.contentmanagement</groupId> <groupId>org.gcube.contentmanagement</groupId>
<artifactId>storage-manager-core</artifactId> <artifactId>storage-manager-core</artifactId>
<version>3.1.0-SNAPSHOT</version> <version>2.9.0-SNAPSHOT</version>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
</properties>
<scm> <scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
@ -51,4 +54,4 @@
<version>1.8</version> <version>1.8</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>