We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441f0db commit cfbe5baCopy full SHA for cfbe5ba
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>org.codehaus.gmavenplus</groupId>
6
<artifactId>gmavenplus-plugin</artifactId>
7
<packaging>maven-plugin</packaging>
8
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
9
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -634,7 +634,7 @@
634
<url>https://github.com/groovy/GMavenPlus</url>
635
<connection>scm:git:[email protected]:groovy/GMavenPlus.git</connection>
636
<developerConnection>scm:git:[email protected]:groovy/GMavenPlus.git</developerConnection>
637
- <tag>4.0.0</tag>
+ <tag>4.1.0</tag>
638
</scm>
639
<ciManagement>
640
<system>Github Actions</system>
0 commit comments