Skip to content

Commit f6318ad

Browse files
[maven-release-plugin] prepare release v1.1.0-rc1
1 parent f6aae2c commit f6318ad

File tree

114 files changed

+196
-231
lines changed
  • components
    • 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.prometheus.publisher
      • event-sink
      • 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
        • entitlement-mediator/org.wso2.micro.integrator.identity.entitlement.mediator
        • oauth-mediator/org.wso2.micro.integrator.mediator.oauth
        • publishEvent-mediator/org.wso2.micro.integrator.mediator.publishevent
      • registry
      • security
      • startup
      • tasks
      • transports
    • org.wso2.micro.integrator.bootstrap
    • org.wso2.micro.integrator.core
    • org.wso2.micro.integrator.extensions
    • org.wso2.micro.integrator.initializer
    • 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.prometheus.publisher.feature
      • entitlement-mediator-feature/org.wso2.micro.integrator.identity.xacml.mediator
      • inbound-endpoint
        • org.wso2.micro.integrator.inbound.endpoints.server.feature
      • ntask-feature
      • publishEvent-feature
        • org.wso2.micro.integrator.mediator.publishevent.server.feature
      • security-features
      • transport-features
    • org.wso2.micro.integrator.initializer.feature
    • org.wso2.micro.integrator.ntask.core.feature
    • org.wso2.micro.integrator.server.feature
  • integration
  • p2-profile
  • tooling/monitoring-dashboard

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

+196
-231
lines changed

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.1.0-SNAPSHOT</version>
25+
<version>1.1.0</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.1.0-SNAPSHOT</version>
25+
<version>1.1.0</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.1.0-SNAPSHOT</version>
25+
<version>1.1.0</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.1.0-SNAPSHOT</version>
24+
<version>1.1.0</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.1.0-SNAPSHOT</version>
22+
<version>1.1.0</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.1.0-SNAPSHOT</version>
24+
<version>1.1.0</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.1.0-SNAPSHOT</version>
24+
<version>1.1.0</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.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/data-services/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/data/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.1.0-SNAPSHOT</version>
24+
<version>1.1.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)