[maven-release-plugin][skip ci] prepare release 2.2.0-A1

This commit is contained in:
Travis CI User
2020-04-09 12:38:28 +00:00
parent 1f96a74391
commit ee12dfe853
14 changed files with 309 additions and 317 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-transform-core</artifactId>
<version>2.2.0-A1-SNAPSHOT</version>
<version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

View File

@@ -1,7 +1,5 @@
<?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>
<artifactId>alfresco-transform-imagemagick</artifactId>
<name>Alfresco ImageMagick Transformer</name>
@@ -10,7 +8,7 @@
<parent>
<artifactId>alfresco-transform-core</artifactId>
<groupId>org.alfresco</groupId>
<version>2.2.0-A1-SNAPSHOT</version>
<version>2.2.0-A1</version>
<relativePath>../../pom.xml</relativePath>
</parent>