We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46f551 commit ff6c01cCopy full SHA for ff6c01c
2 files changed
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.webfuzzing</groupId>
6
<artifactId>commons</artifactId>
7
8
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.2.0</version>
9
10
<inceptionYear>2024</inceptionYear>
11
<name>WFC</name>
@@ -108,6 +108,8 @@
108
3) run:
109
mvn -P release -DskipTests deploy
110
111
+ IMPORTANT: must make sure you are building with JDK 8!!!
112
+
113
make sure it is visible at:
114
https://central.sonatype.com/artifact/com.webfuzzing/commons
115
if not, check publishing status at
release_notes.md
@@ -2,6 +2,8 @@
2
3
Under development in `master` branch.
4
+# 0.2.0
- breaking changes: refactored how _TokenHandling_ is defined in auth schema
- in report, added info on _executionTimeInSeconds_ and _evaluatedHttpCalls_
0 commit comments