Skip to content

[build]fix: remove duplicate version properties in root pom#4073

Merged
Duansg merged 3 commits intoapache:masterfrom
zhehenlu:build-fix-duplicate-pom-properties
Mar 19, 2026
Merged

[build]fix: remove duplicate version properties in root pom#4073
Duansg merged 3 commits intoapache:masterfrom
zhehenlu:build-fix-duplicate-pom-properties

Conversation

@zhehenlu
Copy link
Copy Markdown
Contributor

@zhehenlu zhehenlu commented Mar 17, 2026

What's changed?

  • Root pom.xml: Removed 4 duplicate version properties in <properties> so each version is defined only once.
    • spring-boot-starter-sureness.version (was declared twice, same value 1.1.0)
image image
  • commons-net (was declared twice: 3.10.0 earlier, 3.8.0 later — kept the first, removed the duplicate)
image
  • iotdb-session.version (was declared twice, same value 0.13.3)
image
  • taos-jdbcdriver.version (was declared twice, same value 3.0.0)
image

No behavior change; Maven already used the last occurrence. This avoids confusion and keeps a single source of truth.

Checklist

  • I have read the Contributing Guide
  • I have written the necessary doc or comment.
  • N/A for unit tests (build/config only; no code logic change)

Add or update API

  • N/A (no API changes)

@zhehenlu zhehenlu requested a review from Duansg March 17, 2026 06:07
@Duansg Duansg merged commit 0297f0d into apache:master Mar 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants