Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kotlinx.html-0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed May 29, 2015
1 parent 46beaeb commit dfb7fee
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</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 @@ -3,7 +3,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</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 @@ -3,7 +3,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</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 @@ -3,7 +3,7 @@
<parent>
<artifactId>kotlinx.html</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<exclusions>
<exclusion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlinx.html</artifactId>
<packaging>pom</packaging>
<version>0.3.9-SNAPSHOT</version>
<version>0.3.9</version>
<modules>
<module>shared</module>
<module>jvm</module>
Expand All @@ -18,7 +18,7 @@
<scm>
<connection>scm:git:git@github.com:cy6erGn0m/html4k.git</connection>
<url>https://github.com/cy6erGn0m/html4k</url>
<tag>HEAD</tag>
<tag>kotlinx.html-0.3.9</tag>
</scm>

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

Expand Down

0 comments on commit dfb7fee

Please sign in to comment.