diff options
Diffstat (limited to 'buildstuffs')
| -rw-r--r-- | buildstuffs/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstuffs/pom.xml b/buildstuffs/pom.xml index 0ef57f2..e2a0cc4 100644 --- a/buildstuffs/pom.xml +++ b/buildstuffs/pom.xml | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- | 2 | <!-- |
| 3 | SPDX-License-Identifier: AGPL-3.0-or-later | 3 | SPDX-License-Identifier: AGPL-3.0-or-later |
| 4 | SPDX-FileCopyrightText: 2025 Uko Kokņevičs <perkontevs@gmail.com> | 4 | SPDX-FileCopyrightText: 2025-2026 Uko Kokņevičs <perkontevs@gmail.com> |
| 5 | --> | 5 | --> |
| 6 | <project xmlns="http://maven.apache.org/POM/4.1.0" | 6 | <project xmlns="http://maven.apache.org/POM/4.1.0" |
| 7 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 7 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| @@ -37,7 +37,7 @@ | |||
| 37 | <!-- There is a small duplication between this and the parent pom.xml to avoid dependency loops. --> | 37 | <!-- There is a small duplication between this and the parent pom.xml to avoid dependency loops. --> |
| 38 | 38 | ||
| 39 | <properties> | 39 | <properties> |
| 40 | <maven.version-range>[4.0.0-rc-4]</maven.version-range> | 40 | <maven.version-range>[4.0.0-rc-5]</maven.version-range> |
| 41 | 41 | ||
| 42 | <clean-plugin.version>3.5.0</clean-plugin.version> | 42 | <clean-plugin.version>3.5.0</clean-plugin.version> |
| 43 | <compiler-plugin.version>3.14.1</compiler-plugin.version> | 43 | <compiler-plugin.version>3.14.1</compiler-plugin.version> |