summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2026-01-10 18:21:57 +0200
committerGravatar Uko Kokņevičs2026-01-10 18:21:57 +0200
commit425820a12431d1dd8ff54a9625407a7a408260ca (patch)
treef1ec243dd755d6d181c615422796b6e0846b15c7
parentSuppress checkstyle in archetype integration test property files (diff)
downloadlv.enes:parent-425820a12431d1dd8ff54a9625407a7a408260ca.tar.gz
lv.enes:parent-425820a12431d1dd8ff54a9625407a7a408260ca.tar.xz
lv.enes:parent-425820a12431d1dd8ff54a9625407a7a408260ca.zip
Release 1.0.0v1.0.0
-rw-r--r--buildstuffs/pom.xml2
-rw-r--r--pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/buildstuffs/pom.xml b/buildstuffs/pom.xml
index 74404d7..102f186 100644
--- a/buildstuffs/pom.xml
+++ b/buildstuffs/pom.xml
@@ -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>1.0.0</version>
14 14
15 <licenses> 15 <licenses>
16 <license> 16 <license>
diff --git a/pom.xml b/pom.xml
index bf187be..a051fac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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-SNAPSHOT</version> 14 <version>1.0.0</version>
15 <packaging>pom</packaging> 15 <packaging>pom</packaging>
16 16
17 <subprojects> 17 <subprojects>
@@ -50,8 +50,8 @@
50 <maven.version>4.0.0-rc-5</maven.version> 50 <maven.version>4.0.0-rc-5</maven.version>
51 <maven.version-range>[${maven.version}]</maven.version-range> 51 <maven.version-range>[${maven.version}]</maven.version-range>
52 52
53 <enes-parent.version>1.0.0-SNAPSHOT</enes-parent.version> 53 <enes-parent.version>1.0.0</enes-parent.version>
54 <enes-vocabulary-plugin.version>1.0.0-SNAPSHOT</enes-vocabulary-plugin.version> 54 <enes-vocabulary-plugin.version>1.0.0</enes-vocabulary-plugin.version>
55 55
56 <bouncycastle.version>1.83</bouncycastle.version> 56 <bouncycastle.version>1.83</bouncycastle.version>
57 <brotli4j.version>1.20.0</brotli4j.version> 57 <brotli4j.version>1.20.0</brotli4j.version>