Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 524739cb authored by gazelle-ci's avatar gazelle-ci
Browse files

[ci skip]prepare for next development iteration

parent 8a477e36
No related branches found
No related tags found
1 merge request!14Master
......@@ -5,13 +5,13 @@
<parent>
<artifactId>app.access-token-provider</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>app.access-token-provider-api</artifactId>
<name>Access Token Provider Api</name>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<build>
<plugins>
......
......@@ -5,13 +5,13 @@
<parent>
<artifactId>app.access-token-provider</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>app.audience-retriever</artifactId>
<name>Audience Retriever</name>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<dependencies>
<dependency>
......
......@@ -4,13 +4,13 @@
<parent>
<artifactId>app.access-token-provider</artifactId>
<groupId>net.ihe.gazelle</groupId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
</parent>
<groupId>net.ihe.gazelle</groupId>
<artifactId>app.dummy-authorization-server-service</artifactId>
<name>Dummy Authorization Server Service</name>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>war</packaging>
......@@ -24,7 +24,7 @@
<dependency>
<groupId>net.ihe.gazelle</groupId>
<artifactId>app.access-token-provider-api</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
......
......@@ -4,7 +4,7 @@
<groupId>net.ihe.gazelle</groupId>
<artifactId>app.access-token-provider</artifactId>
<version>1.0.1</version>
<version>1.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Access Token Provider</name>
......@@ -14,7 +14,7 @@
<connection>scm:git:${git.project.url}</connection>
<url>scm:git:${git.project.url}</url>
<developerConnection>scm:git:${git.project.url}</developerConnection>
<tag>1.0.1</tag>
<tag>HEAD</tag>
</scm>
<properties>
......
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