Skip to content

Commit 059e30b

Browse files
author
MQA CI
committed
Bump version for release 4.9.0
1 parent e1ee07c commit 059e30b

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

perfload-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>perfload-core</artifactId>
2424
<groupId>com.mgmtp.perfload.core</groupId>
25-
<version>4.9.0-SNAPSHOT</version>
25+
<version>4.9.0</version>
2626
</parent>
2727
<artifactId>perfload-client</artifactId>
2828
<name>mgm perfLoad Client</name>

perfload-clientserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.mgmtp.perfload.core</groupId>
2323
<artifactId>perfload-core</artifactId>
24-
<version>4.9.0-SNAPSHOT</version>
24+
<version>4.9.0</version>
2525
</parent>
2626
<artifactId>perfload-clientserver</artifactId>
2727
<name>mgm perfLoad Client-Server</name>

perfload-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>perfload-core</artifactId>
2323
<groupId>com.mgmtp.perfload.core</groupId>
24-
<version>4.9.0-SNAPSHOT</version>
24+
<version>4.9.0</version>
2525
</parent>
2626
<artifactId>perfload-common</artifactId>
2727
<name>mgm perfLoad Common</name>

perfload-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.mgmtp.perfload.core</groupId>
2222
<artifactId>perfload-core</artifactId>
23-
<version>4.9.0-SNAPSHOT</version>
23+
<version>4.9.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>perfload-console</artifactId>

perfload-daemon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com.mgmtp.perfload.core</groupId>
2222
<artifactId>perfload-core</artifactId>
23-
<version>4.9.0-SNAPSHOT</version>
23+
<version>4.9.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>perfload-daemon</artifactId>

perfload-test/perfload-test-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.mgmtp.perfload.core</groupId>
2323
<artifactId>perfload-test</artifactId>
24-
<version>4.9.0-SNAPSHOT</version>
24+
<version>4.9.0</version>
2525
</parent>
2626
<artifactId>perfload-test-app</artifactId>
2727
<packaging>war</packaging>

perfload-test/perfload-test-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.mgmtp.perfload.core</groupId>
2323
<artifactId>perfload-test</artifactId>
24-
<version>4.9.0-SNAPSHOT</version>
24+
<version>4.9.0</version>
2525
</parent>
2626
<artifactId>perfload-test-client</artifactId>
2727
<packaging>jar</packaging>

perfload-test/perfload-test-comp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.mgmtp.perfload.core</groupId>
2323
<artifactId>perfload-test</artifactId>
24-
<version>4.9.0-SNAPSHOT</version>
24+
<version>4.9.0</version>
2525
</parent>
2626
<artifactId>perfload-test-comp</artifactId>
2727
<packaging>jar</packaging>

perfload-test/perfload-test-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.mgmtp.perfload.core</groupId>
2424
<artifactId>perfload-test</artifactId>
25-
<version>4.9.0-SNAPSHOT</version>
25+
<version>4.9.0</version>
2626
</parent>
2727
<artifactId>perfload-test-it</artifactId>
2828
<packaging>jar</packaging>

perfload-test/perfload-test-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.mgmtp.perfload.core</groupId>
2323
<artifactId>perfload-test</artifactId>
24-
<version>4.9.0-SNAPSHOT</version>
24+
<version>4.9.0</version>
2525
</parent>
2626

2727
<artifactId>perfload-test-utils</artifactId>

0 commit comments

Comments
 (0)