Repository: incubator-htrace Updated Branches: refs/heads/4.0 12ba099d3 -> 5a1a79421
HTRACE-256 Change the artifactId for htrace-core in branch 4.0 to be htrace-core4 Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/5a1a7942 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/5a1a7942 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/5a1a7942 Branch: refs/heads/4.0 Commit: 5a1a79421670c2fd49f6ede344bb02a6519e6efc Parents: 12ba099 Author: stack <[email protected]> Authored: Fri Sep 18 14:30:45 2015 -0700 Committer: stack <[email protected]> Committed: Fri Sep 18 14:30:45 2015 -0700 ---------------------------------------------------------------------- htrace-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/5a1a7942/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index cb1d717..28c9f29 100644 --- a/htrace-core/pom.xml +++ b/htrace-core/pom.xml @@ -12,7 +12,7 @@ language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>htrace-core</artifactId> + <artifactId>htrace-core4</artifactId> <packaging>jar</packaging> <parent>
