ATS-106: Bump pom.xml version(s)

- left broken as "-SNAPSHOT" after previous RC release (2.0.0-RC1)
This commit is contained in:
janv 2018-09-12 14:29:55 +01:00
parent 9288a477cf
commit 8bc0a76a95
6 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId> <artifactId>alfresco-docker-transformers</artifactId>
<version>-SNAPSHOT</version> <version>2.0.0-RC2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId> <artifactId>alfresco-docker-transformers</artifactId>
<version>-SNAPSHOT</version> <version>2.0.0-RC2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId> <artifactId>alfresco-docker-transformers</artifactId>
<version>-SNAPSHOT</version> <version>2.0.0-RC2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId> <artifactId>alfresco-docker-transformers</artifactId>
<version>-SNAPSHOT</version> <version>2.0.0-RC2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -4,13 +4,13 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId> <artifactId>alfresco-docker-transformers</artifactId>
<version>-SNAPSHOT</version> <version>2.0.0-RC2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-transformer-base</artifactId> <artifactId>alfresco-transformer-base</artifactId>
<version>-SNAPSHOT</version> <version>2.0.0-RC2-SNAPSHOT</version>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -10,7 +10,7 @@
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId> <artifactId>alfresco-docker-transformers</artifactId>
<version>-SNAPSHOT</version> <version>2.0.0-RC2-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>