Skip to content

Commit 1c0ddf9

Browse files
committed
0.0.2-SNAPSHOT
1 parent 137efb6 commit 1c0ddf9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.webfuzzing</groupId>
66
<artifactId>commons</artifactId>
77

8-
<version>0.0.1</version>
8+
<version>0.0.2-SNAPSHOT</version>
99

1010
<inceptionYear>2024</inceptionYear>
1111
<name>WFC</name>
@@ -102,6 +102,8 @@
102102
This profile is needed when making a deployment to Maven Central.
103103
104104
mvn -P release -DskipTests deploy
105+
git tag v<x.y.z>
106+
git push origin v<x.y.z>
105107
-->
106108
<id>release</id>
107109
<build>

release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
# 0.0.1
3+
First draft version

0 commit comments

Comments
 (0)