Skip to content

Commit

Permalink
APP-425: Set version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Slash32 committed Oct 28, 2016
1 parent 42fa690 commit 02a421b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kaaproject.kaa</groupId>
<artifactId>sandbox-frame</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>

<name>Kaa Sandbox Frame</name>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kaaproject.kaa</groupId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<artifactId>sandbox-frame</artifactId>
</parent>
<groupId>org.kaaproject.kaa.sandbox-frame</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public final class Version {

/** The Constant PROJECT_VERSION. */
public static final String PROJECT_VERSION = "1.4.0-SNAPSHOT";
public static final String PROJECT_VERSION = "1.4.0";

/** The Constant KAA_VERSION. */
public static final String KAA_VERSION = "0.10.0";
Expand Down

0 comments on commit 02a421b

Please sign in to comment.