Skip to content

Commit

Permalink
Version set to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikulikov committed Apr 27, 2016
1 parent 4adfdf1 commit 79e7b52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kaaproject.kaa</groupId>
<artifactId>sandbox-frame</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>

<name>Kaa Sandbox Frame</name>
<url>http://kaaproject.org</url>

<properties>
<main.dir>${basedir}</main.dir>
<kaa.version>0.9.0-SNAPSHOT</kaa.version>
<kaa-sample-apps.version>1.3.0-SNAPSHOT</kaa-sample-apps.version>
<kaa.version>0.9.0</kaa.version>
<kaa-sample-apps.version>1.3.0</kaa-sample-apps.version>
<gwt.version>2.7.0</gwt.version>
<spring.version>4.0.2.RELEASE</spring.version>
<ehcache.version>2.8.1</ehcache.version>
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.3.2-SNAPSHOT</version>
<version>1.3.2</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,13 +27,13 @@
public final class Version {

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

/** The Constant KAA_VERSION. */
public static final String KAA_VERSION = "0.9.0-SNAPSHOT";
public static final String KAA_VERSION = "0.9.0";

/** The Constant KAA_VERSION. */
public static final String KAA_SAMPLE_APPS_VERSION = "1.3.0-SNAPSHOT";
public static final String KAA_SAMPLE_APPS_VERSION = "1.3.0";

/**
* Instantiates a new version.
Expand Down

0 comments on commit 79e7b52

Please sign in to comment.