We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1084589 commit f7c0352Copy full SHA for f7c0352
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>nl.dtls</groupId>
12
<artifactId>fairdatapoint</artifactId>
13
- <version>1.2.1</version>
+ <version>1.3.0</version>
14
<packaging>jar</packaging>
15
16
<name>FairDataPoint</name>
src/main/java/nl/dtls/fairdatapoint/config/SwaggerConfig.java
@@ -71,7 +71,7 @@ private ApiInfo apiInfo() {
71
" FAIR Data Point Specification" +
72
" </a>" +
73
" <br/>",
74
- "1.2.1",
+ "1.3.0",
75
"ATO",
76
new Contact("Luiz Bonino",
77
"https://github.com/FAIRDataTeam/FAIRDataPoint",
0 commit comments