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

@@ -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>