Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed May 14, 2015
1 parent c813f0b commit 78570e9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
*.iml
target
*~

*.versionsBackup
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion generate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.2.3-SNAPSHOT</version>
<version>0.3.0</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.2.3-SNAPSHOT</version>
<version>0.3.0</version>

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

Expand Down

0 comments on commit 78570e9

Please sign in to comment.