We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3df8b commit 93251f3Copy full SHA for 93251f3
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.gradle</groupId>
5
<artifactId>common-custom-user-data-maven-extension</artifactId>
6
- <version>1.12.6-SNAPSHOT</version>
+ <version>1.13</version>
7
<packaging>jar</packaging>
8
9
<name>Gradle Enterprise Common Custom User Data Maven Extension</name>
@@ -17,7 +17,7 @@
17
<scm>
18
<developerConnection>scm:git:https://github.com/gradle/common-custom-user-data-maven-extension.git</developerConnection>
19
<url>https://github.com/gradle/common-custom-user-data-maven-extension</url>
20
- <tag>HEAD</tag>
+ <tag>v1.13</tag>
21
</scm>
22
23
<licenses>
0 commit comments