Skip to content

Commit 11a698d

Browse files
Address review feedback: set inceptionYear to 2026 for new example projects
@chernser noted the newly-created example projects should carry inceptionYear 2026 (they were created recently), not 2025. Applied to all three converted example poms for consistency (client-v2-apache-arrow, demo-kotlin-service, demo-service). Pre-existing example poms (client-v2, client, jdbc) are left untouched — each reflects its own creation year.
1 parent b31c5ac commit 11a698d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/client-v2-apache-arrow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Client V2 Apache Arrow Examples</name>
1313
<description>Client V2 Apache Arrow Examples</description>
1414
<url>https://github.com/ClickHouse/clickhouse-java</url>
15-
<inceptionYear>2025</inceptionYear>
15+
<inceptionYear>2026</inceptionYear>
1616

1717
<organization>
1818
<name>ClickHouse, Inc.</name>

examples/demo-kotlin-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>ClickHouse Java Kotlin Demo Service</name>
1313
<description>Ktor service using the ClickHouse client-v2</description>
1414
<url>https://github.com/ClickHouse/clickhouse-java</url>
15-
<inceptionYear>2025</inceptionYear>
15+
<inceptionYear>2026</inceptionYear>
1616

1717
<organization>
1818
<name>ClickHouse, Inc.</name>

examples/demo-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<name>ClickHouse Java Demo Service</name>
2020
<description>Spring Boot service using the ClickHouse client directly and via JPA</description>
2121
<url>https://github.com/ClickHouse/clickhouse-java</url>
22-
<inceptionYear>2025</inceptionYear>
22+
<inceptionYear>2026</inceptionYear>
2323

2424
<organization>
2525
<name>ClickHouse, Inc.</name>

0 commit comments

Comments
 (0)