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

This commit is contained in:
alfresco-build
2025-07-03 06:52:52 +00:00
parent 3bd709022c
commit 3278349a86
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.16-A.2</version>
<version>2.0.16-SNAPSHOT</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.16-A.2</version>
<version>2.0.16-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Search And Insight Engine</name>
<distributionManagement>
@@ -38,7 +38,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>2.0.16-A.2</tag>
<tag>HEAD</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.16-A.2</version>
<version>2.0.16-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -15,7 +15,7 @@
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-solrclient-lib</artifactId>
<version>2.0.16-A.2</version>
<version>2.0.16-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>2.0.16-A.2</version>
<version>2.0.16-SNAPSHOT</version>
</parent>
<dependencies>

View File

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

View File

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