We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137efb6 commit 1c0ddf9Copy full SHA for 1c0ddf9
2 files changed
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.webfuzzing</groupId>
6
<artifactId>commons</artifactId>
7
8
- <version>0.0.1</version>
+ <version>0.0.2-SNAPSHOT</version>
9
10
<inceptionYear>2024</inceptionYear>
11
<name>WFC</name>
@@ -102,6 +102,8 @@
102
This profile is needed when making a deployment to Maven Central.
103
104
mvn -P release -DskipTests deploy
105
+ git tag v<x.y.z>
106
+ git push origin v<x.y.z>
107
-->
108
<id>release</id>
109
<build>
release_notes.md
@@ -0,0 +1,3 @@
1
+
2
+# 0.0.1
3
+First draft version
0 commit comments