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 16aa90b commit a1c06d0Copy full SHA for a1c06d0
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.8.1</version>
+ <version>1.8.2-SNAPSHOT</version>
9
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -662,7 +662,7 @@
662
<url>http://github.com/groovy/GMavenPlus</url>
663
<connection>scm:git:[email protected]:groovy/GMavenPlus.git</connection>
664
<developerConnection>scm:git:[email protected]:groovy/GMavenPlus.git</developerConnection>
665
- <tag>1.8.1</tag>
+ <tag>HEAD</tag>
666
</scm>
667
<ciManagement>
668
<system>Travis</system>
0 commit comments