Skip to content

Commit 3ab85f9

Browse files
committed
Release version 0.23
1 parent dc0aaa0 commit 3ab85f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

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

55
<groupId>com.github.seregamorph</groupId>
66
<artifactId>maven-surefire-cached</artifactId>
7-
<version>0.23-SNAPSHOT</version>
7+
<version>0.23</version>
88
<packaging>pom</packaging>
99
<name>maven-surefire-cached</name>
1010
<description>

surefire-cached-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.seregamorph</groupId>
77
<artifactId>maven-surefire-cached</artifactId>
8-
<version>0.23-SNAPSHOT</version>
8+
<version>0.23</version>
99
</parent>
1010

1111
<artifactId>surefire-cached-common</artifactId>

surefire-cached-extension-s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.seregamorph</groupId>
77
<artifactId>maven-surefire-cached</artifactId>
8-
<version>0.23-SNAPSHOT</version>
8+
<version>0.23</version>
99
</parent>
1010

1111
<artifactId>surefire-cached-extension-s3</artifactId>

surefire-cached-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.seregamorph</groupId>
77
<artifactId>maven-surefire-cached</artifactId>
8-
<version>0.23-SNAPSHOT</version>
8+
<version>0.23</version>
99
</parent>
1010

1111
<artifactId>surefire-cached-extension</artifactId>

test-cache-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.seregamorph</groupId>
88
<artifactId>maven-surefire-cached</artifactId>
9-
<version>0.23-SNAPSHOT</version>
9+
<version>0.23</version>
1010
</parent>
1111

1212
<artifactId>test-cache-server</artifactId>

0 commit comments

Comments
 (0)