Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
add some pom info,such as issueManagement &developers & contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jun 27, 2015
1 parent c244e0d commit 02b79cd
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions pom.xml
Expand Up @@ -4,11 +4,21 @@
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>feilong-platform</name>
<!-- 成立年份 -->
<inceptionYear>2008</inceptionYear>

<description>Reduce development, Release ideas</description>
<url>http://venusdrogon.github.io/feilong-platform/</url>

<packaging>pom</packaging>
<!-- 软件配置管理,如cvs 和svn -->
<scm>
<url>https://github.com/venusdrogon/feilong-platform.git</url>
<connection>scm:git:git@github.com:venusdrogon/feilong-platform.git</connection>
<developerConnection>scm:git:ssh://git@github.com:venusdrogon/feilong-platform.git</developerConnection>
</scm>

<!--****************************定义属性 properties************************************* -->
<properties>
Expand Down Expand Up @@ -50,7 +60,9 @@
maintaining HttpClient with it. -->
<version.commons-httpclient>3.1</version.commons-httpclient>

<!-- base on jdk1.2 legacy(won't update) -->
<version.commons-lang>2.6</version.commons-lang>
<!-- base on jdk1.6 -->
<version.commons-lang3>3.4</version.commons-lang3>

<version.commons-logging>1.2</version.commons-logging>
Expand Down Expand Up @@ -183,13 +195,7 @@
<developer.feilong.email>venusdrogon@163.com</developer.feilong.email>
</properties>

<!-- 软件配置管理,如cvs 和svn -->
<scm>
<url>https://github.com/venusdrogon/feilong-platform.git</url>
<connection>scm:git:git@github.com:venusdrogon/feilong-platform.git</connection>
<developerConnection>scm:git:ssh://git@github.com:venusdrogon/feilong-platform.git</developerConnection>
</scm>

<!-- 项目发布管理 -->
<distributionManagement>
<!-- <url>file://${user.home}/feilong/repository</url> -->
<!-- -->
Expand Down Expand Up @@ -1243,11 +1249,6 @@
</plugins>
</reporting>


<!-- 成立年份 -->
<inceptionYear>2008</inceptionYear>
<url>http://venusdrogon.github.io/feilong-platform/</url>

<!-- 指定这个项目的组织机构信息 -->
<organization>
<name>feiLong</name>
Expand Down

0 comments on commit 02b79cd

Please sign in to comment.