Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvayka committed Dec 29, 2015
1 parent b92e109 commit 7bf9e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

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

<properties>
<main.dir>${basedir}</main.dir>
<kaa.version>0.7.4-SNAPSHOT</kaa.version>
<kaa-sample-apps.version>1.1.1-SNAPSHOT</kaa-sample-apps.version>
<kaa.version>0.7.4</kaa.version>
<kaa-sample-apps.version>1.1.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 Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.kaaproject.kaa</groupId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<artifactId>sandbox-frame</artifactId>
</parent>
<groupId>org.kaaproject.kaa.sandbox-frame</groupId>
Expand Down

0 comments on commit 7bf9e36

Please sign in to comment.