We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1bf91 commit 0fcfb0dCopy full SHA for 0fcfb0d
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</version>
+ <version>2026.0.4-SNAPSHOT</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>2026.0.3</tag>
+ <tag>HEAD</tag>
24
</scm>
25
<dependencies>
26
<dependency>
0 commit comments