Skip to content

Commit 84315d1

Browse files
[WSO2 Release] [Jenkins wso2#6886] [Release 9.29.35] prepare release v9.29.35
1 parent 91b4c94 commit 84315d1

File tree

64 files changed

+66
-66
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.cleanup.service
    • 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.devops.impl
    • org.wso2.carbon.apimgt.eventing
    • org.wso2.carbon.apimgt.eventing.hub
    • 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
    • org.wso2.carbon.apimgt.keymgt.client
    • org.wso2.carbon.apimgt.notification
    • org.wso2.carbon.apimgt.output.adapter.http
    • 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.devops
    • org.wso2.carbon.apimgt.rest.api.gateway
    • org.wso2.carbon.apimgt.rest.api.publisher.v1
    • org.wso2.carbon.apimgt.rest.api.publisher.v1.common
    • 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.solace
    • 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.cache.invalidation.feature
    • org.wso2.carbon.apimgt.core.feature
    • org.wso2.carbon.apimgt.eventing.feature
    • org.wso2.carbon.apimgt.eventing.hub.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.rest.api.admin.feature
    • org.wso2.carbon.apimgt.rest.api.dcr.feature
    • org.wso2.carbon.apimgt.rest.api.devops.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.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

Some content is hidden

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

64 files changed

+66
-66
lines changed

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

+1-1
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>9.29.35-SNAPSHOT</version>
14+
<version>9.29.35</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

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

+1-1
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>9.29.35-SNAPSHOT</version>
7+
<version>9.29.35</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

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

+1-1
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>9.29.35-SNAPSHOT</version>
22+
<version>9.29.35</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

components/apimgt/org.wso2.carbon.apimgt.cleanup.service/pom.xml

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

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

+1-1
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>9.29.35-SNAPSHOT</version>
6+
<version>9.29.35</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

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

+1-1
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>9.29.35-SNAPSHOT</version>
6+
<version>9.29.35</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

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

+1-1
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>9.29.35-SNAPSHOT</version>
7+
<version>9.29.35</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

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

+1-1
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>9.29.35-SNAPSHOT</version>
8+
<version>9.29.35</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
2323
<artifactId>apimgt</artifactId>
24-
<version>9.29.35-SNAPSHOT</version>
24+
<version>9.29.35</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/apimgt/org.wso2.carbon.apimgt.eventing.hub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apimgt</artifactId>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apimgt</artifactId>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

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

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

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

+1-1
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>9.29.35-SNAPSHOT</version>
15+
<version>9.29.35</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

components/apimgt/org.wso2.carbon.apimgt.internal.service/pom.xml

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

components/apimgt/org.wso2.carbon.apimgt.jms.listener/pom.xml

+1-1
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>9.29.35-SNAPSHOT</version>
7+
<version>9.29.35</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

components/apimgt/org.wso2.carbon.apimgt.keymgt.client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.wso2.carbon.apimgt</groupId>
1818
<artifactId>apimgt</artifactId>
19-
<version>9.29.35-SNAPSHOT</version>
19+
<version>9.29.35</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.wso2.carbon.apimgt</groupId>
1818
<artifactId>apimgt</artifactId>
19-
<version>9.29.35-SNAPSHOT</version>
19+
<version>9.29.35</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

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

+1-1
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>9.29.35-SNAPSHOT</version>
22+
<version>9.29.35</version>
2323
</parent>
2424
<artifactId>org.wso2.carbon.apimgt.notification</artifactId>
2525
<modelVersion>4.0.0</modelVersion>

components/apimgt/org.wso2.carbon.apimgt.output.adapter.http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
2323
<artifactId>apimgt</artifactId>
24-
<version>9.29.35-SNAPSHOT</version>
24+
<version>9.29.35</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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

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

components/apimgt/org.wso2.carbon.apimgt.rest.api.admin.v1/pom.xml

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.wso2.carbon.apimgt</groupId>
1919
<artifactId>apimgt</artifactId>
20-
<version>9.29.35-SNAPSHOT</version>
20+
<version>9.29.35</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
2323
<artifactId>apimgt</artifactId>
24-
<version>9.29.35-SNAPSHOT</version>
24+
<version>9.29.35</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
2323
<artifactId>apimgt</artifactId>
24-
<version>9.29.35-SNAPSHOT</version>
24+
<version>9.29.35</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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

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

components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1.common/pom.xml

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

components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1/pom.xml

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

components/apimgt/org.wso2.carbon.apimgt.rest.api.service.catalog/pom.xml

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

components/apimgt/org.wso2.carbon.apimgt.rest.api.store.v1/pom.xml

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.wso2.carbon.apimgt</groupId>
1919
<artifactId>apimgt</artifactId>
20-
<version>9.29.35-SNAPSHOT</version>
20+
<version>9.29.35</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apimgt</artifactId>
55
<groupId>org.wso2.carbon.apimgt</groupId>
6-
<version>9.29.35-SNAPSHOT</version>
6+
<version>9.29.35</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

components/apimgt/org.wso2.carbon.apimgt.throttle.policy.deployer/pom.xml

+1-1
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>9.29.35-SNAPSHOT</version>
22+
<version>9.29.35</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<packaging>bundle</packaging>

components/apimgt/org.wso2.carbon.apimgt.throttling.siddhi.extension/pom.xml

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.wso2.carbon.apimgt</groupId>
1818
<artifactId>apimgt</artifactId>
19-
<version>9.29.35-SNAPSHOT</version>
19+
<version>9.29.35</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
2323
<artifactId>apimgt</artifactId>
24-
<version>9.29.35-SNAPSHOT</version>
24+
<version>9.29.35</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

components/apimgt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.apimgt</groupId>
2121
<artifactId>carbon-apimgt</artifactId>
22-
<version>9.29.35-SNAPSHOT</version>
22+
<version>9.29.35</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

components/apimgt/samples/org.wso2.carbon.apimgt.samples.calculator/pom.xml

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

components/apimgt/samples/org.wso2.carbon.apimgt.samples.pizzashack/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apimgt</artifactId>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

features/apimgt/org.wso2.carbon.apimgt.cache.invalidation.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.apimgt</groupId>
2222
<artifactId>apimgt-feature</artifactId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

features/apimgt/org.wso2.carbon.apimgt.core.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.apimgt</groupId>
2222
<artifactId>apimgt-feature</artifactId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

features/apimgt/org.wso2.carbon.apimgt.eventing.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apimgt-feature</artifactId>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

features/apimgt/org.wso2.carbon.apimgt.eventing.hub.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apimgt-feature</artifactId>
2222
<groupId>org.wso2.carbon.apimgt</groupId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

features/apimgt/org.wso2.carbon.apimgt.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.apimgt</groupId>
2222
<artifactId>apimgt-feature</artifactId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

features/apimgt/org.wso2.carbon.apimgt.gateway.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.apimgt</groupId>
2222
<artifactId>apimgt-feature</artifactId>
23-
<version>9.29.35-SNAPSHOT</version>
23+
<version>9.29.35</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

0 commit comments

Comments
 (0)