[maven-release-plugin] prepare for next development iteration

This commit is contained in:
alfresco-build 2018-03-22 14:07:31 +00:00
parent bd58e7ac50
commit 0a30214e9e
5 changed files with 10 additions and 10 deletions

View File

@ -4,12 +4,12 @@
<name>Alfresco Docker Pdf Renderer</name>
<packaging>jar</packaging>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -4,12 +4,12 @@
<name>Alfresco Docker ImageMagick</name>
<packaging>jar</packaging>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -4,12 +4,12 @@
<name>Alfresco Docker LibreOffice</name>
<packaging>jar</packaging>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

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

View File

@ -10,7 +10,7 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-docker-transformers</artifactId>
<version>0.2</version>
<version>0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@ -35,7 +35,7 @@
<connection>scm:git:https://git.alfresco.com/Repository/alfresco-docker-transformers.git</connection>
<developerConnection>scm:git:https://git.alfresco.com/Repository/alfresco-docker-transformers.git</developerConnection>
<url>https://git.alfresco.com/Repository/alfresco-docker-transformers</url>
<tag>alfresco-docker-transformers-0.2</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>