Skip to content
Snippets Groups Projects
Verified Commit e4c6fdc3 authored by Martin Weise's avatar Martin Weise
Browse files

Updated to version 1.3.0

parent 8240ce77
No related branches found
No related tags found
1 merge request!163Relase 1.3.0
Showing
with 34 additions and 34 deletions
......@@ -663,4 +663,4 @@ release-version:
script:
- cp .env.unix.example .env
- docker login -p "${DOCKER_PASSWORD}" -u "${DOCKER_USERNAME}"
- TAG=1.2 make release
- TAG=1.3 make release
......@@ -32,7 +32,7 @@ dictConfig({
app = Flask(__name__)
metrics = PrometheusMetrics(app)
metrics.info('app_info', 'Application info', version='1.2.0')
metrics.info('app_info', 'Application info', version='1.3.0')
app.config["SWAGGER"] = {"openapi": "3.0.1", "title": "Swagger UI", "uiversion": 3}
swagger_config = {
......@@ -61,7 +61,7 @@ template = {
"info": {
"title": "Database Repository Analyse Service API",
"description": "Service that analyses data structures",
"version": "1.2.0",
"version": "1.3.0",
"contact": {
"name": "Prof. Andreas Rauber",
"email": "andreas.rauber@tuwien.ac.at"
......
......@@ -10,7 +10,7 @@
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-container-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-container-service</name>
<description>Service that manages the containers</description>
......
......@@ -6,11 +6,11 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-container-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>report</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-container-service-report</name>
<description>
This module is only intended for the pipeline coverage report. See the detailed report in the
......
......@@ -6,11 +6,11 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-container-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>rest-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-container-service-rest-service</name>
<properties>
......
......@@ -6,11 +6,11 @@
<parent>
<artifactId>dbrepo-container-service</artifactId>
<groupId>at.tuwien</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>services</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-container-service-services</name>
<build>
......
......@@ -10,7 +10,7 @@
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-database-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-database-service</name>
<description>Service that manages the databases</description>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-database-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>report</artifactId>
......
......@@ -6,11 +6,11 @@
<parent>
<artifactId>dbrepo-database-service</artifactId>
<groupId>at.tuwien</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>rest-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-database-service-rest-service</name>
<properties>
......
......@@ -6,11 +6,11 @@
<parent>
<artifactId>dbrepo-database-service</artifactId>
<groupId>at.tuwien</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>services</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-database-service-services</name>
</project>
\ No newline at end of file
......@@ -6,7 +6,7 @@
<parent>
<artifactId>dbrepo-identifier-service</artifactId>
<groupId>at.tuwien</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>api</artifactId>
......
......@@ -10,7 +10,7 @@
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-identifier-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-identifier-service</name>
<description>Service that manages the identifiers</description>
......
......@@ -6,7 +6,7 @@
<parent>
<artifactId>dbrepo-identifier-service</artifactId>
<groupId>at.tuwien</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>report</artifactId>
......
......@@ -6,11 +6,11 @@
<parent>
<artifactId>dbrepo-identifier-service</artifactId>
<groupId>at.tuwien</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>rest-service</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-identifier-service-rest</name>
<dependencies>
......
......@@ -7,18 +7,18 @@
<dependency>
<groupId>at.tuwien</groupId>
<artifactId>api</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<parent>
<artifactId>dbrepo-identifier-service</artifactId>
<groupId>at.tuwien</groupId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>services</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-identifier-service-services</name>
<build>
......
......@@ -6,11 +6,11 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-db</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>dbrepo-metadata-db-api</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-metadata-db-api</name>
<dependencies/>
......
......@@ -6,11 +6,11 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-db</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>dbrepo-metadata-db-entites</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-metadata-db-entity</name>
<dependencies/>
......
......@@ -6,11 +6,11 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-db</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>dbrepo-metadata-db-oai</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-metadata-db-oai</name>
<dependencies/>
......
......@@ -10,7 +10,7 @@
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-db</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-metadata-db</name>
<description>Demo project for Spring Boot</description>
......
......@@ -6,18 +6,18 @@
<parent>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-db</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</parent>
<artifactId>dbrepo-metadata-db-querystore</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<name>dbrepo-metadata-db-querystore</name>
<dependencies>
<dependency>
<groupId>at.tuwien</groupId>
<artifactId>dbrepo-metadata-db-api</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment