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

This commit is contained in:
bamboo_auth
2019-06-04 14:23:44 +00:00
parent 1b5120d0ca
commit a9bcdc93c2
5 changed files with 8 additions and 8 deletions

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.0-RC1</version> <version>1.4.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:https://git.alfresco.com/search_discovery/insightengine.git</connection> <connection>scm:git:https://git.alfresco.com/search_discovery/insightengine.git</connection>
<developerConnection>scm:git:https://git.alfresco.com/search_discovery/insightengine.git</developerConnection> <developerConnection>scm:git:https://git.alfresco.com/search_discovery/insightengine.git</developerConnection>
<url>https://git.alfresco.com/search_discovery/insightengine.git</url> <url>https://git.alfresco.com/search_discovery/insightengine.git</url>
<tag>1.4.0-RC1</tag> <tag>HEAD</tag>
</scm> </scm>
<modules> <modules>
<module>search-services</module> <module>search-services</module>

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.0-RC1</version> <version>1.4.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.0-RC1</version> <version>1.4.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.0-RC1</version> <version>1.4.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.0-RC1</version> <version>1.4.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.0-RC1</version> <version>1.4.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.0-RC1</version> <version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Alfresco Solr Search parent</name> <name>Alfresco Solr Search parent</name>
<properties> <properties>