[maven-release-plugin] prepare branch release-0.3.0-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/c26b63ba Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/c26b63ba Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/c26b63ba Branch: refs/heads/gearpump-runner Commit: c26b63baecde9105d32e3ba03874eb782162ecda Parents: 69ae8bd Author: Aljoscha Krettek <[email protected]> Authored: Mon Oct 24 17:36:16 2016 +0200 Committer: Aljoscha Krettek <[email protected]> Committed: Mon Oct 24 17:36:16 2016 +0200 ---------------------------------------------------------------------- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/c26b63ba/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index de4bd63..6a24d98 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-beam.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-beam.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=incubator-beam.git;a=summary</url> - <tag>release-0.2.0-incubating</tag> + <tag>release-0.3.0-incubating</tag> </scm> <issueManagement> @@ -92,13 +92,13 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <beam.javadoc_opts/> + <beam.javadoc_opts /> <!-- Disable integration tests by default --> <skipITs>true</skipITs> <!-- Do not add additional surefire arguments by default --> - <beamSurefireArgline/> + <beamSurefireArgline /> <!-- If updating dependencies, please update any relevant javadoc offlineLinks --> <avro.version>1.8.1</avro.version> @@ -1023,7 +1023,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1037,7 +1037,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions>
