Skip to content

Commit

Permalink
Upgrade component versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tharikaGitHub committed Mar 4, 2024
1 parent 3f2a19f commit d5d514e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.authenticator.thrift:${carbon.identity.version}
</importBundleDef>
<importBundleDef>
org.wso2.carbon.event-processing:org.wso2.carbon.event.processor.stub:${event.processor.stub.version}
org.wso2.carbon.event-processing:org.wso2.carbon.event.processor.stub:${event.processor.version}
</importBundleDef>
</importBundles>
<importFeatures>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.jms.listener:${carbon.apimgt.version}
</bundleDef>
<bundleDef>
org.wso2.carbon.event-processing:org.wso2.carbon.event.processor.core:${event.processor.core.version}
org.wso2.carbon.event-processing:org.wso2.carbon.event.processor.core:${event.processor.version}
</bundleDef>
<bundleDef>org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.common.gateway:${carbon.apimgt.version}</bundleDef>
<bundleDef>org.apache.httpcomponents.wso2:httpcore</bundleDef>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.authenticator.thrift:${carbon.identity.version}
</importBundleDef>
<importBundleDef>
org.wso2.carbon.event-processing:org.wso2.carbon.event.processor.stub:${event.processor.stub.version}
org.wso2.carbon.event-processing:org.wso2.carbon.event.processor.stub:${event.processor.version}
</importBundleDef>
</importBundles>
<importFeatures>
Expand Down
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1453,12 +1453,12 @@
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>org.wso2.carbon.event.processor.stub</artifactId>
<version>${event.processor.stub.version}</version>
<version>${event.processor.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.event-processing</groupId>
<artifactId>org.wso2.carbon.event.processor.core</artifactId>
<version>${event.processor.core.version}</version>
<version>${event.processor.version}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand Down Expand Up @@ -2027,7 +2027,7 @@
<carbon.apimgt.version>9.29.45-SNAPSHOT</carbon.apimgt.version>
<carbon.apimgt.imp.pkg.version>[9.0.0, 10.0.0)</carbon.apimgt.imp.pkg.version>

<carbon.analytics.common.version>5.3.9</carbon.analytics.common.version>
<carbon.analytics.common.version>5.3.10</carbon.analytics.common.version>
<!-- Carbon kernel version -->
<carbon.kernel.version>4.9.26-alpha2</carbon.kernel.version>
<carbon.kernel.feature.version>${carbon.kernel.version}</carbon.kernel.feature.version>
Expand Down Expand Up @@ -2060,7 +2060,7 @@
<carbon.multitenancy.version>4.9.23</carbon.multitenancy.version>
<wso2-uri-templates.version>1.6.5</wso2-uri-templates.version>
<apimserver.version>1.10.0</apimserver.version>
<siddhi.version>3.2.12</siddhi.version>
<siddhi.version>3.2.13</siddhi.version>

<carbon.registry.imp.pkg.version>[1.0.1, 2.0.0)</carbon.registry.imp.pkg.version>
<commons.logging.imp.pkg.version>[1.2.0, 1.3.0)</commons.logging.imp.pkg.version>
Expand Down Expand Up @@ -2186,8 +2186,7 @@
<carbon.metrics.version>1.3.12</carbon.metrics.version>
<!-- apache pdfbox version -->
<pdfbox.version>2.0.25</pdfbox.version>
<event.processor.stub.version>2.3.8</event.processor.stub.version>
<event.processor.core.version>2.3.8</event.processor.core.version>
<event.processor.version>2.3.10</event.processor.version>
<swagger.inflector.version>1.0.16.wso2v1</swagger.inflector.version>
<swagger.inflector.oas3.version>2.0.5.wso2v2</swagger.inflector.oas3.version>
<swagger.parser.v3.version>2.1.20.wso2v1</swagger.parser.v3.version>
Expand Down

0 comments on commit d5d514e

Please sign in to comment.