Repository: incubator-htrace Updated Branches: refs/heads/master eeda1121e -> d8409ef9a
Revert "HTRACE-256 Change the artifactId for htrace-core in branch 4.0 to be htrace-core4; ADDENDUM" This reverts commit eeda1121ee82776791d6ce7aca765a624fa85708. Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/d8409ef9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/d8409ef9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/d8409ef9 Branch: refs/heads/master Commit: d8409ef9a4753b70ad88b5b06985ab8b0a0f5686 Parents: eeda112 Author: stack <[email protected]> Authored: Sat Sep 19 20:19:40 2015 -0700 Committer: stack <[email protected]> Committed: Sat Sep 19 20:19:40 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/d8409ef9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 42e19ca..0e0342f 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ language governing permissions and limitations under the License. --> <modules> <module>htrace-c</module> - <module>htrace-core4</module> + <module>htrace-core</module> <module>htrace-webapp</module> <module>htrace-zipkin</module> <module>htrace-hbase</module>
