Repository: beam Updated Branches: refs/heads/master 6f9d2a764 -> 0be61dbb5
runners-core-construction-java fix artifact name Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2bea9159 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2bea9159 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2bea9159 Branch: refs/heads/master Commit: 2bea915949d4c2a035a28eab7f6ea4fa79391d3d Parents: 6f9d2a7 Author: Dan Halperin <[email protected]> Authored: Tue Apr 18 12:15:09 2017 -0700 Committer: Dan Halperin <[email protected]> Committed: Tue Apr 18 13:31:27 2017 -0700 ---------------------------------------------------------------------- runners/core-construction-java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/2bea9159/runners/core-construction-java/pom.xml ---------------------------------------------------------------------- diff --git a/runners/core-construction-java/pom.xml b/runners/core-construction-java/pom.xml index 3f323dd..dfab3e2 100644 --- a/runners/core-construction-java/pom.xml +++ b/runners/core-construction-java/pom.xml @@ -29,7 +29,7 @@ </parent> <artifactId>beam-runners-core-construction-java</artifactId> - <name>Apache Beam :: Runners :: Core Java Construction</name> + <name>Apache Beam :: Runners :: Core Construction Java</name> <description>Beam Runners Core provides utilities to aid runner authors interact with a Pipeline prior to execution. </description>
