Skip to content

Commit

Permalink
added CommandExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakang committed Apr 16, 2018
1 parent 8140bf8 commit 246a590
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ git push -u origin master
<dependency>
<groupId>com.david.common</groupId>
<artifactId>common-code</artifactId>
<version>1.0-SNAPSHOT</version>
<version>${common.version}</version>
</dependency>
```
2 changes: 1 addition & 1 deletion common-code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>david-common</artifactId>
<groupId>com.david.common</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ext-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>david-common</artifactId>
<groupId>com.david.common</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion global-limiter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>david-common</artifactId>
<groupId>com.david.common</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.david.common</groupId>
<artifactId>david-common</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<modules>
<module>common-code</module>
<module>global-limiter</module>
Expand Down

0 comments on commit 246a590

Please sign in to comment.