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 ee478a3 commit 238f320Copy full SHA for 238f320
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>fr.jcgay.maven.plugins</groupId>
12
<artifactId>buildplan-maven-plugin</artifactId>
13
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
14
<packaging>maven-plugin</packaging>
15
<name>BuildPlan Maven Plugin</name>
16
<description>The BuildPlan Plugin can inspect your project lifecycle.</description>
@@ -22,7 +22,7 @@
22
<url>https://github.com/jcgay/buildplan-maven-plugin.git</url>
23
<connection>scm:git:git://github.com/jcgay/buildplan-maven-plugin.git</connection>
24
<developerConnection>scm:git:[email protected]:jcgay/buildplan-maven-plugin.git</developerConnection>
25
- <tag>HEAD</tag>
+ <tag>v1.5</tag>
26
</scm>
27
28
<licenses>
0 commit comments