Skip to content

Commit 90c2d3c

Browse files
committed
only update README on release
1 parent 123c398 commit 90c2d3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Requires Java 14+.
1010
<dependency>
1111
<groupId>io.bspk</groupId>
1212
<artifactId>httpsig</artifactId>
13-
<version>0.0.4-SNAPSHOT</version>
13+
<version>0.0.3</version>
1414
</dependency>
1515
```
1616

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<executions>
150150
<execution>
151151
<id>readme</id>
152-
<phase>process-resources</phase>
152+
<phase>none</phase>
153153
<goals>
154154
<goal>copy-resources</goal>
155155
</goals>

0 commit comments

Comments
 (0)