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