Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #22] [Release 7.0.0-m3] prepare release v7.0.…
Browse files Browse the repository at this point in the history
…0-m3
  • Loading branch information
wso2-jenkins-bot committed Dec 7, 2017
1 parent 40aa487 commit 79a9b84
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2ei-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2ei-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions integration-test/test-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +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/maven-v4_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/maven-v4_0_0.xsd">

<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>integration-test</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -127,8 +126,7 @@
</goals>
<configuration>
<tasks>
<unzip src="../../distribution/target/wso2ei-${pom.version}.zip"
dest="../../distribution/target/test" overwrite="true"/>
<unzip src="../../distribution/target/wso2ei-${pom.version}.zip" dest="../../distribution/target/test" overwrite="true" />
</tasks>
</configuration>
</execution>
Expand Down
5 changes: 2 additions & 3 deletions integration-test/test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +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/maven-v4_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/maven-v4_0_0.xsd">

<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>integration-test</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2ei-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-m3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/tools/converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>tools</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2ei-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-m3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>org.wso2.ei</groupId>
<artifactId>wso2ei-parent</artifactId>
<packaging>pom</packaging>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0-m3</version>
<name>WSO2 Enterprise Integrator</name>
<url>http://wso2.com/products/enterprise-integrator/</url>
<description>WSO2 Enterprise Integrator</description>
Expand Down Expand Up @@ -326,7 +326,7 @@
<url>https://github.com/wso2/product-ei.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-ei.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-ei.git</connection>
<tag>HEAD</tag>
<tag>v7.0.0-m3</tag>
</scm>

<build>
Expand Down

0 comments on commit 79a9b84

Please sign in to comment.