Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
Change-Id: Ifa0a9864e70a5105d9fc548c4fee63bb757af63f
  • Loading branch information
nomoa committed Jul 17, 2018
1 parent b5c0ec1 commit bc45091
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion extra-analysis-slovak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wikimedia.search</groupId>
<artifactId>extra-parent</artifactId>
<version>6.3.1</version>
<version>6.3.2-SNAPSHOT</version>
</parent>

<artifactId>extra-analysis-slovak</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extra-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wikimedia.search</groupId>
<artifactId>extra-parent</artifactId>
<version>6.3.1</version>
<version>6.3.2-SNAPSHOT</version>
</parent>

<artifactId>extra-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wikimedia.search</groupId>
<artifactId>extra-parent</artifactId>
<version>6.3.1</version>
<version>6.3.2-SNAPSHOT</version>
</parent>

<artifactId>extra</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.wikimedia.search</groupId>
<artifactId>extra-parent</artifactId>
<version>6.3.1</version>
<version>6.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Extra queries and filters for Elasticsearch.</description>

Expand Down Expand Up @@ -42,7 +42,7 @@
<scm>
<connection>scm:git:https://gerrit.wikimedia.org/r/search/extra</connection>
<developerConnection>scm:git:ssh://gerrit.wikimedia.org:29418/search/extra</developerConnection>
<tag>extra-parent-6.3.1</tag>
<tag>HEAD</tag>
<url>https://gerrit.wikimedia.org/r/#/admin/projects/search/extra</url>
</scm>

Expand Down Expand Up @@ -219,15 +219,15 @@
<configuration>
<skipTests>${skip.unit.tests}</skipTests>
<listeners>
<report-text showNumFailures="30" showOutput="onerror" showStackTraces="true" showStatusError="true" showStatusFailure="true" showStatusIgnored="true" showStatusOk="false" showSuiteSummary="true" showThrowable="true" timestamps="false"></report-text>
<report-ant-xml dir="${project.build.directory}/surefire-reports" mavenExtensions="true"></report-ant-xml>
<report-text showNumFailures="30" showOutput="onerror" showStackTraces="true" showStatusError="true" showStatusFailure="true" showStatusIgnored="true" showStatusOk="false" showSuiteSummary="true" showThrowable="true" timestamps="false" />
<report-ant-xml dir="${project.build.directory}/surefire-reports" mavenExtensions="true" />
</listeners>
<heartbeat>20</heartbeat>
<jvmOutputAction>warn</jvmOutputAction>
<leaveTemporary>true</leaveTemporary>
<sysouts>false</sysouts>
<assertions>
<enable></enable>
<enable />
</assertions>
<jvmArgs>
<param>-Xmx512m</param>
Expand Down Expand Up @@ -325,7 +325,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -339,7 +339,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit bc45091

Please sign in to comment.