Skip to content

Commit d7fdcd9

Browse files
committed
[maven] updating version
1 parent 60f74a0 commit d7fdcd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add jar (ant) or as dependency in pom.xml (maven), to your Java Spring WebFlux,
2323
<dependency>
2424
<groupId>com.github.TurquoiseSpace</groupId>
2525
<artifactId>spring-webflux-http-interceptor</artifactId>
26-
<version>0.0.5</version>
26+
<version>0.0.7</version>
2727
</dependency>
2828
</dependencies>
2929

@@ -195,14 +195,14 @@ Sign
195195

196196
gpg -ab pom.xml
197197

198-
gpg -ab target/spring-webflux-http-interceptor-0.0.5.jar
198+
gpg -ab target/spring-webflux-http-interceptor-0.0.7.jar
199199

200200

201201
Verify
202202

203203
gpg --verify pom.xml.asc
204204

205-
gpg --verify target/spring-webflux-http-interceptor-0.0.5.jar.asc
205+
gpg --verify target/spring-webflux-http-interceptor-0.0.7.jar.asc
206206

207207

208208

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.github.TurquoiseSpace</groupId>
1111
<artifactId>spring-webflux-http-interceptor</artifactId>
12-
<version>0.0.5</version>
12+
<version>0.0.7</version>
1313

1414
<name>Spring Webflux HTTP Interceptor</name>
1515
<description>Persist Module</description>

0 commit comments

Comments
 (0)