Repository: incubator-htrace Updated Branches: refs/heads/master b2c41bf51 -> 6c76f106e
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/6c76f106 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/6c76f106 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/6c76f106 Branch: refs/heads/master Commit: 6c76f106e00feacf708c8ca7a3581cf8c1efc194 Parents: b2c41bf Author: stack <[email protected]> Authored: Fri Sep 18 14:30:45 2015 -0700 Committer: stack <[email protected]> Committed: Fri Sep 18 14:31:08 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/6c76f106/htrace-core/pom.xml ---------------------------------------------------------------------- diff --git a/htrace-core/pom.xml b/htrace-core/pom.xml index 1e0146b..81f2f87 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>
