Skip to content

Commit f9f315b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 196016f commit f9f315b

File tree

47 files changed

+48
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+48
-48
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>org.apache.kylin</groupId>
2929
<artifactId>kylin</artifactId>
3030
<packaging>pom</packaging>
31-
<version>5.0.3</version>
31+
<version>5.0.4-SNAPSHOT</version>
3232

3333
<name>Apache Kylin 5</name>
3434
<url>http://kylin.apache.org/5.0</url>
@@ -45,7 +45,7 @@
4545
<!-- developerConnection is using in maven-release-plugin https://maven.apache.org/guides/mini/guide-releasing.html-->
4646
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/kylin.git</developerConnection>
4747
<url>scm:git:https://gitbox.apache.org/repos/asf/kylin.git</url>
48-
<tag>kylin-5.0.3</tag>
48+
<tag>HEAD</tag>
4949
</scm>
5050

5151
<issueManagement>

src/assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>kylin</artifactId>
2121
<groupId>org.apache.kylin</groupId>
22-
<version>5.0.3</version>
22+
<version>5.0.4-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/common-booter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>kylin</artifactId>
2121
<groupId>org.apache.kylin</groupId>
22-
<version>5.0.3</version>
22+
<version>5.0.4-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/common-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>kylin</artifactId>
2121
<groupId>org.apache.kylin</groupId>
22-
<version>5.0.3</version>
22+
<version>5.0.4-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/common-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.kylin</groupId>
2121
<artifactId>kylin</artifactId>
22-
<version>5.0.3</version>
22+
<version>5.0.4-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/core-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.kylin</groupId>
2727
<artifactId>kylin</artifactId>
28-
<version>5.0.3</version>
28+
<version>5.0.4-SNAPSHOT</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

src/core-job/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.kylin</groupId>
2727
<artifactId>kylin</artifactId>
28-
<version>5.0.3</version>
28+
<version>5.0.4-SNAPSHOT</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

src/core-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.kylin</groupId>
2828
<artifactId>kylin</artifactId>
29-
<version>5.0.3</version>
29+
<version>5.0.4-SNAPSHOT</version>
3030
<relativePath>../../pom.xml</relativePath>
3131
</parent>
3232

src/core-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>kylin</artifactId>
2121
<groupId>org.apache.kylin</groupId>
22-
<version>5.0.3</version>
22+
<version>5.0.4-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<name>Kylin - Core Metrics</name>

src/core-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.kylin</groupId>
2828
<artifactId>kylin</artifactId>
29-
<version>5.0.3</version>
29+
<version>5.0.4-SNAPSHOT</version>
3030
<relativePath>../../pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)