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 3d6b27c commit e09eb57Copy full SHA for e09eb57
pom.xml
@@ -30,7 +30,7 @@ under the License.
30
</parent>
31
32
<artifactId>maven-compiler-plugin</artifactId>
33
- <version>3.8.1-SNAPSHOT</version>
+ <version>3.8.1</version>
34
<packaging>maven-plugin</packaging>
35
36
<name>Apache Maven Compiler Plugin</name>
@@ -45,7 +45,7 @@ under the License.
45
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</connection>
46
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</developerConnection>
47
<url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
48
- <tag>HEAD</tag>
+ <tag>maven-compiler-plugin-3.8.1</tag>
49
</scm>
50
<issueManagement>
51
<system>JIRA</system>
0 commit comments