Skip to content

Commit 32a2de3

Browse files
[WSO2 Release] [Jenkins #875] [Release 4.0.0-m2] prepare release v4.0.0-m2
1 parent 727589b commit 32a2de3

File tree

114 files changed

+120
-126
lines changed
  • components
    • business-adaptors
    • crypto-service
    • data
      • data-services
        • org.wso2.micro.integrator.dataservices.capp.deployer
        • org.wso2.micro.integrator.dataservices.common
        • org.wso2.micro.integrator.dataservices.core
        • org.wso2.micro.integrator.dataservices.odata.endpoint
        • org.wso2.micro.integrator.dataservices.sql.driver
    • mediation
      • data-publishers
        • org.wso2.micro.integrator.analytics.data.publisher.util
        • org.wso2.micro.integrator.analytics.messageflow.data.publisher
        • org.wso2.micro.integrator.observability
      • extensions
      • inbound-endpoints
        • org.wso2.micro.integrator.inbound.endpoint.osgi
        • org.wso2.micro.integrator.inbound.endpoint.persistence
        • org.wso2.micro.integrator.inbound.endpoint
      • mediators
        • cache-mediator/org.wso2.carbon.mediator.cache
        • dataservices-mediator/org.wso2.micro.integrator.mediator.dataservice
        • entitlement-mediator/org.wso2.micro.integrator.identity.entitlement.mediator
        • oauth-mediator/org.wso2.micro.integrator.mediator.oauth
      • registry
      • security
      • startup
      • tasks
      • transports
    • org.wso2.micro.integrator.bootstrap
    • org.wso2.micro.integrator.coordination
    • org.wso2.micro.integrator.core
    • org.wso2.micro.integrator.extensions
    • org.wso2.micro.integrator.initializer
    • org.wso2.micro.integrator.log4j2.plugins
    • org.wso2.micro.integrator.ndatasource.capp.deployer
    • org.wso2.micro.integrator.ndatasource.common
    • org.wso2.micro.integrator.ndatasource.core
    • org.wso2.micro.integrator.ndatasource.rdbms
    • org.wso2.micro.integrator.security
    • org.wso2.micro.integrator.server
  • distribution
  • features
    • crypto-feature/org.wso2.micro.integrator.crypto.feature
    • data-features
    • mediation-features
      • builtin-mediators
      • data-publisher-features
        • org.wso2.micro.integrator.analytics.messageflow.data.publisher.feature
        • org.wso2.micro.integrator.observability.feature
      • dataservice-mediator-feature/org.wso2.micro.integrator.mediator.dataservice
      • entitlement-mediator-feature/org.wso2.micro.integrator.identity.xacml.mediator
      • inbound-endpoint
        • org.wso2.micro.integrator.inbound.endpoints.server.feature
      • ntask-feature
      • security-features
      • transport-features
    • org.wso2.micro.integrator.initializer.feature
    • org.wso2.micro.integrator.ntask.core.feature
    • org.wso2.micro.integrator.server.feature
    • wso2mi-hl7
  • integration
  • p2-profile

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+120
-126
lines changed

components/business-adaptors/org.wso2.micro.integrator.business.messaging.hl7/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
~ under the License.
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<parent>
2422
<artifactId>business-adaptors</artifactId>
2523
<groupId>org.wso2.ei</groupId>
26-
<version>1.3.0-SNAPSHOT</version>
24+
<version>4.0.0-m2</version>
2725
<relativePath>../pom.xml</relativePath>
2826
</parent>
2927

components/business-adaptors/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
~ under the License.
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<parent>
2422
<artifactId>mi-component-parent</artifactId>
2523
<groupId>org.wso2.ei</groupId>
26-
<version>1.3.0-SNAPSHOT</version>
24+
<version>4.0.0-m2</version>
2725
<relativePath>../pom.xml</relativePath>
2826
</parent>
2927

components/crypto-service/org.wso2.micro.integrator.crypto.impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crypto-service</artifactId>
2424
<groupId>org.wso2.ei</groupId>
25-
<version>1.3.0-SNAPSHOT</version>
25+
<version>4.0.0-m2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/crypto-service/org.wso2.micro.integrator.crypto.provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crypto-service</artifactId>
2424
<groupId>org.wso2.ei</groupId>
25-
<version>1.3.0-SNAPSHOT</version>
25+
<version>4.0.0-m2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/crypto-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>mi-component-parent</artifactId>
2424
<groupId>org.wso2.ei</groupId>
25-
<version>1.3.0-SNAPSHOT</version>
25+
<version>4.0.0-m2</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/data/data-services/org.wso2.micro.integrator.dataservices.capp.deployer/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.ei</groupId>
2323
<artifactId>data-services</artifactId>
24-
<version>1.3.0-SNAPSHOT</version>
24+
<version>4.0.0-m2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/data-services/org.wso2.micro.integrator.dataservices.common/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.ei</groupId>
2121
<artifactId>data-services</artifactId>
22-
<version>1.3.0-SNAPSHOT</version>
22+
<version>4.0.0-m2</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

components/data/data-services/org.wso2.micro.integrator.dataservices.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.ei</groupId>
2323
<artifactId>data-services</artifactId>
24-
<version>1.3.0-SNAPSHOT</version>
24+
<version>4.0.0-m2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/data-services/org.wso2.micro.integrator.dataservices.odata.endpoint/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.ei</groupId>
2323
<artifactId>data-services</artifactId>
24-
<version>1.3.0-SNAPSHOT</version>
24+
<version>4.0.0-m2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/data-services/org.wso2.micro.integrator.dataservices.sql.driver/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.ei</groupId>
2323
<artifactId>data-services</artifactId>
24-
<version>1.3.0-SNAPSHOT</version>
24+
<version>4.0.0-m2</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)