Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #163] [Release 0.9.0-m14] prepare release v0.…
Browse files Browse the repository at this point in the history
…9.0-m14
  • Loading branch information
wso2-jenkins-bot committed Feb 22, 2018
1 parent 43311f4 commit bad5152
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 19 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-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
~ under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</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-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</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-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</version>
<relativePath>../pom.xml</relativePath>
</parent>

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-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</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-framework</artifactId>
<groupId>org.wso2.testgrid</groupId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</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-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</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-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
~ under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>org.wso2</groupId>
Expand All @@ -28,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</version>
<name>WSO2 TestGrid Framework - Aggregator POM</name>
<url>http://wso2.org</url>
<packaging>pom</packaging>
Expand All @@ -53,7 +52,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-m14</tag>
</scm>
<build>
<plugins>
Expand Down Expand Up @@ -542,7 +541,7 @@
<!-- Plugin versions -->
<jacoco.version>0.7.9</jacoco.version>
<!-- TestGrid version-->
<test.grid.version>0.9.0-m14-SNAPSHOT</test.grid.version>
<test.grid.version>0.9.0-m14</test.grid.version>
<!-- Test Grid core dependencies -->
<jgit.version>4.1.1.201511131810-r</jgit.version>
<!-- TestGrid infrastructure dependencies -->
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-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</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-framework</artifactId>
<groupId>org.wso2.testgrid</groupId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</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-framework</artifactId>
<version>0.9.0-m14-SNAPSHOT</version>
<version>0.9.0-m14</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

0 comments on commit bad5152

Please sign in to comment.