mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
[maven-release-plugin] prepare release 1.0.b
This commit is contained in:
@@ -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.0.0-SNAPSHOT</version>
|
<version>1.0.b</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -180,8 +180,7 @@
|
|||||||
<replaceregexp byline="true">
|
<replaceregexp byline="true">
|
||||||
<regexp pattern="alfresco.version=.*$" />
|
<regexp pattern="alfresco.version=.*$" />
|
||||||
<substitution expression="alfresco.version=${alfresco-solr.version}" />
|
<substitution expression="alfresco.version=${alfresco-solr.version}" />
|
||||||
<fileset dir="${project.build.outputDirectory}"
|
<fileset dir="${project.build.outputDirectory}" includes="solr/instance/**/solrcore.properties" />
|
||||||
includes="solr/instance/**/solrcore.properties" />
|
|
||||||
</replaceregexp>
|
</replaceregexp>
|
||||||
</target>
|
</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-search-parent</artifactId>
|
<artifactId>alfresco-search-parent</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.b</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
<version>7</version>
|
<version>7</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>alfresco-search-parent</artifactId>
|
<artifactId>alfresco-search-parent</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.b</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Alfresco Solr Search parent</name>
|
<name>Alfresco Solr Search parent</name>
|
||||||
<properties>
|
<properties>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<connection>scm:git:https://gitlab.alfresco.com/search_discovery/solr.git</connection>
|
<connection>scm:git:https://gitlab.alfresco.com/search_discovery/solr.git</connection>
|
||||||
<developerConnection>scm:git:https://gitlab.alfresco.com/search_discovery/solr.git</developerConnection>
|
<developerConnection>scm:git:https://gitlab.alfresco.com/search_discovery/solr.git</developerConnection>
|
||||||
<url>https://gitlab.alfresco.com/search_discovery/solr</url>
|
<url>https://gitlab.alfresco.com/search_discovery/solr</url>
|
||||||
<tag>HEAD</tag>
|
<tag>1.0.b</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
Reference in New Issue
Block a user