Change POM version to 11.21-ags-1.0-SNAPSHOT

This commit is contained in:
alandavis
2021-05-05 19:42:59 +01:00
parent ba16561c75
commit 3a2e10bc71
23 changed files with 86 additions and 115 deletions

View File

@@ -1,14 +1,14 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-governance-services-automation</artifactId>
<name>Alfresco Governance Services Automation</name>
<artifactId>alfresco-governance-services-automation-community</artifactId>
<name>Alfresco Governance Services Automation Community</name>
<packaging>pom</packaging>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-governance-services</artifactId>
<version>3.5.1-SNAPSHOT</version>
<artifactId>alfresco-governance-services-community-parent</artifactId>
<version>11.21-ags-1.0-SNAPSHOT</version>
</parent>
<licenses>
@@ -19,8 +19,6 @@
<modules>
<module>rm-automation-community-rest-api</module>
<module>rm-automation-enterprise-rest-api</module>
<module>rm-automation-ui</module>
</modules>
<properties>

View File

@@ -7,8 +7,8 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-governance-services-automation</artifactId>
<version>3.5.1-SNAPSHOT</version>
<artifactId>alfresco-governance-services-automation-community</artifactId>
<version>11.21-ags-1.0-SNAPSHOT</version>
</parent>
<properties>
@@ -57,6 +57,7 @@
<groupId>org.alfresco.tas</groupId>
<artifactId>restapi</artifactId>
<version>${tas.restapi.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
@@ -71,6 +72,7 @@
<dependency>
<groupId>org.alfresco.tas</groupId>
<artifactId>utility</artifactId>
<scope>provided</scope>
<version>${tas.utility.version}</version>
</dependency>
<dependency>
@@ -105,5 +107,19 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson.databind.version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
</dependency>
<dependency>
<groupId>org.alfresco.test</groupId>
<artifactId>dataprep</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>