Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed May 14, 2015
1 parent 9e51678 commit 1a01167
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion generate/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion js/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions jvm/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlinx.html.shared</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>

<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlinx.html</artifactId>
<packaging>pom</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
<modules>
<module>shared</module>
<module>jvm</module>
Expand Down
2 changes: 1 addition & 1 deletion shared/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 1a01167

Please sign in to comment.