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 c051222 commit ec41eafCopy full SHA for ec41eaf
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>net.alchim31.maven</groupId>
4
<artifactId>scala-maven-plugin</artifactId>
5
- <version>4.9.6-SNAPSHOT</version>
+ <version>4.9.6</version>
6
<packaging>maven-plugin</packaging>
7
8
<name>scala-maven-plugin</name>
@@ -105,7 +105,7 @@
105
<connection>scm:git:git://github.com/davidB/scala-maven-plugin.git</connection>
106
<developerConnection>scm:git:[email protected]:davidB/scala-maven-plugin.git</developerConnection>
107
<url>https://github.com/davidB/scala-maven-plugin/</url>
108
- <tag>HEAD</tag>
+ <tag>4.9.6</tag>
109
</scm>
110
111
<issueManagement>
0 commit comments