Repository: incubator-htrace Updated Branches: refs/heads/master a20b7351e -> eeda1121e
HTRACE-256 Change the artifactId for htrace-core in branch 4.0 to be htrace-core4; ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/eeda1121 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/eeda1121 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/eeda1121 Branch: refs/heads/master Commit: eeda1121ee82776791d6ce7aca765a624fa85708 Parents: a20b735 Author: stack <[email protected]> Authored: Sat Sep 19 20:09:45 2015 -0700 Committer: stack <[email protected]> Committed: Sat Sep 19 20:11:07 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/eeda1121/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0e0342f..42e19ca 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-core</module> + <module>htrace-core4</module> <module>htrace-webapp</module> <module>htrace-zipkin</module> <module>htrace-hbase</module>
