[maven-release-plugin] prepare release 1.0.b

This commit is contained in:
alfresco-build
2017-01-18 19:18:47 +00:00
parent 15189f15fe
commit 523e4cefc0
3 changed files with 279 additions and 280 deletions

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.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>

View File

@@ -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>
@@ -152,23 +152,23 @@
<replace token="\bin\solr.in.cmd" value="\..\solr.in.cmd" dir="target/solr-${solr.version}"> <replace token="\bin\solr.in.cmd" value="\..\solr.in.cmd" dir="target/solr-${solr.version}">
<include name="**/bin/solr.cmd" /> <include name="**/bin/solr.cmd" />
</replace> </replace>
<replace token= "SOLR_SSL_OPTS=%SOLR_SSL_OPTS%" value="SOLR_SSL_OPTS=!SOLR_SSL_OPTS!" dir="target/solr-${solr.version}"> <replace token="SOLR_SSL_OPTS=%SOLR_SSL_OPTS%" value="SOLR_SSL_OPTS=!SOLR_SSL_OPTS!" dir="target/solr-${solr.version}">
<include name="**/bin/solr.cmd"/> <include name="**/bin/solr.cmd" />
</replace> </replace>
<replace token= "#SOLR_LOGS_DIR=logs" value="${alfresco.search.logs}" dir="target/solr-${solr.version}"> <replace token="#SOLR_LOGS_DIR=logs" value="${alfresco.search.logs}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh"/> <include name="**/bin/solr.in.sh" />
</replace> </replace>
<replace token= "REM set SOLR_LOGS_DIR=logs" value="${alfresco.search.logs.win}" dir="target/solr-${solr.version}"> <replace token="REM set SOLR_LOGS_DIR=logs" value="${alfresco.search.logs.win}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd"/> <include name="**/bin/solr.in.cmd" />
</replace> </replace>
<replace token= "GC logging" value="GC logging${line.separator}${alfresco.gc.logs}" dir="target/solr-${solr.version}"> <replace token="GC logging" value="GC logging${line.separator}${alfresco.gc.logs}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh"/> <include name="**/bin/solr.in.sh" />
</replace> </replace>
<replace token= "GC logging" value="GC logging${line.separator}${alfresco.gc.logs.win}" dir="target/solr-${solr.version}"> <replace token="GC logging" value="GC logging${line.separator}${alfresco.gc.logs.win}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd"/> <include name="**/bin/solr.in.cmd" />
</replace> </replace>
<replace token= "# Anything you add to the SOLR_OPTS" value="${alfresco.search.config}${line.separator}${line.separator}# Anything you add to the SOLR_OPTS" dir="target/solr-${solr.version}"> <replace token="# Anything you add to the SOLR_OPTS" value="${alfresco.search.config}${line.separator}${line.separator}# Anything you add to the SOLR_OPTS" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh"/> <include name="**/bin/solr.in.sh" />
</replace> </replace>
<replace token="REM Anything you add to the SOLR_OPTS" value="${alfresco.search.config.win}${line.separator}${line.separator}REM Anything you add to the SOLR_OPTS" dir="target/solr-${solr.version}"> <replace token="REM Anything you add to the SOLR_OPTS" value="${alfresco.search.config.win}${line.separator}${line.separator}REM Anything you add to the SOLR_OPTS" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd" /> <include name="**/bin/solr.in.cmd" />

View File

@@ -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>