Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 10fdcd72 authored by Wylem Bars's avatar Wylem Bars
Browse files

Merge branch 'master' into 'develop'

Master

See merge request !14
parents b28f8451 eaad38b5
No related branches found
No related tags found
1 merge request!14Master
Pipeline #170399 passed
...@@ -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.2-SNAPSHOT</version> <version>1.0.4-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.2-SNAPSHOT</version> <version>1.0.4-SNAPSHOT</version>
<build> <build>
<plugins> <plugins>
......
...@@ -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.2-SNAPSHOT</version> <version>1.0.4-SNAPSHOT</version>
</parent> </parent>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>app.audience-retriever</artifactId> <artifactId>app.audience-retriever</artifactId>
<name>Audience Retriever</name> <name>Audience Retriever</name>
<version>1.0.2-SNAPSHOT</version> <version>1.0.4-SNAPSHOT</version>
<dependencies> <dependencies>
<dependency> <dependency>
......
...@@ -4,13 +4,13 @@ ...@@ -4,13 +4,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.2-SNAPSHOT</version> <version>1.0.4-SNAPSHOT</version>
</parent> </parent>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>app.dummy-authorization-server-service</artifactId> <artifactId>app.dummy-authorization-server-service</artifactId>
<name>Dummy Authorization Server Service</name> <name>Dummy Authorization Server Service</name>
<version>1.0.2-SNAPSHOT</version> <version>1.0.4-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.ihe.gazelle</groupId> <groupId>net.ihe.gazelle</groupId>
<artifactId>app.access-token-provider</artifactId> <artifactId>app.access-token-provider</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.4-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Access Token Provider</name> <name>Access Token Provider</name>
......
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