mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
[maven-release-plugin] prepare for next development iteration
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user