Skip to content

Commit 84008b3

Browse files
[WSO2 Release] [Jenkins #525] [Release 1.0.0] prepare release v1.0.0
1 parent bc7a190 commit 84008b3

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
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-m46-SNAPSHOT</version>
24+
<version>1.0.0</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-m46-SNAPSHOT</version>
24+
<version>1.0.0</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-m46-SNAPSHOT</version>
24+
<version>1.0.0</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-m46-SNAPSHOT</version>
22+
<version>1.0.0</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

deployment-tinkerer/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-m46-SNAPSHOT</version>
24+
<version>1.0.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<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-m46-SNAPSHOT</version>
24+
<version>1.0.0</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-m46-SNAPSHOT</version>
24+
<version>1.0.0</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-m46-SNAPSHOT</version>
24+
<version>1.0.0</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-m46-SNAPSHOT</version>
25+
<version>1.0.0</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-m46-SNAPSHOT</version>
30+
<version>1.0.0</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>v1.0.0</tag>
5858
</scm>
5959
<build>
6060
<plugins>
@@ -600,7 +600,7 @@
600600
<!-- Plugin versions -->
601601
<jacoco.version>0.7.9</jacoco.version>
602602
<!-- TestGrid version-->
603-
<test.grid.version>0.9.0-m46-SNAPSHOT</test.grid.version>
603+
<test.grid.version>1.0.0</test.grid.version>
604604
<!-- Test Grid core dependencies -->
605605
<jgit.version>4.1.1.201511131810-r</jgit.version>
606606
<!-- TestGrid infrastructure dependencies -->

0 commit comments

Comments
 (0)