This commit is contained in:
Fabio Sinibaldi 2020-12-17 13:42:31 +01:00
parent 204d4608a0
commit 0e9f28909c
3 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.application.geoportal-common
# [v1.0.5-SNAPSHOT] - 2020-12-9
Mongo Id in record
# [v1.0.4-SNAPSHOT] - 2020-12-9
Projects Rest Interface
TempFile support

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.application</groupId>
<artifactId>geoportal-common</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<name>Geoportal Common</name>

View File

@ -17,6 +17,7 @@ import lombok.ToString;
public abstract class Record {
private String mongo_id;
//Generic Info
private long id;