Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 5860d0e5 authored by Jean Claude Correale's avatar Jean Claude Correale
Browse files

Merge branch 'hotfix' into 'main'

Fixed response content type of v1/credentials/:id/download

See merge request !295
parents fc1e389f 2bab3bbc
Branches
Tags v1.3.1
2 merge requests!314Feature/update 1.6.0,!295Fixed response content type of v1/credentials/:id/download
Pipeline #300086 failed
PROJECT_VERSION_NUMBER="1.3.0"
PROJECT_VERSION_NUMBER="1.3.1"
......@@ -13,11 +13,11 @@
<groupId>eu.europa.ec.simpl</groupId>
<artifactId>simpl-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<packaging>pom</packaging>
<properties>
<common.version>1.3.0</common.version>
<common.version>1.3.1</common.version>
<java.version>21</java.version>
<spring-cloud.version>2024.0.0</spring-cloud.version>
<mapstruct.version>1.6.3</mapstruct.version>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>eu.europa.ec.simpl</groupId>
<artifactId>simpl-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>
<artifactId>simpl-api-iaa</artifactId>
......
......@@ -18,7 +18,7 @@ get:
"200":
description: Certificate downloaded successfully
content:
application/json:
application/octet-stream:
schema:
type: string
format: binary
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>eu.europa.ec.simpl</groupId>
<artifactId>simpl-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>
<artifactId>simpl-commons-data</artifactId>
......
......@@ -7,7 +7,7 @@
<parent>
<groupId>eu.europa.ec.simpl</groupId>
<artifactId>simpl-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>
<artifactId>simpl-spring-boot-starter</artifactId>
......
......@@ -7,7 +7,7 @@
<parent>
<groupId>eu.europa.ec.simpl</groupId>
<artifactId>simpl-parent</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</parent>
<artifactId>simpl-test-lib</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment