Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.0-m6
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Dec 22, 2017
1 parent fcca38b commit 3822ebc
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 40 deletions.
6 changes: 2 additions & 4 deletions automation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
~ 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>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
~ 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>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0-m6</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-SNAPSHOT</version>
<version>0.9.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
~ See the License for the specific language governing permissions and
~ limitations 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>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0-m6</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-SNAPSHOT</version>
<version>0.9.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
9 changes: 3 additions & 6 deletions distribution/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-framework</artifactId>
<groupId>org.wso2.testgrid</groupId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0-m6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -51,8 +49,7 @@
</goals>
<configuration>
<tasks>
<copy file="../core/target/org.wso2.testgrid.core-${test.grid.version}-jar-with-dependencies.jar"
tofile="../distribution/bin/test-grid-${test.grid.version}.jar">
<copy file="../core/target/org.wso2.testgrid.core-${test.grid.version}-jar-with-dependencies.jar" tofile="../distribution/bin/test-grid-${test.grid.version}.jar">
</copy>
</tasks>
</configuration>
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-SNAPSHOT</version>
<version>0.9.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
~ 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>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
~ 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>
<groupId>org.wso2</groupId>
Expand All @@ -29,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0-m6</version>
<name>WSO2 TestGrid Framework - Aggregator POM</name>
<url>http://wso2.org</url>
<packaging>pom</packaging>
Expand All @@ -53,7 +51,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-m6</tag>
</scm>
<build>
<plugins>
Expand Down Expand Up @@ -402,7 +400,7 @@

<properties>
<!-- TestGrid version-->
<test.grid.version>0.9.0-SNAPSHOT</test.grid.version>
<test.grid.version>0.9.0-m6</test.grid.version>
<!-- Test Grid core dependencies -->
<carbon.config.version>2.1.4</carbon.config.version>
<jgit.version>4.1.1.201511131810-r</jgit.version>
Expand Down
6 changes: 2 additions & 4 deletions reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@
~ See the License for the specific language governing permissions and
~ limitations 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>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0-m6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,20 @@
~ 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>
<groupId>org.wso2.testgrid</groupId>
<artifactId>testgrid-framework</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0-m6</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-SNAPSHOT</version>
<version>0.9.0-m6</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 3822ebc

Please sign in to comment.