Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #468] [Release 4.0.0-beta] prepare release v4…
Browse files Browse the repository at this point in the history
….0.0-beta
  • Loading branch information
wso2-jenkins-bot committed Apr 1, 2021
1 parent dd3af2a commit f881692
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>components</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<parent>
<artifactId>components</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.ei.dashboard.core</artifactId>
<packaging>war</packaging>
<name>Monitoring dashboard backend</name>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
<dependencies>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>components</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion monitoring-dashboard/components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>monitoring-dashboard-parent</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion monitoring-dashboard/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>monitoring-dashboard-parent</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>distribution</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
~
-->

<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>product-mi-tooling-integration</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions monitoring-dashboard/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
~
-->

<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>monitoring-dashboard-parent</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>product-mi-tooling-integration</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions monitoring-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<parent>
<artifactId>wso2-micro-integrator-tooling</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>monitoring-dashboard-parent</artifactId>
<packaging>pom</packaging>
<name>MI Monitoring Dashboard - Parent</name>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>

<modules>
<module>components</module>
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>wso2-micro-integrator-tooling</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-beta</version>
<name>WSO2 Micro Integrator Tooling</name>
<url>http://wso2.com/products/enterprise-integrator/</url>
<description>WSO2 Micro Integrator tooling</description>
Expand All @@ -44,7 +44,7 @@
<url>https://github.com/wso2/product-mi-tooling.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-mi-tooling.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-mi-tooling.git</connection>
<tag>HEAD</tag>
<tag>v4.0.0-beta</tag>
</scm>

<modules>
Expand Down

0 comments on commit f881692

Please sign in to comment.