Skip to content

Commit 69f9dfc

Browse files
[WSO2 Release] [Jenkins #283] [Release 0.9.0-m27] prepare release v0.9.0-m27
1 parent c97db2e commit 69f9dfc

File tree

14 files changed

+19
-23
lines changed

14 files changed

+19
-23
lines changed

automation/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-parent</artifactId>
24-
<version>0.9.0-m27-SNAPSHOT</version>
24+
<version>0.9.0-m27</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

common/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-parent</artifactId>
24-
<version>0.9.0-m27-SNAPSHOT</version>
24+
<version>0.9.0-m27</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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-parent</artifactId>
24-
<version>0.9.0-m27-SNAPSHOT</version>
24+
<version>0.9.0-m27</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

dao/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.testgrid</groupId>
2121
<artifactId>testgrid-parent</artifactId>
22-
<version>0.9.0-m27-SNAPSHOT</version>
22+
<version>0.9.0-m27</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

deployment-tinkerer/pom.xml

Lines changed: 2 additions & 4 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-parent</artifactId>
2523
<groupId>org.wso2.testgrid</groupId>
26-
<version>0.9.0-m27-SNAPSHOT</version>
24+
<version>0.9.0-m27</version>
2725
</parent>
2826
<modelVersion>4.0.0</modelVersion>
2927
<artifactId>org.wso2.testgrid.deployment.tinkerer</artifactId>

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-parent</artifactId>
24-
<version>0.9.0-m27-SNAPSHOT</version>
24+
<version>0.9.0-m27</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

distribution/pom.xml

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

2727
<modelVersion>4.0.0</modelVersion>

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-parent</artifactId>
24-
<version>0.9.0-m27-SNAPSHOT</version>
24+
<version>0.9.0-m27</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.testgrid</groupId>
2424
<artifactId>testgrid-parent</artifactId>
25-
<version>0.9.0-m27-SNAPSHOT</version>
25+
<version>0.9.0-m27</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.wso2.testgrid</groupId>
2929
<artifactId>testgrid-parent</artifactId>
30-
<version>0.9.0-m27-SNAPSHOT</version>
30+
<version>0.9.0-m27</version>
3131
<name>WSO2 TestGrid Project - Aggregator POM</name>
3232
<url>http://wso2.org</url>
3333
<packaging>pom</packaging>
@@ -54,7 +54,7 @@
5454
<developerConnection>scm:git:https://github.com/wso2-incubator/wso2-test-grid.git
5555
</developerConnection>
5656
<url>https://github.com/wso2-incubator/wso2-test-grid.git</url>
57-
<tag>HEAD</tag>
57+
<tag>v0.9.0-m27</tag>
5858
</scm>
5959
<build>
6060
<plugins>
@@ -558,7 +558,7 @@
558558
<!-- Plugin versions -->
559559
<jacoco.version>0.7.9</jacoco.version>
560560
<!-- TestGrid version-->
561-
<test.grid.version>0.9.0-m27-SNAPSHOT</test.grid.version>
561+
<test.grid.version>0.9.0-m27</test.grid.version>
562562
<!-- Test Grid core dependencies -->
563563
<jgit.version>4.1.1.201511131810-r</jgit.version>
564564
<!-- TestGrid infrastructure dependencies -->

0 commit comments

Comments
 (0)