[maven-release-plugin] prepare release 1.3.0-RC1

This commit is contained in:
bamboo_auth
2018-11-07 15:45:25 +00:00
parent 503601b331
commit ba6a6f53d5
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-RC1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -7,7 +7,7 @@
<version>10</version>
</parent>
<artifactId>alfresco-search-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-RC1</version>
<packaging>pom</packaging>
<name>Alfresco Solr Search parent</name>
<properties>
@@ -33,7 +33,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>HEAD</tag>
<tag>1.3.0-RC1</tag>
</scm>
<modules>
<module>alfresco-search</module>