Skip to content

Commit 2dda77e

Browse files
committed
[maven-release-plugin] prepare release 2026.1.4
1 parent f2074a1 commit 2dda77e

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

artcoded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>artcoded-parent</artifactId>
55
<groupId>tech.artcoded</groupId>
6-
<version>2026.1.4-SNAPSHOT</version>
6+
<version>2026.1.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>artcoded</artifactId>

event/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>artcoded-parent</artifactId>
55
<groupId>tech.artcoded</groupId>
6-
<version>2026.1.4-SNAPSHOT</version>
6+
<version>2026.1.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>tech.artcoded</groupId>
86
<artifactId>artcoded-parent</artifactId>
9-
<version>2026.1.4-SNAPSHOT</version>
7+
<version>2026.1.4</version>
108

119
<name>ARTCODED - ROOT</name>
1210

@@ -75,7 +73,7 @@
7573
<connection>
7674
scm:git:git@github.com:openartcoded/backend.git
7775
</connection>
78-
<tag>HEAD</tag>
76+
<tag>2026.1.4</tag>
7977
</scm>
8078

8179
<dependencyManagement>

0 commit comments

Comments
 (0)