Skip to content

Commit

Permalink
Minor fixes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Exslims committed Mar 12, 2017
1 parent 5bc1ac5 commit 055f8c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>com.home.mercury</groupId>
<artifactId>app-shared</artifactId>
<version>1.0.0.4</version>
<version>1.0.0.5</version>
</dependency>
<!--<dependency>-->
<!--<groupId>lc.kra.system</groupId>-->
Expand Down
2 changes: 1 addition & 1 deletion app-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.home.mercury</groupId>
<artifactId>app-shared</artifactId>
<version>1.0.0.4</version>
<version>1.0.0.5</version>
<packaging>jar</packaging>
<dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class AppThemeColor {
public static final Color TEXT_MISC = new Color(219,158,54);
public static final Color TEXT_NICKNAME = new Color(255,211,78);
public static final Color TEXT_IMPORTANT = new Color(224,86,60);
public static final Color TEXT_SUCCESS = new Color(167,197,32);
public static final Color TEXT_SUCCESS = new Color(111, 173, 39);
public static final Color TEXT_DISABLE = new Color(126,130,122);
public static final Color BORDER = new Color(22,126,138);
public static final Color FRAME = new Color(42, 44, 43,240);
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.home.mercury</groupId>
<artifactId>app-shared</artifactId>
<version>1.0.0.4</version>
<version>1.0.0.5</version>
</dependency>
<!--external-->
<!--<dependency>-->
Expand Down

0 comments on commit 055f8c5

Please sign in to comment.