Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #609] [Release 4.0.1] prepare release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Aug 11, 2021
1 parent d9d8f38 commit 031fa0a
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 16 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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</version>
<dependencies>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@
~
-->

<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>components</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>distribution</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>product-mi-tooling-integration</artifactId>
<groupId>org.wso2.ei</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion monitoring-dashboard/integration/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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</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.1-SNAPSHOT</version>
<version>4.0.1</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.1</tag>
</scm>

<modules>
Expand Down

0 comments on commit 031fa0a

Please sign in to comment.