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 123c398 commit 90c2d3cCopy full SHA for 90c2d3c
README.md
@@ -10,7 +10,7 @@ Requires Java 14+.
10
<dependency>
11
<groupId>io.bspk</groupId>
12
<artifactId>httpsig</artifactId>
13
- <version>0.0.4-SNAPSHOT</version>
+ <version>0.0.3</version>
14
</dependency>
15
```
16
pom.xml
@@ -149,7 +149,7 @@
149
<executions>
150
<execution>
151
<id>readme</id>
152
- <phase>process-resources</phase>
+ <phase>none</phase>
153
<goals>
154
<goal>copy-resources</goal>
155
</goals>
0 commit comments