Skip to content

Commit e493a81

Browse files
author
Sergey Mashkov
committed
[maven-release-plugin] prepare release kotlinx.html-0.4.16
1 parent 2161870 commit e493a81

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.16-SNAPSHOT</version>
6+
<version>0.4.16</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

generate/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.16-SNAPSHOT</version>
6+
<version>0.4.16</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

js/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.16-SNAPSHOT</version>
6+
<version>0.4.16</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jvm/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.16-SNAPSHOT</version>
6+
<version>0.4.16</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
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.4.16-SNAPSHOT</version>
8+
<version>0.4.16</version>
99
<modules>
1010
<module>shared</module>
1111
<module>jvm</module>
@@ -18,7 +18,7 @@
1818
<scm>
1919
<connection>scm:git:[email protected]:kotlinx/kotlinx.html.git</connection>
2020
<url>https://github.com/kotlinx/kotlinx.html</url>
21-
<tag>HEAD</tag>
21+
<tag>kotlinx.html-0.4.16</tag>
2222
</scm>
2323

2424
<developers>

shared/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.16-SNAPSHOT</version>
6+
<version>0.4.16</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)