Skip to content

Commit

Permalink
Modify project info hotfix. (#2)
Browse files Browse the repository at this point in the history
* add project description in root pom file
  • Loading branch information
luyiisme authored May 15, 2018
1 parent 89fea43 commit 8428f5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/lookout-sofa-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<groupId>com.alipay.sofa.lookout</groupId>
<artifactId>lookout-client-parent</artifactId>
<version>1.4.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>com.alipay.sofa.lookout</groupId>
Expand Down
3 changes: 3 additions & 0 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<artifactId>lookout-client-parent</artifactId>
<version>1.4.0</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>It is a library which allows you to instrument your app with custom metrics</description>
<url>https://github.com/sofastack/sofa-lookout</url>

<properties>
<project.encoding>UTF-8</project.encoding>
Expand Down

0 comments on commit 8428f5a

Please sign in to comment.