Skip to content

Commit 93a8912

Browse files
[WSO2 Release] [Jenkins #101] [Release 8.2.33] prepare for next development iteration
1 parent 1c28edb commit 93a8912

File tree

66 files changed

+68
-68
lines changed
  • components/apimgt
    • org.wso2.carbon.apimgt.api
    • org.wso2.carbon.apimgt.broker.lifecycle
    • org.wso2.carbon.apimgt.cache.invalidation
    • org.wso2.carbon.apimgt.common.analytics
    • org.wso2.carbon.apimgt.common.gateway
    • org.wso2.carbon.apimgt.common.jms
    • org.wso2.carbon.apimgt.core
    • org.wso2.carbon.apimgt.gateway
    • org.wso2.carbon.apimgt.impl
    • org.wso2.carbon.apimgt.internal.service
    • org.wso2.carbon.apimgt.jms.listener
    • org.wso2.carbon.apimgt.keymgt.client
    • org.wso2.carbon.apimgt.keymgt
    • org.wso2.carbon.apimgt.notification
    • org.wso2.carbon.apimgt.output.adapter.http
    • org.wso2.carbon.apimgt.persistence.mongodb
    • org.wso2.carbon.apimgt.persistence
    • org.wso2.carbon.apimgt.rest.api.admin.v1
    • org.wso2.carbon.apimgt.rest.api.common
    • org.wso2.carbon.apimgt.rest.api.dcr
    • org.wso2.carbon.apimgt.rest.api.gateway
    • org.wso2.carbon.apimgt.rest.api.publisher.v1.common
    • org.wso2.carbon.apimgt.rest.api.publisher.v1
    • org.wso2.carbon.apimgt.rest.api.service.catalog
    • org.wso2.carbon.apimgt.rest.api.store.v1
    • org.wso2.carbon.apimgt.rest.api.util
    • org.wso2.carbon.apimgt.throttle.policy.deployer
    • org.wso2.carbon.apimgt.throttling.siddhi.extension
    • org.wso2.carbon.apimgt.tokenmgt
    • org.wso2.carbon.apimgt.tracing
    • samples
      • org.wso2.carbon.apimgt.samples.calculator
      • org.wso2.carbon.apimgt.samples.pizzashack
  • features/apimgt
    • org.wso2.carbon.apimgt.admin.feature
    • org.wso2.carbon.apimgt.cache.invalidation.feature
    • org.wso2.carbon.apimgt.core.feature
    • org.wso2.carbon.apimgt.feature
    • org.wso2.carbon.apimgt.gateway.feature
    • org.wso2.carbon.apimgt.internal.service.feature
    • org.wso2.carbon.apimgt.jms.listener.feature
    • org.wso2.carbon.apimgt.keymanager.feature
    • org.wso2.carbon.apimgt.persistence.feature
    • org.wso2.carbon.apimgt.persistence.mongodb.feature
    • org.wso2.carbon.apimgt.publisher.feature
    • org.wso2.carbon.apimgt.rest.api.admin.feature
    • org.wso2.carbon.apimgt.rest.api.dcr.feature
    • org.wso2.carbon.apimgt.rest.api.gateway.feature
    • org.wso2.carbon.apimgt.rest.api.publisher.feature
    • org.wso2.carbon.apimgt.rest.api.service.catalog.feature
    • org.wso2.carbon.apimgt.rest.api.store.feature
    • org.wso2.carbon.apimgt.scxml.feature
    • org.wso2.carbon.apimgt.store.feature
    • org.wso2.carbon.apimgt.throttle.policy.deployer.feature
    • org.wso2.carbon.apimgt.throttling.siddhi.extension.feature
    • org.wso2.carbon.apimgt.tokenmgt.feature
    • org.wso2.carbon.apimgt.tracing.feature
  • service-stubs/apimgt
    • org.wso2.carbon.apimgt.gateway.stub
    • org.wso2.carbon.apimgt.handlers.security.stub
    • org.wso2.carbon.apimgt.keymgt.stub
    • org.wso2.carbon.apimgt.localentry.stub
    • org.wso2.carbon.apimgt.registry.cache.stub
    • org.wso2.carbon.apimgt.statsupdate.stub
    • org.wso2.carbon.apimgt.tier.cache.stub

Some content is hidden

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

66 files changed

+68
-68
lines changed

components/apimgt/org.wso2.carbon.apimgt.api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.wso2.carbon.apimgt</groupId>
1313
<artifactId>apimgt</artifactId>
14-
<version>8.2.33</version>
14+
<version>8.2.34-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

components/apimgt/org.wso2.carbon.apimgt.broker.lifecycle/pom.xml

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

components/apimgt/org.wso2.carbon.apimgt.cache.invalidation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>apimgt</artifactId>
2121
<groupId>org.wso2.carbon.apimgt</groupId>
22-
<version>8.2.33</version>
22+
<version>8.2.34-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

components/apimgt/org.wso2.carbon.apimgt.common.analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.wso2.carbon.apimgt</groupId>
55
<artifactId>apimgt</artifactId>
6-
<version>8.2.33</version>
6+
<version>8.2.34-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

components/apimgt/org.wso2.carbon.apimgt.common.gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.wso2.carbon.apimgt</groupId>
55
<artifactId>apimgt</artifactId>
6-
<version>8.2.33</version>
6+
<version>8.2.34-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

components/apimgt/org.wso2.carbon.apimgt.common.jms/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.apimgt</groupId>
66
<artifactId>apimgt</artifactId>
7-
<version>8.2.33</version>
7+
<version>8.2.34-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

components/apimgt/org.wso2.carbon.apimgt.core/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.apimgt</groupId>
77
<artifactId>apimgt</artifactId>
8-
<version>8.2.33</version>
8+
<version>8.2.34-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

components/apimgt/org.wso2.carbon.apimgt.gateway/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.apimgt</groupId>
2121
<artifactId>apimgt</artifactId>
22-
<version>8.2.33</version>
22+
<version>8.2.34-SNAPSHOT</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

components/apimgt/org.wso2.carbon.apimgt.impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.wso2.carbon.apimgt</groupId>
1414
<artifactId>apimgt</artifactId>
15-
<version>8.2.33</version>
15+
<version>8.2.34-SNAPSHOT</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

components/apimgt/org.wso2.carbon.apimgt.internal.service/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.apimgt</groupId>
2222
<artifactId>apimgt</artifactId>
23-
<version>8.2.33</version>
23+
<version>8.2.34-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)