We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d00791 commit ba310e4Copy full SHA for ba310e4
dist/maven/pom.xml
@@ -17,7 +17,7 @@
17
18
<groupId>com.adobe.api.gateway</groupId>
19
<artifactId>api-gateway-request-validation</artifactId>
20
- <version>1.2.4</version>
+ <version>1.2.5-SNAPSHOT</version>
21
22
<packaging>pom</packaging>
23
@@ -31,7 +31,7 @@
31
<scm>
32
<connection>scm:git:${git.repo}</connection>
33
<developerConnection>scm:git:${git.repo}</developerConnection>
34
- <tag>api-gateway-request-validation-1.2.4</tag>
+ <tag>HEAD</tag>
35
</scm>
36
37
<build>
0 commit comments