[maven-release-plugin] prepare release 1.2.0-EA

This commit is contained in:
bamboo_auth
2017-11-22 16:57:24 +00:00
parent 1ae76f5447
commit f02392cd46
3 changed files with 41 additions and 44 deletions
+2 -5
View File
@@ -1,7 +1,4 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-search</artifactId>
<name>Alfresco Solr Search</name>
@@ -9,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-EA</version>
<relativePath>../pom.xml</relativePath>
</parent>
+37 -37
View File
@@ -14,7 +14,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-search-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-EA</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
@@ -138,59 +138,59 @@
<phase>prepare-package</phase>
<configuration>
<target>
<replace token= "SOLR_SERVER_DIR/solr" value="SOLR_TIP/../solrhome" dir="target/solr-${solr.version}">
<include name="**/bin/solr"/>
<replace token="SOLR_SERVER_DIR/solr" value="SOLR_TIP/../solrhome" dir="target/solr-${solr.version}">
<include name="**/bin/solr" />
</replace>
<replace token= "%SOLR_SERVER_DIR%\solr" value="%SOLR_TIP%\..\solrhome" dir="target/solr-${solr.version}">
<include name="**/bin/solr.cmd"/>
<replace token="%SOLR_SERVER_DIR%\solr" value="%SOLR_TIP%\..\solrhome" dir="target/solr-${solr.version}">
<include name="**/bin/solr.cmd" />
</replace>
<replace token= "HOME/.solr.in.sh" value="SOLR_TIP/../solr.in.sh" dir="target/solr-${solr.version}">
<include name="**/bin/solr"/>
<replace token="HOME/.solr.in.sh" value="SOLR_TIP/../solr.in.sh" dir="target/solr-${solr.version}">
<include name="**/bin/solr" />
</replace>
<replace token= "\bin\solr.in.cmd" value="\..\solr.in.cmd" dir="target/solr-${solr.version}">
<include name="**/bin/solr.cmd"/>
<replace token="\bin\solr.in.cmd" value="\..\solr.in.cmd" dir="target/solr-${solr.version}">
<include name="**/bin/solr.cmd" />
</replace>
<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"/>
<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" />
</replace>
<replace token= "#SOLR_LOGS_DIR=logs" value="${alfresco.search.logs}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh"/>
<replace token="#SOLR_LOGS_DIR=logs" value="${alfresco.search.logs}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh" />
</replace>
<replace token= "REM set SOLR_LOGS_DIR=logs" value="${alfresco.search.logs.win}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd"/>
<replace token="REM set SOLR_LOGS_DIR=logs" value="${alfresco.search.logs.win}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd" />
</replace>
<replace token= "(java9)" value="(java9)${line.separator}${alfresco.gc.logs}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh"/>
<replace token="(java9)" value="(java9)${line.separator}${alfresco.gc.logs}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh" />
</replace>
<replace token= "GC logging" value="GC logging${line.separator}${alfresco.gc.logs.win}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd"/>
<replace token="GC logging" value="GC logging${line.separator}${alfresco.gc.logs.win}" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd" />
</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}">
<include name="**/bin/solr.in.sh"/>
<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" />
</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}">
<include name="**/bin/solr.in.cmd"/>
<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" />
</replace>
<replace token= 'REM set SOLR_JAVA_MEM=-Xms512m -Xmx512m' value='set SOLR_JAVA_MEM=-Xms1g -Xmx1g' dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd"/>
<replace token="REM set SOLR_JAVA_MEM=-Xms512m -Xmx512m" value="set SOLR_JAVA_MEM=-Xms1g -Xmx1g" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd" />
</replace>
<replace token= '#SOLR_JAVA_MEM="-Xms512m -Xmx512m"' value='SOLR_JAVA_MEM="-Xms1g -Xmx1g"' dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh"/>
<replace token="#SOLR_JAVA_MEM=&quot;-Xms512m -Xmx512m&quot;" value="SOLR_JAVA_MEM=&quot;-Xms1g -Xmx1g&quot;" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.sh" />
</replace>
<replace token= "${alfresco.search.ssl.need.token}" value="${alfresco.search.ssl.need}" dir="target/solr-${solr.version}">
<include name="**/server/etc/jetty-ssl.xml"/>
<replace token="${alfresco.search.ssl.need.token}" value="${alfresco.search.ssl.need}" dir="target/solr-${solr.version}">
<include name="**/server/etc/jetty-ssl.xml" />
</replace>
<replace token= "wantClientAuth" value="wantclientauth" dir="target/solr-${solr.version}">
<include name="**/server/etc/jetty-ssl.xml"/>
<replace token="wantClientAuth" value="wantclientauth" dir="target/solr-${solr.version}">
<include name="**/server/etc/jetty-ssl.xml" />
</replace>
<replace token= "STORE_TYPE=JKS" value="STORE_TYPE=JCEKS" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd"/>
<include name="**/bin/solr.in.sh"/>
<replace token="STORE_TYPE=JKS" value="STORE_TYPE=JCEKS" dir="target/solr-${solr.version}">
<include name="**/bin/solr.in.cmd" />
<include name="**/bin/solr.in.sh" />
</replace>
<replace token= "JKS" value="JCEKS" dir="target/solr-${solr.version}">
<include name="**/server/etc/jetty-ssl.xml"/>
<replace token="JKS" value="JCEKS" dir="target/solr-${solr.version}">
<include name="**/server/etc/jetty-ssl.xml" />
</replace>
<chmod file="target/solr-${solr.version}/bin/solr" perm="755"/>
<chmod file="target/solr-${solr.version}/bin/solr" perm="755" />
</target>
</configuration>
<goals>
+2 -2
View File
@@ -7,7 +7,7 @@
<version>8</version>
</parent>
<artifactId>alfresco-search-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-EA</version>
<packaging>pom</packaging>
<name>Alfresco Solr Search parent</name>
<properties>
@@ -28,7 +28,7 @@
<connection>scm:git:https://git.alfresco.com/search_discovery/searchservices.git</connection>
<developerConnection>scm:git:https://git.alfresco.com/search_discovery/searchservices.git</developerConnection>
<url>https://git.alfresco.com/search_discovery/searchservices.git</url>
<tag>HEAD</tag>
<tag>1.2.0-EA</tag>
</scm>
<modules>
<module>alfresco-search</module>