pom names consistency
Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/f5cabe3d Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/f5cabe3d Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/f5cabe3d Branch: refs/heads/master Commit: f5cabe3daa0b4a9117daa6866ee90cc0234637fc Parents: c8d8a22 Author: rmannibucau <[email protected]> Authored: Thu Sep 22 14:11:11 2016 +0200 Committer: rmannibucau <[email protected]> Committed: Thu Sep 22 14:11:11 2016 +0200 ---------------------------------------------------------------------- integration-tests/pom.xml | 1 + integration-tests/transaction/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/f5cabe3d/integration-tests/pom.xml ---------------------------------------------------------------------- diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 06a964a..c394373 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -25,6 +25,7 @@ </parent> <artifactId>integration-tests</artifactId> + <name>BatchEE :: Integration Tests</name> <packaging>pom</packaging> <modules> http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/f5cabe3d/integration-tests/transaction/pom.xml ---------------------------------------------------------------------- diff --git a/integration-tests/transaction/pom.xml b/integration-tests/transaction/pom.xml index ff08da9..1e2122d 100644 --- a/integration-tests/transaction/pom.xml +++ b/integration-tests/transaction/pom.xml @@ -26,6 +26,7 @@ <artifactId>integration-transaction</artifactId> <packaging>jar</packaging> + <name>BatchEE :: Integration Tests :: Transaction</name> <dependencies>
