Created branch to move to PostgreSQL

This commit is contained in:
Luca Frosini 2021-03-23 16:15:07 +01:00
parent 42c72e938f
commit 4bab245dcc
2 changed files with 13 additions and 5 deletions

7
CHANGELOG.md Normal file
View File

@ -0,0 +1,7 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for
## [v1.12.2-SNAPSHOT]
- ............

11
pom.xml
View File

@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.admin</groupId> <groupId>org.gcube.portlets.admin</groupId>
<artifactId>accounting-manager</artifactId> <artifactId>accounting-manager</artifactId>
<version>1.12.2-SNAPSHOT</version> <version>1.13.0-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
@ -108,7 +108,7 @@
<dependency> <dependency>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-lib</artifactId> <artifactId>accounting-lib</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version> <version>[4.0.0,5.0.0-SNAPSHOT)</version>
</dependency> </dependency>
</dependencies> </dependencies>
@ -246,7 +246,7 @@
<dependency> <dependency>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics</artifactId> <artifactId>accounting-analytics</artifactId>
<version>[2.0.0,3.0.0-SNAPSHOT)</version> <version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- Document Store Lib --> <!-- Document Store Lib -->
@ -260,8 +260,9 @@
<!-- Accounting Persistence-CouchBase --> <!-- Accounting Persistence-CouchBase -->
<dependency> <dependency>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics-persistence-couchbase</artifactId> <artifactId>accounting-analytics-persistence-postgresql</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version> <version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>runtime</scope>
</dependency> </dependency>
<!-- Apache Commons CSV --> <!-- Apache Commons CSV -->