Skip to content

Commit

Permalink
upgrate frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaolin committed Jan 15, 2017
1 parent 06d0d9b commit 502ddc2
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>me.hao0</groupId>
<artifactId>diablo-client</artifactId>
<version>${version}</version>
<version>1.2.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions diablo-client-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>diablo</artifactId>
<groupId>me.hao0</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>me.hao0</groupId>
<artifactId>diablo-client</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions diablo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>diablo</artifactId>
<groupId>me.hao0</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>me.hao0</groupId>
<artifactId>diablo-common</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>

<!-- use slf4j-api for logging -->
Expand Down
2 changes: 1 addition & 1 deletion diablo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>diablo</artifactId>
<groupId>me.hao0</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions diablo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>diablo</artifactId>
<groupId>me.hao0</groupId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>me.hao0</groupId>
<artifactId>diablo-common</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion diablo-server/src/main/resources/public/app.css

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions diablo-server/src/main/resources/public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion diablo-server/src/main/resources/public/common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>me.hao0</groupId>
<artifactId>diablo</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<modules>
<module>diablo-common</module>
<module>diablo-server</module>
Expand Down

0 comments on commit 502ddc2

Please sign in to comment.