Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.0-m5
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Feb 5, 2021
1 parent ee68d4f commit 12ada30
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 25 deletions.
2 changes: 1 addition & 1 deletion adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions enforcer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
~ 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/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">

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<name>Micro Gateway - Parent</name>

<url>https://wso2.org</url>
Expand All @@ -41,7 +40,7 @@
<url>https://github.com/wso2/product-microgateway.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-microgateway.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-microgateway.git</connection>
<tag>HEAD</tag>
<tag>v4.0.0-m5</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion router/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-parent</artifactId>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions test/mock-backend-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@
~ 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>micro-gateway-tests</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>mock-backend-server</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,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>micro-gateway-parent</artifactId>
<groupId>org.wso2.am.microgw</groupId>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
8 changes: 3 additions & 5 deletions test/test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,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>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>micro-gateway-tests</artifactId>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -141,7 +139,7 @@
<dependency>
<groupId>org.wso2.am.microgw</groupId>
<artifactId>mock-backend-server</artifactId>
<version>4.0.0-m5-SNAPSHOT</version>
<version>4.0.0-m5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 12ada30

Please sign in to comment.