Skip to content

Commit

Permalink
[maven-release-plugin] prepare release kotlinx-html-0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamCity committed May 4, 2018
1 parent 7eed01c commit dd6d678
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>kotlinx-html</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
<version>0.6.10-SNAPSHOT</version>
<version>0.6.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
6 changes: 3 additions & 3 deletions js/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>kotlinx-html</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
<version>0.6.10-SNAPSHOT</version>
<version>0.6.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-html-js</artifactId>
<version>0.6.10-SNAPSHOT</version>
<version>0.6.10</version>

<name>kotlinx.html JS</name>
<description>kotlinx.html JS implementation</description>
Expand All @@ -35,7 +35,7 @@
<scm>
<connection>scm:git:git@github.com:Kotlin/kotlinx.html.git</connection>
<url>https://github.com/Kotlin/kotlinx.html</url>
<tag>HEAD</tag>
<tag>kotlinx-html-0.6.10</tag>
</scm>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions jvm/pom.xml
Expand Up @@ -3,13 +3,13 @@
<parent>
<artifactId>kotlinx-html</artifactId>
<groupId>org.jetbrains.kotlinx</groupId>
<version>0.6.10-SNAPSHOT</version>
<version>0.6.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-html-jvm</artifactId>
<version>0.6.10-SNAPSHOT</version>
<version>0.6.10</version>

<name>kotlinx.html JVM</name>
<description>kotlinx.html JVM implementation</description>
Expand All @@ -35,7 +35,7 @@
<scm>
<connection>scm:git:git@github.com:Kotlin/kotlinx.html.git</connection>
<url>https://github.com/Kotlin/kotlinx.html</url>
<tag>HEAD</tag>
<tag>kotlinx-html-0.6.10</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-html</artifactId>
<packaging>pom</packaging>
<version>0.6.10-SNAPSHOT</version>
<version>0.6.10</version>

<name>kotlinx.html root module</name>
<description>A root module for all kotlinx.html components</description>
Expand All @@ -29,7 +29,7 @@
<scm>
<connection>scm:git:git@github.com:Kotlin/kotlinx.html.git</connection>
<url>https://github.com/Kotlin/kotlinx.html</url>
<tag>HEAD</tag>
<tag>kotlinx-html-0.6.10</tag>
</scm>

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

Expand Down

0 comments on commit dd6d678

Please sign in to comment.