Skip to content

Commit

Permalink
Version set to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvayka committed Mar 14, 2016
1 parent 947b6ed commit aa7e001
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.1-SNAPSHOT</version>
<version>1.3.1</version>
<packaging>pom</packaging>

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

<properties>
<main.dir>${basedir}</main.dir>
<kaa.version>0.8.1-SNAPSHOT</kaa.version>
<kaa-sample-apps.version>1.2.1-SNAPSHOT</kaa-sample-apps.version>
<kaa.version>0.8.1</kaa.version>
<kaa-sample-apps.version>1.2.1</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 All @@ -37,7 +37,7 @@
<logback-ext-spring.version>0.1.2</logback-ext-spring.version>
<httpcomponents.version>4.3.2</httpcomponents.version>
<avro.version>1.7.5</avro.version>
<avro-ui.version>0.2.1-SNAPSHOT</avro-ui.version>
<avro-ui.version>0.2.1</avro-ui.version>
<rat.version>0.10</rat.version>
</properties>

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.1-SNAPSHOT</version>
<version>1.3.1</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.1-SNAPSHOT";
public static final String PROJECT_VERSION = "1.3.1";

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

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

/**
* Instantiates a new version.
Expand Down

0 comments on commit aa7e001

Please sign in to comment.