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 81e0942 commit be6d7e8Copy full SHA for be6d7e8
pom.xml
@@ -21,7 +21,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
21
</parent>
22
23
<artifactId>plexus-build-api</artifactId>
24
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
25
26
<dependencies>
27
<dependency>
@@ -92,4 +92,8 @@ See the Apache License Version 2.0 for the specific language governing permissio
92
</plugin>
93
</plugins>
94
</build>
95
+
96
+ <scm>
97
+ <tag>plexus-build-api-1.0.0</tag>
98
+ </scm>
99
</project>
0 commit comments