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

This commit is contained in:
alfresco-build
2020-08-13 18:44:19 +00:00
parent aaf6890501
commit e13d36bdb7
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>1.4.3-RC2</version> <version>1.4.3.0-SNAPSHOT</version>
</parent> </parent>
<groupId>search-analytics-e2e-test</groupId> <groupId>search-analytics-e2e-test</groupId>
<artifactId>search-analytics-e2e-test</artifactId> <artifactId>search-analytics-e2e-test</artifactId>

View File

@@ -7,7 +7,7 @@
<version>10</version> <version>10</version>
</parent> </parent>
<artifactId>alfresco-search-and-insight-parent</artifactId> <artifactId>alfresco-search-and-insight-parent</artifactId>
<version>1.4.3-RC2</version> <version>1.4.3.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Alfresco Search And Insight Parent</name> <name>Alfresco Search And Insight Parent</name>
<distributionManagement> <distributionManagement>
@@ -24,7 +24,7 @@
<connection>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</connection> <connection>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</developerConnection>
<url>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</url> <url>scm:git:ssh://git@github.com/Alfresco/InsightEngine.git</url>
<tag>1.4.3-RC2</tag> <tag>HEAD</tag>
</scm> </scm>
<properties> <properties>
<java.version>11</java.version> <java.version>11</java.version>

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>1.4.3-RC2</version> <version>1.4.3.0-SNAPSHOT</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>1.4.3-RC2</version> <version>1.4.3.0-SNAPSHOT</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>1.4.3-RC2</version> <version>1.4.3.0-SNAPSHOT</version>
</parent> </parent>
<distributionManagement> <distributionManagement>

View File

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

View File

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