Skip to content

Commit

Permalink
release version 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alainbodiguel committed Nov 9, 2020
1 parent 4cc3c54 commit 0c0acef
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log

## [v14.0.0](https://github.com/gisaia/arlas-persistence/tree/v14.0.0) (2020-11-09)

[Full Changelog](https://github.com/gisaia/arlas-persistence/compare/v14.0.0-rc.2...v14.0.0)

## [v14.0.0-rc.2](https://github.com/gisaia/arlas-persistence/tree/v14.0.0-rc.2) (2020-10-09)

[Full Changelog](https://github.com/gisaia/arlas-persistence/compare/v14.0.0-rc.1...v14.0.0-rc.2)
Expand Down
4 changes: 2 additions & 2 deletions arlas-persistence-core/pom.xml
Expand Up @@ -6,14 +6,14 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server core</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</parent>

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

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server rest</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-core</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions arlas-persistence-server/pom.xml
Expand Up @@ -5,21 +5,21 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-server</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</parent>

<dependencies>
<dependency>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-rest</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions arlas-persistence-tests/pom.xml
Expand Up @@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-tests</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
<packaging>jar</packaging>
<name>ARLAS persistence server</name>

<parent>
<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>io.arlas</groupId>
<artifactId>arlas-persistence-parent</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.0.0</version>
<packaging>pom</packaging>
<name>ARLAS persistence parent</name>

Expand Down

0 comments on commit 0c0acef

Please sign in to comment.