Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 7dbf05f3 authored by Nicolas Bailliet's avatar Nicolas Bailliet
Browse files

POM version updated for SB, fix in API version

parent aab150d8
No related branches found
No related tags found
1 merge request!12Develop
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
<parent> <parent>
<artifactId>app.access-token-provider</artifactId> <artifactId>app.access-token-provider</artifactId>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.2-SNAPSHOT</version>
</parent> </parent>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>app.access-token-provider-api</artifactId> <artifactId>app.access-token-provider-api</artifactId>
<name>Access Token Provider Api</name> <name>Access Token Provider Api</name>
<version>1.0.1-SNAPSHOT</version> <version>1.0.2-SNAPSHOT</version>
<build> <build>
<plugins> <plugins>
...@@ -50,12 +50,12 @@ ...@@ -50,12 +50,12 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>sb.iua-standard-block</artifactId> <artifactId>sb.iua-standard-block</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>sb.jwt-standard-block</artifactId> <artifactId>sb.jwt-standard-block</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<dependency> <dependency>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>app.access-token-provider-api</artifactId> <artifactId>app.access-token-provider-api</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.2-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment