Fix SNAPSHOT version on support/maintenance branch (should be 1.3.1.SNAPSHOT for SP/1.3.N branch)

This commit is contained in:
Jan Vonka
2018-09-21 15:57:16 +01:00
parent 0a54dd002a
commit b810b15168
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>1.4-SNAPSHOT</version> <version>1.3.1-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>1.4-SNAPSHOT</version> <version>1.3.1-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>1.4-SNAPSHOT</version> <version>1.3.1-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>1.4-SNAPSHOT</version> <version>1.3.1-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>1.4-SNAPSHOT</version> <version>1.3.1-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>1.4-SNAPSHOT</version> <version>1.3.1-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>1.4-SNAPSHOT</version> <version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>