Skip to content

Commit 3822ebc

Browse files
[maven-release-plugin] prepare release v0.9.0-m6
1 parent fcca38b commit 3822ebc

File tree

11 files changed

+23
-40
lines changed

11 files changed

+23
-40
lines changed

automation/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220

2321
<parent>
2422
<groupId>org.wso2.testgrid</groupId>
2523
<artifactId>testgrid-framework</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0-m6</version>
2725
<relativePath>../pom.xml</relativePath>
2826
</parent>
2927

common/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
~ under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220

2321
<parent>
2422
<groupId>org.wso2.testgrid</groupId>
2523
<artifactId>testgrid-framework</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0-m6</version>
2725
<relativePath>../pom.xml</relativePath>
2826
</parent>
2927

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.testgrid</groupId>
2323
<artifactId>testgrid-framework</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0-m6</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

dao/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018

2119
<parent>
2220
<groupId>org.wso2.testgrid</groupId>
2321
<artifactId>testgrid-framework</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
22+
<version>0.9.0-m6</version>
2523
<relativePath>../pom.xml</relativePath>
2624
</parent>
2725

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.testgrid</groupId>
2323
<artifactId>testgrid-framework</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0-m6</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

distribution/pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
~ under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2321
<parent>
2422
<artifactId>testgrid-framework</artifactId>
2523
<groupId>org.wso2.testgrid</groupId>
26-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0-m6</version>
2725
</parent>
2826

2927
<modelVersion>4.0.0</modelVersion>
@@ -51,8 +49,7 @@
5149
</goals>
5250
<configuration>
5351
<tasks>
54-
<copy file="../core/target/org.wso2.testgrid.core-${test.grid.version}-jar-with-dependencies.jar"
55-
tofile="../distribution/bin/test-grid-${test.grid.version}.jar">
52+
<copy file="../core/target/org.wso2.testgrid.core-${test.grid.version}-jar-with-dependencies.jar" tofile="../distribution/bin/test-grid-${test.grid.version}.jar">
5653
</copy>
5754
</tasks>
5855
</configuration>

infrastructure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.testgrid</groupId>
2323
<artifactId>testgrid-framework</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
24+
<version>0.9.0-m6</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

logging/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
1717
~ under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2321

2422
<parent>
2523
<groupId>org.wso2.testgrid</groupId>
2624
<artifactId>testgrid-framework</artifactId>
27-
<version>0.9.0-SNAPSHOT</version>
25+
<version>0.9.0-m6</version>
2826
<relativePath>../pom.xml</relativePath>
2927
</parent>
3028

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
~ under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220

2321
<parent>
2422
<groupId>org.wso2</groupId>
@@ -29,7 +27,7 @@
2927
<modelVersion>4.0.0</modelVersion>
3028
<groupId>org.wso2.testgrid</groupId>
3129
<artifactId>testgrid-framework</artifactId>
32-
<version>0.9.0-SNAPSHOT</version>
30+
<version>0.9.0-m6</version>
3331
<name>WSO2 TestGrid Framework - Aggregator POM</name>
3432
<url>http://wso2.org</url>
3533
<packaging>pom</packaging>
@@ -53,7 +51,7 @@
5351
<developerConnection>scm:git:https://github.com/wso2-incubator/wso2-test-grid.git
5452
</developerConnection>
5553
<url>https://github.com/wso2-incubator/wso2-test-grid.git</url>
56-
<tag>HEAD</tag>
54+
<tag>v0.9.0-m6</tag>
5755
</scm>
5856
<build>
5957
<plugins>
@@ -402,7 +400,7 @@
402400

403401
<properties>
404402
<!-- TestGrid version-->
405-
<test.grid.version>0.9.0-SNAPSHOT</test.grid.version>
403+
<test.grid.version>0.9.0-m6</test.grid.version>
406404
<!-- Test Grid core dependencies -->
407405
<carbon.config.version>2.1.4</carbon.config.version>
408406
<jgit.version>4.1.1.201511131810-r</jgit.version>

reporting/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2018

2119
<parent>
2220
<groupId>org.wso2.testgrid</groupId>
2321
<artifactId>testgrid-framework</artifactId>
24-
<version>0.9.0-SNAPSHOT</version>
22+
<version>0.9.0-m6</version>
2523
<relativePath>../pom.xml</relativePath>
2624
</parent>
2725

0 commit comments

Comments
 (0)