Skip to content

Commit

Permalink
release version 13.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbodiguel committed Jul 17, 2020
1 parent ffcfebd commit c99d9a0
Show file tree
Hide file tree
Showing 11 changed files with 149 additions and 65 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Change Log

## [v13.0.0-beta.0](https://github.com/gisaia/arlas-persistence/tree/v13.0.0-beta.0) (2020-07-17)

[Full Changelog](https://github.com/gisaia/arlas-persistence/compare/v12.0.2...v13.0.0-beta.0)

## [v12.0.2](https://github.com/gisaia/arlas-persistence/tree/v12.0.2) (2020-05-14)

[Full Changelog](https://github.com/gisaia/arlas-persistence/compare/v12.0.0...v12.0.2)

**Miscellaneous:**

- \[Firestore\] Make the collection name configurable [\#13](https://github.com/gisaia/ARLAS-persistence/issues/13)
- Property `Creation Date` always return current date instead of the stored one [\#11](https://github.com/gisaia/ARLAS-persistence/issues/11)

## [v12.0.0](https://github.com/gisaia/arlas-persistence/tree/v12.0.0) (2020-03-26)
Expand Down
4 changes: 2 additions & 2 deletions arlas-persistence-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions arlas-persistence-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
title = "ARLAS persistence API",
description = "persistence REST services",
license = @License(name = "Apache 2.0", url = "https://www.apache.org/licenses/LICENSE-2.0.html"),
version = "API_VERSION"),
version = "13.0.0-beta.0"),
schemes = { SwaggerDefinition.Scheme.HTTP, SwaggerDefinition.Scheme.HTTPS })

public class PersistenceRestService {
Expand Down
6 changes: 3 additions & 3 deletions arlas-persistence-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-server</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions arlas-persistence-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-tests</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>12.0.3-SNAPSHOT</version>
<version>13.0.0-beta.0</version>
</parent>

<dependencies>
Expand Down
24 changes: 9 additions & 15 deletions docs/api/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
<a name="definitions"></a>
## Definitions

<a name="data"></a>
### Data

|Name|Schema|
|---|---|
|**creation_date** <br>*optional*|string (date-time)|
|**doc_key** <br>*required*|string|
|**doc_type** <br>*required*|string|
|**doc_value** <br>*optional*|string|
|**id** <br>*optional*|string|


<a name="dataresource"></a>
### DataResource

Expand All @@ -31,11 +19,17 @@
|Name|Schema|
|---|---|
|**_links** <br>*optional*|< string, [Link](#link) > map|
|**creation_date** <br>*optional*|string (date-time)|
|**doc_entities** <br>*optional*|< string > array|
|**doc_key** <br>*required*|string|
|**doc_type** <br>*required*|string|
|**doc_value** <br>*optional*|string|
|**doc_organization** <br>*required*|string|
|**doc_owner** <br>*required*|string|
|**doc_readers** <br>*optional*|< string > array|
|**doc_value** <br>*required*|string|
|**doc_writers** <br>*optional*|< string > array|
|**doc_zone** <br>*required*|string|
|**id** <br>*optional*|string|
|**last_update_date** <br>*required*|string (date-time)|
|**updatable** <br>*optional*|boolean|


<a name="error"></a>
Expand Down
4 changes: 2 additions & 2 deletions docs/api/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ persistence REST services


### Version information
*Version* : 12.0.1
*Version* : 13.0.0-beta.0


### Contact information
Expand All @@ -28,7 +28,7 @@ persistence REST services

### Tags

* persistence
* persist



Loading

0 comments on commit c99d9a0

Please sign in to comment.