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

This commit is contained in:
bamboo_auth
2019-04-25 15:04:21 +00:00
parent 4f9d4d216c
commit e83f9a4980
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>1.4.0-IE1.2-1</version>
<version>1.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -15,7 +15,7 @@
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-solrclient-lib</artifactId>
<version>1.4.0-IE1.2-1</version>
<version>1.4.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>servlet-api</artifactId>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>1.4.0-IE1.2-1</version>
<version>1.4.0-SNAPSHOT</version>
</parent>
<distributionManagement>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>1.4.0-IE1.2-1</version>
<version>1.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -7,7 +7,7 @@
<version>10</version>
</parent>
<artifactId>alfresco-search-parent</artifactId>
<version>1.4.0-IE1.2-1</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Solr Search parent</name>
<properties>
@@ -32,7 +32,7 @@
<connection>scm:git:git@github.com:Alfresco/SearchServices.git</connection>
<developerConnection>scm:git:git@github.com:Alfresco/SearchServices.git</developerConnection>
<url>https://github.com/Alfresco/SearchServices.git</url>
<tag>1.4.0-IE1.2-1</tag>
<tag>HEAD</tag>
</scm>
<modules>
<module>alfresco-solrclient-lib</module>