diff options
Diffstat (limited to 'buildstuffs/pom.xml')
| -rw-r--r-- | buildstuffs/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/buildstuffs/pom.xml b/buildstuffs/pom.xml index 74404d7..2d2fe0b 100644 --- a/buildstuffs/pom.xml +++ b/buildstuffs/pom.xml | |||
| @@ -1,6 +1,6 @@ | |||
| 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-2026 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" |
| @@ -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> |
| @@ -47,7 +47,7 @@ | |||
| 47 | <jar-plugin.version>3.5.0</jar-plugin.version> | 47 | <jar-plugin.version>3.5.0</jar-plugin.version> |
| 48 | <resources-plugin.version>3.4.0</resources-plugin.version> | 48 | <resources-plugin.version>3.4.0</resources-plugin.version> |
| 49 | <surefire-plugin.version>3.5.4</surefire-plugin.version> | 49 | <surefire-plugin.version>3.5.4</surefire-plugin.version> |
| 50 | <versions-plugin.version>2.20.1</versions-plugin.version> | 50 | <versions-plugin.version>2.21.0</versions-plugin.version> |
| 51 | </properties> | 51 | </properties> |
| 52 | 52 | ||
| 53 | <build> | 53 | <build> |