Skip to content
Snippets Groups Projects
Commit dfa5e5c3 authored by Jenkins's avatar Jenkins
Browse files

[maven-release-plugin] prepare release aou-1.0.1

parent e453cbd3
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-Access</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-Admin</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-Client</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-Common</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-IntegrationTests</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-IntegrationTestsRunner</artifactId>
......@@ -23,7 +23,7 @@
<dependency>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-IntegrationTests</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<classifier>tests</classifier>
</dependency>
<dependency>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-Model</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<artifactId>AoU-Parent</artifactId>
<groupId>ch.unige.aou</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-ResourceServerCommon</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<artifactId>AoU-Parent</artifactId>
<groupId>ch.unige.aou</groupId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-ResourceServerSecurity</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>AoU-Solution</artifactId>
......
......@@ -10,7 +10,7 @@
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<name>AoU Parent</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<description>AoU Parent project. Manage dependencies and version for AoU modules/applications</description>
......@@ -41,15 +41,15 @@
<solidify.authorization.client.version>1.3.0</solidify.authorization.client.version>
<!--AoU properties -->
<aou.version>${project.version}</aou.version>
<aou.model.version>1.0.1-SNAPSHOT</aou.model.version>
<aou.common.version>1.0.1-SNAPSHOT</aou.common.version>
<aou.resource.server.security.version>1.0.1-SNAPSHOT</aou.resource.server.security.version>
<aou.resource.server.common.version>1.0.1-SNAPSHOT</aou.resource.server.common.version>
<aou.admin.version>1.0.1-SNAPSHOT</aou.admin.version>
<aou.access.version>1.0.1-SNAPSHOT</aou.access.version>
<aou.client.version>1.0.1-SNAPSHOT</aou.client.version>
<aou.integration.tests.version>1.0.1-SNAPSHOT</aou.integration.tests.version>
<aou.integration.tests.runner.version>1.0.1-SNAPSHOT</aou.integration.tests.runner.version>
<aou.model.version>1.0.1</aou.model.version>
<aou.common.version>1.0.1</aou.common.version>
<aou.resource.server.security.version>1.0.1</aou.resource.server.security.version>
<aou.resource.server.common.version>1.0.1</aou.resource.server.common.version>
<aou.admin.version>1.0.1</aou.admin.version>
<aou.access.version>1.0.1</aou.access.version>
<aou.client.version>1.0.1</aou.client.version>
<aou.integration.tests.version>1.0.1</aou.integration.tests.version>
<aou.integration.tests.runner.version>1.0.1</aou.integration.tests.runner.version>
<aou.tool.openapi.version>1.3.0</aou.tool.openapi.version>
<aou.tool.asciidoctor.toc.version>1.3.0</aou.tool.asciidoctor.toc.version>
<!--Libraries properties -->
......@@ -315,7 +315,7 @@
<scm>
<connection>scm:git:git@gitlab.unige.ch:aou/aou-backend.git</connection>
<tag>1.0-maintenance</tag>
<tag>aou-1.0.1</tag>
<url>https://gitlab.unige.ch/aou/aou-backend</url>
</scm>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment