Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit 9e3d232

Browse files
authored
Update version in readme
1 parent a68ce98 commit 9e3d232

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ together with the usage and installation.
4141
<dependency>
4242
<groupId>io.skodjob</groupId>
4343
<artifactId>test-frame-common</artifactId>
44-
<version>0.14.0</version>
44+
<version>0.14.1</version>
4545
</dependency>
4646
```
4747
### Or use snapshot releases
@@ -135,17 +135,17 @@ Include `test-frame-kubernetes` or for openshift specific resources include also
135135
<dependency>
136136
<groupId>io.skodjob</groupId>
137137
<artifactId>test-frame-common</artifactId>
138-
<version>0.14.0</version>
138+
<version>0.14.1</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>io.skodjob</groupId>
142142
<artifactId>test-frame-kubernetes</artifactId>
143-
<version>0.14.0</version>
143+
<version>0.14.1</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>io.skodjob</groupId>
147147
<artifactId>test-frame-openshift</artifactId>
148-
<version>0.14.0</version>
148+
<version>0.14.1</version>
149149
</dependency>
150150
...
151151
```

0 commit comments

Comments
 (0)