diff options
Diffstat (limited to 'buildstuffs/pom.xml')
| -rw-r--r-- | buildstuffs/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/buildstuffs/pom.xml b/buildstuffs/pom.xml index 79cb47f..72cd625 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: EUPL-1.2 |
| 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" |
| @@ -10,7 +10,7 @@ | |||
| 10 | 10 | ||
| 11 | <groupId>lv.enes</groupId> | 11 | <groupId>lv.enes</groupId> |
| 12 | <artifactId>buildstuffs</artifactId> | 12 | <artifactId>buildstuffs</artifactId> |
| 13 | <version>1.0.0-SNAPSHOT</version> | 13 | <version>3-SNAPSHOT</version> |
| 14 | 14 | ||
| 15 | <licenses> | 15 | <licenses> |
| 16 | <license> | 16 | <license> |
| @@ -37,17 +37,17 @@ | |||
| 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.0</compiler-plugin.version> | 43 | <compiler-plugin.version>3.15.0</compiler-plugin.version> |
| 44 | <deploy-plugin.version>3.1.4</deploy-plugin.version> | 44 | <deploy-plugin.version>3.1.4</deploy-plugin.version> |
| 45 | <enforcer-plugin.version>3.6.1</enforcer-plugin.version> | 45 | <enforcer-plugin.version>3.6.2</enforcer-plugin.version> |
| 46 | <install-plugin.version>3.1.4</install-plugin.version> | 46 | <install-plugin.version>3.1.4</install-plugin.version> |
| 47 | <jar-plugin.version>3.4.2</jar-plugin.version> | 47 | <jar-plugin.version>3.5.0</jar-plugin.version> |
| 48 | <resources-plugin.version>3.3.1</resources-plugin.version> | 48 | <resources-plugin.version>3.4.0</resources-plugin.version> |
| 49 | <surefire-plugin.version>3.5.3</surefire-plugin.version> | 49 | <surefire-plugin.version>3.5.4</surefire-plugin.version> |
| 50 | <versions-plugin.version>2.18.0</versions-plugin.version> | 50 | <versions-plugin.version>2.21.0</versions-plugin.version> |
| 51 | </properties> | 51 | </properties> |
| 52 | 52 | ||
| 53 | <build> | 53 | <build> |