Repository: incubator-htrace Updated Branches: refs/heads/master 76314ebf2 -> cfdae97d7
HTRACE-379. rely on apache parent pom for name of license. (Sean Busbey via iwasakims) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/cfdae97d Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/cfdae97d Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/cfdae97d Branch: refs/heads/master Commit: cfdae97d7a3938b568d495a8dbf236c46feae593 Parents: 76314eb Author: Masatake Iwasaki <[email protected]> Authored: Wed Aug 10 09:19:11 2016 +0900 Committer: Masatake Iwasaki <[email protected]> Committed: Wed Aug 10 09:20:09 2016 +0900 ---------------------------------------------------------------------- pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/cfdae97d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 932f29a..59741a3 100644 --- a/pom.xml +++ b/pom.xml @@ -37,14 +37,6 @@ language governing permissions and limitations under the License. --> <module>htrace-htraced</module> </modules> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - <comments>A business-friendly OSS license</comments> - </license> - </licenses> <scm> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/incubator-htrace.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-htrace.git</developerConnection>
