Skip to content

Commit

Permalink
BugFix:
Browse files Browse the repository at this point in the history
1.

NewAdd:
1.
  • Loading branch information
yishenggudou committed Dec 18, 2018
1 parent 9d911f3 commit a69088c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/blitzcrank-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.github.yishenggudou</groupId>
<artifactId>blitzcrank</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.github.yishenggudou</groupId>
<artifactId>blitzcrank-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions app/blitzcrank-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.github.yishenggudou</groupId>
<artifactId>blitzcrank</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>com.github.yishenggudou</groupId>
<artifactId>blitzcrank-tasks</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.yishenggudou</groupId>
<artifactId>blitzcrank</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<name>blitzcrank</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.module.version>1.0.0-SNAPSHOT</project.module.version>
<project.module.version>1.0.0</project.module.version>
</properties>
<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -31,12 +31,12 @@
<dependency>
<groupId>com.github.yishenggudou</groupId>
<artifactId>blitzcrank</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.github.yishenggudou</groupId>
<artifactId>blitzcrank-common</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.python</groupId>
Expand Down

0 comments on commit a69088c

Please sign in to comment.