We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565a4ae commit fc1bf91Copy full SHA for fc1bf91
1 file changed
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>tech.artcoded</groupId>
11
<artifactId>api-gateway</artifactId>
12
- <version>2026.0.3-SNAPSHOT</version>
+ <version>2026.0.3</version>
13
<name>api-gateway</name>
14
<description>Api Gateway for artcoded</description>
15
<properties>
@@ -20,7 +20,7 @@
20
<connection>
21
scm:git:git@github.com:openartcoded/gateway.git
22
</connection>
23
- <tag>HEAD</tag>
+ <tag>2026.0.3</tag>
24
</scm>
25
<dependencies>
26
<dependency>
0 commit comments