This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new b321d46 Fix name on smoke test in pom
b321d46 is described below
commit b321d46a2a2719045d60b990e2bdcbd6c3c2937d
Author: Ivan Kelly <[email protected]>
AuthorDate: Mon Feb 19 15:49:43 2018 -0800
Fix name on smoke test in pom
It says backwards compat, should be integration
Author: Ivan Kelly <[email protected]>
Reviewers: Sijie Guo <[email protected]>
This closes #1178 from ivankelly/smoke-test-name
---
tests/integration/smoke/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/integration/smoke/pom.xml b/tests/integration/smoke/pom.xml
index 21176f4..0bc8f7e 100644
--- a/tests/integration/smoke/pom.xml
+++ b/tests/integration/smoke/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.bookkeeper.tests.integration</groupId>
<artifactId>smoke</artifactId>
<packaging>jar</packaging>
- <name>Apache BookKeeper :: Tests :: Backward Compatibility :: Smoke
test</name>
+ <name>Apache BookKeeper :: Tests :: Integration :: Smoke test</name>
<dependencies>
<dependency>
--
To stop receiving notification emails like this one, please contact
[email protected].