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

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

parent c51c4a7d
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>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-Access</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-Admin</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-Client</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-Common</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-IntegrationTests</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-IntegrationTestsRunner</artifactId>
......@@ -23,7 +23,7 @@
<dependency>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-IntegrationTests</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<classifier>tests</classifier>
</dependency>
<dependency>
......
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-Model</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<artifactId>AoU-Parent</artifactId>
<groupId>ch.unige.aou</groupId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-ResourceServerCommon</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<artifactId>AoU-Parent</artifactId>
<groupId>ch.unige.aou</groupId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-ResourceServerSecurity</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<artifactId>AoU-Solution</artifactId>
......
......@@ -10,7 +10,7 @@
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<name>AoU Parent</name>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>pom</packaging>
<description>AoU Parent project. Manage dependencies and version for AoU modules/applications</description>
......@@ -41,16 +41,16 @@
<solidify-authorization-client.version>1.2.0</solidify-authorization-client.version>
<!--AoU properties -->
<aou.version>${project.version}</aou.version>
<aou.model.version>0.0.5-SNAPSHOT</aou.model.version>
<aou.common.version>0.0.5-SNAPSHOT</aou.common.version>
<aou.resource.server.security.version>0.0.5-SNAPSHOT</aou.resource.server.security.version>
<aou.resource.server.common.version>0.0.5-SNAPSHOT</aou.resource.server.common.version>
<aou.admin.version>0.0.5-SNAPSHOT</aou.admin.version>
<aou.model.version>0.0.5</aou.model.version>
<aou.common.version>0.0.5</aou.common.version>
<aou.resource.server.security.version>0.0.5</aou.resource.server.security.version>
<aou.resource.server.common.version>0.0.5</aou.resource.server.common.version>
<aou.admin.version>0.0.5</aou.admin.version>
<aou.deposit.version>0.0.1-SNAPSHOT</aou.deposit.version>
<aou.access.version>0.0.5-SNAPSHOT</aou.access.version>
<aou.client.version>0.0.5-SNAPSHOT</aou.client.version>
<aou.integration.tests.version>0.0.5-SNAPSHOT</aou.integration.tests.version>
<aou.integration.tests.runner.version>0.0.5-SNAPSHOT</aou.integration.tests.runner.version>
<aou.access.version>0.0.5</aou.access.version>
<aou.client.version>0.0.5</aou.client.version>
<aou.integration.tests.version>0.0.5</aou.integration.tests.version>
<aou.integration.tests.runner.version>0.0.5</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 -->
......@@ -316,7 +316,7 @@
<scm>
<connection>scm:git:git@gitlab.unige.ch:aou/aou-backend.git</connection>
<tag>HEAD</tag>
<tag>aou-0.0.5</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