|
VERSION_NAME=3.6.9
GROUP=com.huxq17.xrefreshview
POM_NAME=Android universal pull to refresh library
POM_ARTIFACT_ID=xrefreshview
POM_PACKAGING=aar
#比如我们引用appcompat-v7,那么会这么写 compile 'com.android.support:appcompat-v7:22.2.0'
#实际对应的字段就是 compile 'GROUP:POM_ARTIFACT_ID:VERSION_NAME'
POM_DESCRIPTION=Android universal pull to refresh library
POM_URL=git@github.com:huxq17/XRefreshView.git
POM_SCM_URL=scm:git@github.com:huxq17/XRefreshView.git
POM_SCM_CONNECTION=scm:git@github.com:huxq17/XRefreshView.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:huxq17/XRefreshView.git
#开源协议
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=huxq17
POM_DEVELOPER_NAME=huxq17
POM_DEVELOPER_EMAIL=huxq17@163.com
POM_DEVELOPER_URL=http://blog.csdn.net/footballclub/
GIT_URL=git@github.com:huxq17/XRefreshView.git
ISSUE_URL=https://github.com/huxq17/XRefreshView/issues
|