[maven-release-plugin][skip ci]prepare release 2.0.15-A.1

This commit is contained in:
alfresco-build
2025-03-03 04:57:48 +00:00
parent fb24eba0d8
commit e3c02832ee
6 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId> <artifactId>alfresco-search-parent</artifactId>
<version>2.0.15-SNAPSHOT</version> <version>2.0.15-A.1</version>
</parent> </parent>
<dependencies> <dependencies>

View File

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

View File

@@ -4,10 +4,10 @@
<parent> <parent>
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-search-and-insight-parent</artifactId> <artifactId>alfresco-search-and-insight-parent</artifactId>
<version>2.0.15-SNAPSHOT</version> <version>2.0.15-A.1</version>
</parent> </parent>
<artifactId>alfresco-search-parent</artifactId> <artifactId>alfresco-search-parent</artifactId>
<version>2.0.15-SNAPSHOT</version> <version>2.0.15-A.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Alfresco Solr Search parent</name> <name>Alfresco Solr Search parent</name>
<properties> <properties>