We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f83655 commit d9e69c8Copy full SHA for d9e69c8
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>org.codehaus.gmavenplus</groupId>
6
<artifactId>gmavenplus-plugin</artifactId>
7
<packaging>maven-plugin</packaging>
8
- <version>1.13.0-SNAPSHOT</version>
+ <version>1.13.0</version>
9
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -681,7 +681,7 @@
681
<url>http://github.com/groovy/GMavenPlus</url>
682
<connection>scm:git:git@github.com:groovy/GMavenPlus.git</connection>
683
<developerConnection>scm:git:git@github.com:groovy/GMavenPlus.git</developerConnection>
684
- <tag>HEAD</tag>
+ <tag>1.13.0</tag>
685
</scm>
686
<ciManagement>
687
<system>Github Actions</system>
0 commit comments