[maven-release-plugin][skip ci]prepare release 2.0.2-RC2

This commit is contained in:
Travis CI User
2021-07-09 18:01:39 +00:00
parent c574912e31
commit cb29e2cbd9
6 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-and-insight-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RC2</version>
</parent>
<groupId>org.alfresco</groupId>
<artifactId>search-analytics-e2e-test</artifactId>

View File

@@ -7,7 +7,7 @@
<version>12</version>
</parent>
<artifactId>alfresco-search-and-insight-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RC2</version>
<packaging>pom</packaging>
<name>Alfresco Search And Insight Parent</name>
<distributionManagement>
@@ -24,7 +24,7 @@
<connection>scm:git:https://github.com/Alfresco/InsightEngine.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/InsightEngine.git</developerConnection>
<url>https://github.com/Alfresco/InsightEngine</url>
<tag>HEAD</tag>
<tag>2.0.2-RC2</tag>
</scm>
<properties>
<maven.build.sourceVersion>11</maven.build.sourceVersion>

View File

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

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RC2</version>
</parent>
<properties>

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RC2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -4,13 +4,13 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-and-insight-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RC2</version>
</parent>
<!-- The groupId and version are required by the maven pom extractor plugin on Bamboo - more details in this issue:
https://bitbucket.org/dehringer/bamboo-maven-pom-extractor-plugin/issues/18/groupid-not-populated-if-using-parent-pom -->
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2-RC2</version>
<packaging>pom</packaging>
<name>Alfresco Solr Search parent</name>
<properties>