Skip to content

Commit 25d8338

Browse files
author
WSO2 Builder
committed
[maven-release-plugin] prepare release v4.5.3
1 parent 7a207a6 commit 25d8338

File tree

208 files changed

+212
-212
lines changed
  • components
  • features
    • application-mgt
      • org.wso2.carbon.application.mgt.feature
      • org.wso2.carbon.application.mgt.server.feature
      • org.wso2.carbon.application.mgt.ui.feature
    • caching-invalidator
      • org.wso2.carbon.caching.invalidator.feature
      • org.wso2.carbon.caching.invalidator.server.feature
    • cluster-mgt
      • org.wso2.carbon.cluster.mgt.feature
      • org.wso2.carbon.cluster.mgt.server.feature
      • org.wso2.carbon.cluster.mgt.ui.feature
    • deployment-synchronizer
      • org.wso2.carbon.deployment.synchronizer.feature
      • org.wso2.carbon.deployment.synchronizer.git.feature
      • org.wso2.carbon.deployment.synchronizer.server.feature
      • org.wso2.carbon.deployment.synchronizer.subversion.feature
      • org.wso2.carbon.deployment.synchronizer.ui.feature
    • event
    • hostobjects
    • logging-mgt
      • org.wso2.carbon.logging.mgt.feature
      • org.wso2.carbon.logging.mgt.server.feature
      • org.wso2.carbon.logging.mgt.ui.feature
    • message-flows
      • org.wso2.carbon.message.flows.feature
      • org.wso2.carbon.message.flows.server.feature
      • org.wso2.carbon.message.flows.ui.feature
    • ndatasource
      • org.wso2.carbon.ndatasource.capp.deployer.server.feature
      • org.wso2.carbon.ndatasource.datasources.feature
      • org.wso2.carbon.ndatasource.feature
      • org.wso2.carbon.ndatasource.ui.feature
    • ntask
    • reporting
      • org.wso2.carbon.reporting.feature
      • org.wso2.carbon.reporting.server.feature
      • org.wso2.carbon.reporting.template.server.feature
      • org.wso2.carbon.reporting.template.ui.feature
      • org.wso2.carbon.reporting.ui.feature
    • soap-tracer
      • org.wso2.carbon.soaptracer.feature
      • org.wso2.carbon.soaptracer.server.feature
      • org.wso2.carbon.soaptracer.ui.feature
    • system-statistics
      • org.wso2.carbon.system.statistics.feature
      • org.wso2.carbon.system.statistics.server.feature
      • org.wso2.carbon.system.statistics.ui.feature
    • tenant-mgt-common
      • org.wso2.carbon.tenant.mgt.common.feature
      • org.wso2.carbon.tenant.mgt.common.server.feature
      • org.wso2.carbon.tenant.mgt.common.ui.feature
    • transaction-manager
      • org.wso2.carbon.transaction.manager.feature
      • org.wso2.carbon.transaction.manager.server.feature
    • tryit
    • url-mapper
      • org.wso2.carbon.url.mapper.clustermessage.feature
      • org.wso2.carbon.url.mapper.feature
      • org.wso2.carbon.url.mapper.server.feature
      • org.wso2.carbon.url.mapper.ui.feature
    • ws-discovery-core
    • ws-discovery
      • org.wso2.carbon.discovery.admin.ui.feature
      • org.wso2.carbon.discovery.client.feature
      • org.wso2.carbon.discovery.ui.feature
    • wsdl-tools
      • org.wso2.carbon.wsdl.tools.feature
      • org.wso2.carbon.wsdl.tools.server.feature
      • org.wso2.carbon.wsdl.tools.ui.feature
  • service-stubs

Some content is hidden

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

208 files changed

+212
-212
lines changed

components/application-mgt/org.wso2.carbon.application.mgt.ui/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.carbon.commons</groupId>
2121
<artifactId>application-mgt</artifactId>
22-
<version>4.5.3-SNAPSHOT</version>
22+
<version>4.5.3</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

components/application-mgt/org.wso2.carbon.application.mgt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.commons</groupId>
2222
<artifactId>application-mgt</artifactId>
23-
<version>4.5.3-SNAPSHOT</version>
23+
<version>4.5.3</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

components/application-mgt/org.wso2.carbon.application.upload/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.commons</groupId>
2222
<artifactId>application-mgt</artifactId>
23-
<version>4.5.3-SNAPSHOT</version>
23+
<version>4.5.3</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

components/application-mgt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.commons</groupId>
2222
<artifactId>carbon-commons</artifactId>
23-
<version>4.5.3-SNAPSHOT</version>
23+
<version>4.5.3</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

components/authentication/org.wso2.carbon.identity.authentication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.commons</groupId>
2020
<artifactId>identity-authentication</artifactId>
21-
<version>4.5.3-SNAPSHOT</version>
21+
<version>4.5.3</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>

components/authentication/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.commons</groupId>
2222
<artifactId>carbon-commons</artifactId>
23-
<version>4.5.3-SNAPSHOT</version>
23+
<version>4.5.3</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>identity-authentication</artifactId>
29-
<version>4.5.3-SNAPSHOT</version>
29+
<version>4.5.3</version>
3030
<packaging>pom</packaging>
3131
<name>WSO2 Carbon - Authentication Service Aggregator Module</name>
3232
<url>http://wso2.org</url>

components/caching-invalidator/org.wso2.carbon.caching.invalidator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.wso2.carbon.commons</groupId>
66
<artifactId>caching-invalidator</artifactId>
7-
<version>4.5.3-SNAPSHOT</version>
7+
<version>4.5.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

components/caching-invalidator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.commons</groupId>
2222
<artifactId>carbon-commons</artifactId>
23-
<version>4.5.3-SNAPSHOT</version>
23+
<version>4.5.3</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

components/cluster-mgt/distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.commons</groupId>
2222
<artifactId>cluster-mgt</artifactId>
23-
<version>4.5.3-SNAPSHOT</version>
23+
<version>4.5.3</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

components/cluster-mgt/org.wso2.carbon.cluster.mgt.admin.ui/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.carbon.commons</groupId>
2121
<artifactId>cluster-mgt</artifactId>
22-
<version>4.5.3-SNAPSHOT</version>
22+
<version>4.5.3</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

0 commit comments

Comments
 (0)