Skip to content

Commit 889e962

Browse files
[WSO2 Release] [Jenkins #15] [Release 4.7.51] prepare release v4.7.51
1 parent a7f3167 commit 889e962

File tree

201 files changed

+204
-204
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.ui.feature
      • org.wso2.carbon.logging.updater.feature
      • org.wso2.carbon.logging.viewer.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
    • uuid-generator
    • 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.

201 files changed

+204
-204
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.7.51-SNAPSHOT</version>
22+
<version>4.7.51</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
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.commons</groupId>
2121
<artifactId>application-mgt</artifactId>
22-
<version>4.7.51-SNAPSHOT</version>
22+
<version>4.7.51</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

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.7.51-SNAPSHOT</version>
23+
<version>4.7.51</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.7.51-SNAPSHOT</version>
23+
<version>4.7.51</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.7.51-SNAPSHOT</version>
21+
<version>4.7.51</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.7.51-SNAPSHOT</version>
23+
<version>4.7.51</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>identity-authentication</artifactId>
29-
<version>4.7.51-SNAPSHOT</version>
29+
<version>4.7.51</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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.wso2.carbon.commons</groupId>
77
<artifactId>caching-invalidator</artifactId>
8-
<version>4.7.51-SNAPSHOT</version>
8+
<version>4.7.51</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)