Skip to content

Commit 2ddd1a5

Browse files
committed
[maven-release-plugin] prepare release 2026.5.1
1 parent dd7504c commit 2ddd1a5

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

artcoded/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>artcoded-parent</artifactId>
75
<groupId>tech.artcoded</groupId>
8-
<version>2026.5.1-SNAPSHOT</version>
6+
<version>2026.5.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119
<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.5.1-SNAPSHOT</version>
6+
<version>2026.5.1</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.5.1-SNAPSHOT</version>
7+
<version>2026.5.1</version>
108

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

@@ -86,7 +84,7 @@
8684
<connection>
8785
scm:git:git@github.com:openartcoded/backend.git
8886
</connection>
89-
<tag>HEAD</tag>
87+
<tag>2026.5.1</tag>
9088
</scm>
9189

9290
<dependencyManagement>

0 commit comments

Comments
 (0)