We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b905392 commit 7b87143Copy full SHA for 7b87143
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.webfuzzing</groupId>
6
<artifactId>commons</artifactId>
7
8
- <version>0.2.0</version>
+ <version>0.2.1-SNAPSHOT</version>
9
10
<inceptionYear>2024</inceptionYear>
11
<name>WFC</name>
@@ -100,6 +100,8 @@
100
<!--
101
This profile is needed when making a deployment to Maven Central.
102
103
+ 0) make sure you are on the "master" branch
104
+
105
1) update release_notes.md before preparing a new release
106
107
2) manually update <version> in thi file. Typically just remove the -SNAPSHOT tag.
0 commit comments