Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #283] [Release 0.9.0-m27] prepare release v0.…
Browse files Browse the repository at this point in the history
…9.0-m27
  • Loading branch information
wso2-jenkins-bot committed May 18, 2018
1 parent c97db2e commit 69f9dfc
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions deployment-tinkerer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
~ under the License.
-->
<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">
<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">
<parent>
<artifactId>testgrid-parent</artifactId>
<groupId>org.wso2.testgrid</groupId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.testgrid.deployment.tinkerer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>testgrid-parent</artifactId>
<groupId>org.wso2.testgrid</groupId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<name>WSO2 TestGrid Project - Aggregator POM</name>
<url>http://wso2.org</url>
<packaging>pom</packaging>
Expand All @@ -54,7 +54,7 @@
<developerConnection>scm:git:https://github.com/wso2-incubator/wso2-test-grid.git
</developerConnection>
<url>https://github.com/wso2-incubator/wso2-test-grid.git</url>
<tag>HEAD</tag>
<tag>v0.9.0-m27</tag>
</scm>
<build>
<plugins>
Expand Down Expand Up @@ -558,7 +558,7 @@
<!-- Plugin versions -->
<jacoco.version>0.7.9</jacoco.version>
<!-- TestGrid version-->
<test.grid.version>0.9.0-m27-SNAPSHOT</test.grid.version>
<test.grid.version>0.9.0-m27</test.grid.version>
<!-- Test Grid core dependencies -->
<jgit.version>4.1.1.201511131810-r</jgit.version>
<!-- TestGrid infrastructure dependencies -->
Expand Down
6 changes: 2 additions & 4 deletions remoting-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
~ under the License.
-->
<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">
<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">
<parent>
<artifactId>testgrid-parent</artifactId>
<groupId>org.wso2.testgrid</groupId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.testgrid.agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion test/coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>testgrid-parent</artifactId>
<groupId>org.wso2.testgrid</groupId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<parent>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-parent</artifactId>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.testgrid.web</artifactId>
<name>WSO2 TestGrid Project - Webapp POM</name>
<packaging>war</packaging>
<version>0.9.0-m27-SNAPSHOT</version>
<version>0.9.0-m27</version>

<dependencies>
<!-- TestGrid dependencies -->
Expand Down

0 comments on commit 69f9dfc

Please sign in to comment.