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

Commit 0f8da6a

Browse files
authored
Move main to 1.1.0-SNAPSHOT (#305)
1 parent 17f6ef8 commit 0f8da6a

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 5 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.1</version>
44+
<version>1.0.0</version>
4545
</dependency>
4646
```
4747
### Or use snapshot releases
@@ -65,7 +65,7 @@ together with the usage and installation.
6565
<dependency>
6666
<groupId>io.skodjob</groupId>
6767
<artifactId>test-frame-common</artifactId>
68-
<version>1.0.0-SNAPSHOT</version>
68+
<version>1.1.0-SNAPSHOT</version>
6969
</dependency>
7070
```
7171

@@ -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.1</version>
138+
<version>1.0.0</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>io.skodjob</groupId>
142142
<artifactId>test-frame-kubernetes</artifactId>
143-
<version>0.14.1</version>
143+
<version>1.0.0</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>io.skodjob</groupId>
147147
<artifactId>test-frame-openshift</artifactId>
148-
<version>0.14.1</version>
148+
<version>1.0.0</version>
149149
</dependency>
150150
...
151151
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.skodjob</groupId>
88
<artifactId>test-frame</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.1.0-SNAPSHOT</version>
1111

1212
<licenses>
1313
<license>

test-frame-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>test-frame</artifactId>
99
<groupId>io.skodjob</groupId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>test-frame-common</artifactId>

test-frame-kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.skodjob</groupId>
88
<artifactId>test-frame</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>test-frame-kubernetes</artifactId>

test-frame-log-collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.skodjob</groupId>
88
<artifactId>test-frame</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>test-frame-log-collector</artifactId>

test-frame-metrics-collector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.skodjob</groupId>
99
<artifactId>test-frame</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.1.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>test-frame-metrics-collector</artifactId>

test-frame-openshift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.skodjob</groupId>
88
<artifactId>test-frame</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>test-frame-openshift</artifactId>

test-frame-test-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.skodjob</groupId>
88
<artifactId>test-frame</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.1.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>test-frame-test-examples</artifactId>

0 commit comments

Comments
 (0)