Skip to content

Commit dd6d678

Browse files
author
TeamCity
committed
[maven-release-plugin] prepare release kotlinx-html-0.6.10
1 parent 7eed01c commit dd6d678

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kotlinx-html</artifactId>
55
<groupId>org.jetbrains.kotlinx</groupId>
6-
<version>0.6.10-SNAPSHOT</version>
6+
<version>0.6.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

generate/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kotlinx-html</artifactId>
55
<groupId>org.jetbrains.kotlinx</groupId>
6-
<version>0.6.10-SNAPSHOT</version>
6+
<version>0.6.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

js/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>kotlinx-html</artifactId>
55
<groupId>org.jetbrains.kotlinx</groupId>
6-
<version>0.6.10-SNAPSHOT</version>
6+
<version>0.6.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<groupId>org.jetbrains.kotlinx</groupId>
1111
<artifactId>kotlinx-html-js</artifactId>
12-
<version>0.6.10-SNAPSHOT</version>
12+
<version>0.6.10</version>
1313

1414
<name>kotlinx.html JS</name>
1515
<description>kotlinx.html JS implementation</description>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<connection>scm:git:[email protected]:Kotlin/kotlinx.html.git</connection>
3737
<url>https://github.com/Kotlin/kotlinx.html</url>
38-
<tag>HEAD</tag>
38+
<tag>kotlinx-html-0.6.10</tag>
3939
</scm>
4040

4141
<dependencies>

jvm/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<artifactId>kotlinx-html</artifactId>
55
<groupId>org.jetbrains.kotlinx</groupId>
6-
<version>0.6.10-SNAPSHOT</version>
6+
<version>0.6.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

1010
<groupId>org.jetbrains.kotlinx</groupId>
1111
<artifactId>kotlinx-html-jvm</artifactId>
12-
<version>0.6.10-SNAPSHOT</version>
12+
<version>0.6.10</version>
1313

1414
<name>kotlinx.html JVM</name>
1515
<description>kotlinx.html JVM implementation</description>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<connection>scm:git:[email protected]:Kotlin/kotlinx.html.git</connection>
3737
<url>https://github.com/Kotlin/kotlinx.html</url>
38-
<tag>HEAD</tag>
38+
<tag>kotlinx-html-0.6.10</tag>
3939
</scm>
4040

4141
<dependencies>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.jetbrains.kotlinx</groupId>
66
<artifactId>kotlinx-html</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.6.10-SNAPSHOT</version>
8+
<version>0.6.10</version>
99

1010
<name>kotlinx.html root module</name>
1111
<description>A root module for all kotlinx.html components</description>
@@ -29,7 +29,7 @@
2929
<scm>
3030
<connection>scm:git:[email protected]:Kotlin/kotlinx.html.git</connection>
3131
<url>https://github.com/Kotlin/kotlinx.html</url>
32-
<tag>HEAD</tag>
32+
<tag>kotlinx-html-0.6.10</tag>
3333
</scm>
3434

3535
<developers>

shared/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kotlinx-html</artifactId>
55
<groupId>org.jetbrains.kotlinx</groupId>
6-
<version>0.6.10-SNAPSHOT</version>
6+
<version>0.6.10</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)