Skip to content

Commit 78570e9

Browse files
author
Sergey Mashkov
committed
Prepare for release
1 parent c813f0b commit 78570e9

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
*.iml
33
target
44
*~
5-
5+
*.versionsBackup

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlinx.html</artifactId>
77
<groupId>org.jetbrains.kotlin</groupId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

generate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlinx.html</artifactId>
77
<groupId>org.jetbrains.kotlin</groupId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

js/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlinx.html</artifactId>
77
<groupId>org.jetbrains.kotlin</groupId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

jvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlinx.html</artifactId>
77
<groupId>org.jetbrains.kotlin</groupId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.jetbrains.kotlin</groupId>
2222
<artifactId>kotlinx.html.shared</artifactId>
23-
<version>0.2.3-SNAPSHOT</version>
23+
<version>0.3.0</version>
2424

2525
<exclusions>
2626
<exclusion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.jetbrains.kotlin</groupId>
88
<artifactId>kotlinx.html</artifactId>
99
<packaging>pom</packaging>
10-
<version>0.2.3-SNAPSHOT</version>
10+
<version>0.3.0</version>
1111
<modules>
1212
<module>shared</module>
1313
<module>jvm</module>

shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>kotlinx.html</artifactId>
77
<groupId>org.jetbrains.kotlin</groupId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)