Skip to content

Commit 6a63bd3

Browse files
liyang-kylinlionelcao
authored andcommitted
update pom.xml to release version 5.0.2
update pom.xml to release version 5.0.2 in all sub-modules
1 parent 6d97343 commit 6a63bd3

File tree

47 files changed

+49
-50
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

+49
-50
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1918

2019
<parent>
2120
<!-- https://infra.apache.org/publishing-maven-artifacts.html -->
@@ -29,7 +28,7 @@
2928
<groupId>org.apache.kylin</groupId>
3029
<artifactId>kylin</artifactId>
3130
<packaging>pom</packaging>
32-
<version>5.1.0-SNAPSHOT</version>
31+
<version>5.0.2</version>
3332

3433
<name>Apache Kylin 5</name>
3534
<url>http://kylin.apache.org/5.0</url>
@@ -46,7 +45,7 @@
4645
<!-- developerConnection is using in maven-release-plugin https://maven.apache.org/guides/mini/guide-releasing.html-->
4746
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/kylin.git</developerConnection>
4847
<url>scm:git:https://gitbox.apache.org/repos/asf/kylin.git</url>
49-
<tag>HEAD</tag>
48+
<tag>kylin-5.0.2</tag>
5049
</scm>
5150

5251
<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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</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.1.0-SNAPSHOT</version>
28+
<version>5.0.2</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.1.0-SNAPSHOT</version>
28+
<version>5.0.2</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.1.0-SNAPSHOT</version>
29+
<version>5.0.2</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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</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.1.0-SNAPSHOT</version>
29+
<version>5.0.2</version>
3030
<relativePath>../../pom.xml</relativePath>
3131
</parent>
3232

src/data-loading-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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/data-loading-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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/data-loading-service/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/datasource-sdk/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/datasource-service/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/distributed-lock-ext/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/jdbc/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/job-service/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/kylin-it/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/kylin-server-it/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/metadata-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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/modeling-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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/ops-booter/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/ops-server/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/ops-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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/query-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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/query-common/pom.xml

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

src/query-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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/query-service/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/query/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.1.0-SNAPSHOT</version>
28+
<version>5.0.2</version>
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

src/rec-booter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>kylin</artifactId>
2424
<groupId>org.apache.kylin</groupId>
25-
<version>5.1.0-SNAPSHOT</version>
25+
<version>5.0.2</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

src/rec-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>kylin</artifactId>
2525
<groupId>org.apache.kylin</groupId>
26-
<version>5.1.0-SNAPSHOT</version>
26+
<version>5.0.2</version>
2727
<relativePath>../../pom.xml</relativePath>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>

src/rec-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>kylin</artifactId>
2424
<groupId>org.apache.kylin</groupId>
25-
<version>5.1.0-SNAPSHOT</version>
25+
<version>5.0.2</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

src/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>kylin</artifactId>
2929
<groupId>org.apache.kylin</groupId>
30-
<version>5.1.0-SNAPSHOT</version>
30+
<version>5.0.2</version>
3131
<relativePath>../../pom.xml</relativePath>
3232
</parent>
3333

src/source-hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.kylin</groupId>
2929
<artifactId>kylin</artifactId>
30-
<version>5.1.0-SNAPSHOT</version>
30+
<version>5.0.2</version>
3131
<relativePath>../../pom.xml</relativePath>
3232
</parent>
3333

src/spark-project/engine-build-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.kylin</groupId>
2222
<artifactId>kylin</artifactId>
23-
<version>5.1.0-SNAPSHOT</version>
23+
<version>5.0.2</version>
2424
<relativePath>../../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

src/spark-project/engine-spark/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.1.0-SNAPSHOT</version>
29+
<version>5.0.2</version>
3030
<relativePath>../../../pom.xml</relativePath>
3131
</parent>
3232

src/spark-project/kylin-internal-catalog/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<artifactId>kylin</artifactId>
3333
<groupId>org.apache.kylin</groupId>
34-
<version>5.1.0-SNAPSHOT</version>
34+
<version>5.0.2</version>
3535
<relativePath>../../../pom.xml</relativePath>
3636
</parent>
3737

src/spark-project/kylin-soft-affinity-cache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<artifactId>kylin</artifactId>
3333
<groupId>org.apache.kylin</groupId>
34-
<version>5.1.0-SNAPSHOT</version>
34+
<version>5.0.2</version>
3535
<relativePath>../../../pom.xml</relativePath>
3636
</parent>
3737

src/spark-project/source-jdbc/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.1.0-SNAPSHOT</version>
22+
<version>5.0.2</version>
2323
<relativePath>../../../pom.xml</relativePath>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>

src/spark-project/sparder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<artifactId>kylin</artifactId>
3232
<groupId>org.apache.kylin</groupId>
33-
<version>5.1.0-SNAPSHOT</version>
33+
<version>5.0.2</version>
3434
<relativePath>../../../pom.xml</relativePath>
3535
</parent>
3636

src/spark-project/spark-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>kylin</artifactId>
2929
<groupId>org.apache.kylin</groupId>
30-
<version>5.1.0-SNAPSHOT</version>
30+
<version>5.0.2</version>
3131
<relativePath>../../../pom.xml</relativePath>
3232
</parent>
3333

0 commit comments

Comments
 (0)