Skip to content

Commit f51cb1c

Browse files
author
Hudson CI
committed
[maven-release-plugin] prepare release perfload-core-4.6.0
1 parent 66a7165 commit f51cb1c

File tree

12 files changed

+14
-13
lines changed

12 files changed

+14
-13
lines changed

perfload-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>perfload-core</artifactId>
2121
<groupId>com.mgmtp.perfload</groupId>
22-
<version>4.6.0-SNAPSHOT</version>
22+
<version>4.6.0</version>
2323
</parent>
2424
<artifactId>perfload-client</artifactId>
2525
<name>mgm perfLoad Client</name>

perfload-clientserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.mgmtp.perfload</groupId>
2121
<artifactId>perfload-core</artifactId>
22-
<version>4.6.0-SNAPSHOT</version>
22+
<version>4.6.0</version>
2323
</parent>
2424
<artifactId>perfload-clientserver</artifactId>
2525
<name>mgm perfLoad Client-Server</name>

perfload-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>perfload-core</artifactId>
2121
<groupId>com.mgmtp.perfload</groupId>
22-
<version>4.6.0-SNAPSHOT</version>
22+
<version>4.6.0</version>
2323
</parent>
2424
<artifactId>perfload-common</artifactId>
2525
<name>mgm perfLoad Common</name>

perfload-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.mgmtp.perfload</groupId>
2020
<artifactId>perfload-core</artifactId>
21-
<version>4.6.0-SNAPSHOT</version>
21+
<version>4.6.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<artifactId>perfload-console</artifactId>

perfload-daemon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.mgmtp.perfload</groupId>
2020
<artifactId>perfload-core</artifactId>
21-
<version>4.6.0-SNAPSHOT</version>
21+
<version>4.6.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<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
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.mgmtp.perfload</groupId>
2121
<artifactId>perfload-test</artifactId>
22-
<version>4.6.0-SNAPSHOT</version>
22+
<version>4.6.0</version>
2323
</parent>
2424
<artifactId>perfload-test-app</artifactId>
2525
<packaging>war</packaging>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.mgmtp.perfload</groupId>
2121
<artifactId>perfload-test</artifactId>
22-
<version>4.6.0-SNAPSHOT</version>
22+
<version>4.6.0</version>
2323
</parent>
2424
<artifactId>perfload-test-client</artifactId>
2525
<packaging>jar</packaging>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.mgmtp.perfload</groupId>
2121
<artifactId>perfload-test</artifactId>
22-
<version>4.6.0-SNAPSHOT</version>
22+
<version>4.6.0</version>
2323
</parent>
2424
<artifactId>perfload-test-comp</artifactId>
2525
<packaging>jar</packaging>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.mgmtp.perfload</groupId>
2121
<artifactId>perfload-test</artifactId>
22-
<version>4.6.0-SNAPSHOT</version>
22+
<version>4.6.0</version>
2323
</parent>
2424
<artifactId>perfload-test-it</artifactId>
2525
<packaging>jar</packaging>

perfload-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.mgmtp.perfload</groupId>
2020
<artifactId>perfload-core</artifactId>
21-
<version>4.6.0-SNAPSHOT</version>
21+
<version>4.6.0</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<artifactId>perfload-test</artifactId>

0 commit comments

Comments
 (0)