summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2026-01-10 18:34:29 +0200
committerGravatar Uko Kokņevičs2026-01-11 08:21:25 +0200
commitc3b808acc6905862ad7c2b30434e1120a73470d2 (patch)
tree1be6d09e6ad71aa0bc51088ac3b21083285d1b34 /pom.xml
parentRelease 1.0.0 (diff)
downloadlv.enes:parent-c3b808acc6905862ad7c2b30434e1120a73470d2.tar.gz
lv.enes:parent-c3b808acc6905862ad7c2b30434e1120a73470d2.tar.xz
lv.enes:parent-c3b808acc6905862ad7c2b30434e1120a73470d2.zip
Relicense to EUPL-1.2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a051fac..f4a9ef8 100644
--- a/pom.xml
+++ b/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"
@@ -11,7 +11,7 @@
11 11
12 <groupId>lv.enes</groupId> 12 <groupId>lv.enes</groupId>
13 <artifactId>parent</artifactId> 13 <artifactId>parent</artifactId>
14 <version>1.0.0</version> 14 <version>1.1.0-SNAPSHOT</version>
15 <packaging>pom</packaging> 15 <packaging>pom</packaging>
16 16
17 <subprojects> 17 <subprojects>
@@ -25,6 +25,12 @@
25 <distribution>repo</distribution> 25 <distribution>repo</distribution>
26 <comments>GNU Affero General Public License</comments> 26 <comments>GNU Affero General Public License</comments>
27 </license> 27 </license>
28 <license>
29 <name>EUPL-1.2</name>
30 <url>https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12</url>
31 <distribution>repo</distribution>
32 <comments>European Union Public Licence, version 1.2</comments>
33 </license>
28 </licenses> 34 </licenses>
29 35
30 <distributionManagement> 36 <distributionManagement>
@@ -50,7 +56,7 @@
50 <maven.version>4.0.0-rc-5</maven.version> 56 <maven.version>4.0.0-rc-5</maven.version>
51 <maven.version-range>[${maven.version}]</maven.version-range> 57 <maven.version-range>[${maven.version}]</maven.version-range>
52 58
53 <enes-parent.version>1.0.0</enes-parent.version> 59 <enes-parent.version>1.1.0-SNAPSHOT</enes-parent.version>
54 <enes-vocabulary-plugin.version>1.0.0</enes-vocabulary-plugin.version> 60 <enes-vocabulary-plugin.version>1.0.0</enes-vocabulary-plugin.version>
55 61
56 <bouncycastle.version>1.83</bouncycastle.version> 62 <bouncycastle.version>1.83</bouncycastle.version>