mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
Update version to 1.5.0-SNAPSHOT.
This commit is contained in:
2
pom.xml
2
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.1.0</version>
|
<version>1.5.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>
|
||||||
|
@@ -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.1.0</version>
|
<version>1.5.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.1.0</version>
|
<version>1.5.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.1.0</version>
|
<version>1.5.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.1.0</version>
|
<version>1.5.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.1.0</version>
|
<version>1.5.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.1.0</version>
|
<version>1.5.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Alfresco Solr Search parent</name>
|
<name>Alfresco Solr Search parent</name>
|
||||||
<modules>
|
<modules>
|
||||||
|
Reference in New Issue
Block a user