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

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

parent c40b2063
Branches
Tags aou-1.0.20
No related merge requests found
......@@ -4,7 +4,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-Access</artifactId>
......
<?xml version="1.0"?>
<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.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-Admin</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-Client</artifactId>
......
<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.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-Common</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-IntegrationTests</artifactId>
......
<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.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-IntegrationTestsRunner</artifactId>
......@@ -24,7 +23,7 @@
<dependency>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-IntegrationTests</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</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.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-Model</artifactId>
......
<?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"
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>
<artifactId>AoU-Parent</artifactId>
<groupId>ch.unige.aou</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-ResourceServerCommon</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<artifactId>AoU-Parent</artifactId>
<groupId>ch.unige.aou</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-ResourceServerSecurity</artifactId>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>AoU-Solution</artifactId>
......
......@@ -9,7 +9,7 @@
<groupId>ch.unige.aou</groupId>
<artifactId>AoU-Parent</artifactId>
<name>AoU Parent</name>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>pom</packaging>
<description>AoU Parent project. Manage dependencies and version for AoU modules/applications</description>
......@@ -40,16 +40,16 @@
<solidify-authorization-client.version>1.0.0</solidify-authorization-client.version>
<!--AoU properties -->
<aou.version>${project.version}</aou.version>
<aou.model.version>0.0.3-SNAPSHOT</aou.model.version>
<aou.common.version>0.0.3-SNAPSHOT</aou.common.version>
<aou.resource.server.security.version>0.0.3-SNAPSHOT</aou.resource.server.security.version>
<aou.resource.server.common.version>0.0.3-SNAPSHOT</aou.resource.server.common.version>
<aou.admin.version>0.0.3-SNAPSHOT</aou.admin.version>
<aou.model.version>0.0.3</aou.model.version>
<aou.common.version>0.0.3</aou.common.version>
<aou.resource.server.security.version>0.0.3</aou.resource.server.security.version>
<aou.resource.server.common.version>0.0.3</aou.resource.server.common.version>
<aou.admin.version>0.0.3</aou.admin.version>
<aou.deposit.version>0.0.1-SNAPSHOT</aou.deposit.version>
<aou.access.version>0.0.3-SNAPSHOT</aou.access.version>
<aou.client.version>0.0.3-SNAPSHOT</aou.client.version>
<aou.integration.tests.version>0.0.3-SNAPSHOT</aou.integration.tests.version>
<aou.integration.tests.runner.version>0.0.3-SNAPSHOT</aou.integration.tests.runner.version>
<aou.access.version>0.0.3</aou.access.version>
<aou.client.version>0.0.3</aou.client.version>
<aou.integration.tests.version>0.0.3</aou.integration.tests.version>
<aou.integration.tests.runner.version>0.0.3</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 -->
......@@ -336,7 +336,7 @@
<scm>
<connection>scm:git:git@gitlab.unige.ch:aou/aou-backend.git</connection>
<tag>HEAD</tag>
<tag>aou-0.0.3</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