summaryrefslogtreecommitdiff
path: root/buildstuffs
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2026-01-10 15:52:19 +0200
committerGravatar Uko Kokņevičs2026-01-10 16:18:41 +0200
commit820b145ccae73afe1f1af6becdc9bb3d0359279c (patch)
treed5054cc3793199b8bf07fd9762328de9beb3e2ee /buildstuffs
parentUpdate Java (diff)
downloadlv.enes:parent-820b145ccae73afe1f1af6becdc9bb3d0359279c.tar.gz
lv.enes:parent-820b145ccae73afe1f1af6becdc9bb3d0359279c.tar.xz
lv.enes:parent-820b145ccae73afe1f1af6becdc9bb3d0359279c.zip
Update maven
Diffstat (limited to 'buildstuffs')
-rw-r--r--buildstuffs/pom.xml4
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>