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

Commit d1f8c7c

Browse files
authored
Move main to 1.2.0-SNAPSHOT (#322)
## Type of Change Please delete options that are not relevant. * Update (Update version or update existing automation) Signed-off-by: David Kornel <kornys@outlook.com>
1 parent 82030af commit d1f8c7c

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
@@ -42,7 +42,7 @@ together with the usage and installation.
4242
<dependency>
4343
<groupId>io.skodjob</groupId>
4444
<artifactId>test-frame-common</artifactId>
45-
<version>1.0.0</version>
45+
<version>1.1.0</version>
4646
</dependency>
4747
```
4848
### Or use snapshot releases
@@ -66,7 +66,7 @@ together with the usage and installation.
6666
<dependency>
6767
<groupId>io.skodjob</groupId>
6868
<artifactId>test-frame-common</artifactId>
69-
<version>1.1.0-SNAPSHOT</version>
69+
<version>1.2.0-SNAPSHOT</version>
7070
</dependency>
7171
```
7272

@@ -136,17 +136,17 @@ Include `test-frame-kubernetes` or for openshift specific resources include also
136136
<dependency>
137137
<groupId>io.skodjob</groupId>
138138
<artifactId>test-frame-common</artifactId>
139-
<version>1.0.0</version>
139+
<version>1.1.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.skodjob</groupId>
143143
<artifactId>test-frame-kubernetes</artifactId>
144-
<version>1.0.0</version>
144+
<version>1.1.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.skodjob</groupId>
148148
<artifactId>test-frame-openshift</artifactId>
149-
<version>1.0.0</version>
149+
<version>1.1.0</version>
150150
</dependency>
151151
...
152152
```

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.1.0-SNAPSHOT</version>
10+
<version>1.2.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.1.0-SNAPSHOT</version>
10+
<version>1.2.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.1.0-SNAPSHOT</version>
9+
<version>1.2.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.1.0-SNAPSHOT</version>
9+
<version>1.2.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.1.0-SNAPSHOT</version>
10+
<version>1.2.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.1.0-SNAPSHOT</version>
9+
<version>1.2.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.1.0-SNAPSHOT</version>
9+
<version>1.2.0-SNAPSHOT</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)