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 4f6b5c1 commit d7a7a37Copy full SHA for d7a7a37
pom.xml
@@ -25,14 +25,14 @@
25
</parent>
26
<groupId>org.commonjava.util</groupId>
27
<artifactId>gateway</artifactId>
28
- <version>1.1</version>
+ <version>1.2-SNAPSHOT</version>
29
<name>Gateway :: Project Root</name>
30
<inceptionYear>2022</inceptionYear>
31
<scm>
32
<connection>scm:git:https://github.com/commonjava/gateway</connection>
33
<developerConnection>scm:git:https://github.com/commonjava/gateway</developerConnection>
34
<url>https://github.com/Commonjava/gateway</url>
35
- <tag>gateway-1.1</tag>
+ <tag>HEAD</tag>
36
</scm>
37
<properties>
38
<compiler-plugin.version>3.8.1</compiler-plugin.version>
0 commit comments