Skip to content

Commit a6fb46f

Browse files
committed
[maven-release-plugin] prepare release ki-0.4.1
1 parent b655565 commit a6fb46f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ki-shell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jetbrains.kotlinx</groupId>
66
<artifactId>ki</artifactId>
7-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.4.1</version>
88
</parent>
99

1010
<artifactId>ki-shell</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jetbrains.kotlinx</groupId>
66
<artifactId>ki</artifactId>
7-
<version>0.4.1-SNAPSHOT</version>
7+
<version>0.4.1</version>
88

99
<packaging>pom</packaging>
1010
<name>Ki Shell :: parent</name>
@@ -108,7 +108,7 @@
108108
<connection>scm:git:git://github.com/Kotlin/kotlin-interactive-shell.git</connection>
109109
<developerConnection>scm:git:ssh://git@github.com/Kotlin/kotlin-interactive-shell.git</developerConnection>
110110
<url>http://github.com/Kotlin/kotlin-interactive-shell/tree/master</url>
111-
<tag>HEAD</tag>
111+
<tag>ki-0.4.1</tag>
112112
</scm>
113113
<distributionManagement>
114114
<repository>

0 commit comments

Comments
 (0)