Skip to content

Commit 36dc5cc

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 05286df commit 36dc5cc

File tree

120 files changed

+123
-123
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
    • javax.cache
    • 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
        • org.wso2.micro.integrator.inbound.endpoint.osgi
        • org.wso2.micro.integrator.inbound.endpoint.persistence
      • 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.logging.updater
    • 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
    • org.wso2.micro.integrator.utils
  • 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.logging.updater.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.

120 files changed

+123
-123
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>business-adaptors</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/business-adaptors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mi-component-parent</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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

+1-1
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>4.4.0</version>
25+
<version>4.4.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

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

+1-1
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>4.4.0</version>
25+
<version>4.4.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/crypto-service/pom.xml

+1-1
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>4.4.0</version>
25+
<version>4.4.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/data/data-services/org.wso2.micro.integrator.dataservices.capp.deployer/pom.xml

+1-1
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>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/data-services/org.wso2.micro.integrator.dataservices.common/pom.xml

+1-1
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>4.4.0</version>
22+
<version>4.4.0-SNAPSHOT</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

components/data/data-services/org.wso2.micro.integrator.dataservices.core/pom.xml

+1-1
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>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/data-services/org.wso2.micro.integrator.dataservices.odata.endpoint/pom.xml

+1-1
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>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/data-services/org.wso2.micro.integrator.dataservices.sql.driver/pom.xml

+1-1
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>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/data-services/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>data</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mi-component-parent</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/javax.cache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mi-component-parent</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/data-publishers/org.wso2.micro.integrator.analytics.data.publisher.util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.wso2.ei</groupId>
2525
<artifactId>data-publishers</artifactId>
26-
<version>4.4.0</version>
26+
<version>4.4.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

components/mediation/data-publishers/org.wso2.micro.integrator.analytics.messageflow.data.publisher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.ei</groupId>
2424
<artifactId>data-publishers</artifactId>
25-
<version>4.4.0</version>
25+
<version>4.4.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/mediation/data-publishers/org.wso2.micro.integrator.observability/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>data-publishers</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/data-publishers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mediation</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

components/mediation/extensions/org.wso2.micro.integrator.security.handlers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>extensions</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

components/mediation/extensions/org.wso2.micro.integrator.security.handlers/utsecurity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.ei</groupId>
2323
<artifactId>org.wso2.micro.integrator.security.handlers</artifactId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/extensions/org.wso2.micro.integrator.transport.handlers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.ei</groupId>
2323
<artifactId>extensions</artifactId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/extensions/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>mediation</artifactId>
2424
<groupId>org.wso2.ei</groupId>
25-
<version>4.4.0</version>
25+
<version>4.4.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint.osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>inbound-endpoints</artifactId>
2525
<groupId>org.wso2.ei</groupId>
26-
<version>4.4.0</version>
26+
<version>4.4.0-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint.persistence/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>inbound-endpoints</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>inbound-endpoints</artifactId>
2222
<groupId>org.wso2.ei</groupId>
23-
<version>4.4.0</version>
23+
<version>4.4.0-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

components/mediation/inbound-endpoints/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>mediation</artifactId>
2424
<groupId>org.wso2.ei</groupId>
25-
<version>4.4.0</version>
25+
<version>4.4.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/mediation/mediators/cache-mediator/org.wso2.carbon.mediator.cache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>mediators</artifactId>
2121
<groupId>org.wso2.ei</groupId>
22-
<version>4.4.0</version>
22+
<version>4.4.0-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

components/mediation/mediators/dataservices-mediator/org.wso2.micro.integrator.mediator.dataservice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>mediators</artifactId>
2121
<groupId>org.wso2.ei</groupId>
22-
<version>4.4.0</version>
22+
<version>4.4.0-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

components/mediation/mediators/entitlement-mediator/org.wso2.micro.integrator.identity.entitlement.mediator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.ei</groupId>
2323
<artifactId>mediators</artifactId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/mediators/oauth-mediator/org.wso2.micro.integrator.mediator.oauth/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>mediators</artifactId>
2020
<groupId>org.wso2.ei</groupId>
21-
<version>4.4.0</version>
21+
<version>4.4.0-SNAPSHOT</version>
2222
<relativePath>../../pom.xml</relativePath>
2323
</parent>
2424

components/mediation/mediators/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mediation</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mi-component-parent</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/registry/org.wso2.micro.integrator.registry/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>registry</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/registry/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mediation</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/security/org.wso2.micro.integrator.mediation.security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.ei</groupId>
2323
<artifactId>security</artifactId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

components/mediation/security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mediation</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

components/mediation/startup/mediation-startup/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.ei</groupId>
2323
<artifactId>startup</artifactId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/startup/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mediation</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/tasks/org.wso2.micro.integrator.mediation.ntask/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tasks</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/tasks/org.wso2.micro.integrator.ntask.core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>tasks</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/tasks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>mediation</artifactId>
2424
<groupId>org.wso2.ei</groupId>
25-
<version>4.4.0</version>
25+
<version>4.4.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/mediation/transports/org.wso2.micro.integrator.websocket.transport/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.ei</groupId>
2323
<artifactId>transports</artifactId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/mediation/transports/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mediation</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/org.wso2.micro.integrator.bootstrap/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>mi-component-parent</artifactId>
2323
<groupId>org.wso2.ei</groupId>
24-
<version>4.4.0</version>
24+
<version>4.4.0-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)