Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchao committed Oct 20, 2017
1 parent cd5dc74 commit 998aa80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<version>0.0.1</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>zookeeper/snowflake based id generator tools</description>
<url>https://github.com/imadcn/idworker</url>
<description>distributed redis reentrant lock</description>
<url>https://github.com/imadcn/redislock</url>

<developers>
<developer>
Expand All @@ -25,9 +25,9 @@
</licenses>

<scm>
<url>https://github.com/imadcn/idworker.git</url>
<connection>scm:https://github.com/imadcn/idworker.git</connection>
<developerConnection>scm:https://github.com/imadcn/idworker.git</developerConnection>
<url>https://github.com/imadcn/redislock.git</url>
<connection>scm:https://github.com/imadcn/redislock.git</connection>
<developerConnection>scm:https://github.com/imadcn/redislock.git</developerConnection>
</scm>

<properties>
Expand Down

0 comments on commit 998aa80

Please sign in to comment.