Upgraded version and dependencies

This commit is contained in:
Luca Frosini 2020-05-14 18:26:16 +02:00
parent e5520c06c3
commit 46d731fcda
1 changed files with 5 additions and 4 deletions

View File

@ -10,13 +10,14 @@
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry</artifactId> <artifactId>resource-registry</artifactId>
<version>3.0.0</version> <version>4.0.0-SNAPSHOT</version>
<name>Resource Registry Service</name> <name>Resource Registry Service</name>
<description>The Resource Registry is a web-service which represent the core component of the gCube Information System</description> <description>The Resource Registry is a web-service which represent the core component of the gCube Information System</description>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<orientdb.version>3.0.15</orientdb.version>
<webappDirectory>${project.basedir}${file.separator}src${file.separator}main${file.separator}webapp${file.separator}WEB-INF</webappDirectory> <webappDirectory>${project.basedir}${file.separator}src${file.separator}main${file.separator}webapp${file.separator}WEB-INF</webappDirectory>
<serviceClass>InformationSystem</serviceClass> <serviceClass>InformationSystem</serviceClass>
</properties> </properties>
@ -32,14 +33,14 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>1.2.0</version> <version>1.3.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId> <artifactId>information-system-bom</artifactId>
<version>1.5.0</version> <version>2.0.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>