Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #2541] [Release 4.1.0-m2] prepare release v4.…
Browse files Browse the repository at this point in the history
…1.0-m2
  • Loading branch information
wso2-jenkins-bot committed Nov 29, 2021
1 parent 287797b commit 7bc4b41
Show file tree
Hide file tree
Showing 37 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion modules/authenticators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/callhome/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions modules/distribution/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-distribution-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -442,8 +442,8 @@
<phase>prepare-package</phase>
<configuration>
<tasks>
<property name="tab.separator" value="&#009;" />
<replace file="${basedir}/../../p2-profile/product/target/wso2carbon-core-${carbon.kernel.version}/repository/resources/conf/templates/repository/conf/identity/identity.xml.j2" token="{% for grant_type in oauth.custom_grant_type %}" value="{% if oauth.grant_type.token_exchange.enable is sameas true %}${line.separator}${tab.separator}&lt;SupportedGrantType&gt;${line.separator}${tab.separator}${tab.separator}&lt;GrantTypeName&gt;urn:ietf:params:oauth:grant-type:token-exchange&lt;/GrantTypeName&gt;${line.separator}${tab.separator}${tab.separator}&lt;GrantTypeHandlerImplClass&gt;{{oauth.grant_type.token_exchange.grant_handler}}&lt;/GrantTypeHandlerImplClass&gt;${line.separator}${tab.separator}${tab.separator}&lt;GrantTypeValidatorImplClass&gt;{{oauth.grant_type.token_exchange.grant_validator}}&lt;/GrantTypeValidatorImplClass&gt;${line.separator}${tab.separator}${tab.separator}&lt;IsRefreshTokenAllowed&gt;{{oauth.grant_type.token_exchange.allow_refresh_tokens}}&lt;/IsRefreshTokenAllowed&gt;${line.separator}${tab.separator}${tab.separator}&lt;IATValidityPeriod&gt;{{oauth.grant_type.token_exchange.iat_validity_period}}&lt;/IATValidityPeriod&gt;${line.separator}${tab.separator}&lt;/SupportedGrantType&gt;${line.separator}${tab.separator}{% endif %}${line.separator}${tab.separator}{% for grant_type in oauth.custom_grant_type %}"/>
<property name="tab.separator" value="&#x9;" />
<replace file="${basedir}/../../p2-profile/product/target/wso2carbon-core-${carbon.kernel.version}/repository/resources/conf/templates/repository/conf/identity/identity.xml.j2" token="{% for grant_type in oauth.custom_grant_type %}" value="{% if oauth.grant_type.token_exchange.enable is sameas true %}${line.separator}${tab.separator}&lt;SupportedGrantType&gt;${line.separator}${tab.separator}${tab.separator}&lt;GrantTypeName&gt;urn:ietf:params:oauth:grant-type:token-exchange&lt;/GrantTypeName&gt;${line.separator}${tab.separator}${tab.separator}&lt;GrantTypeHandlerImplClass&gt;{{oauth.grant_type.token_exchange.grant_handler}}&lt;/GrantTypeHandlerImplClass&gt;${line.separator}${tab.separator}${tab.separator}&lt;GrantTypeValidatorImplClass&gt;{{oauth.grant_type.token_exchange.grant_validator}}&lt;/GrantTypeValidatorImplClass&gt;${line.separator}${tab.separator}${tab.separator}&lt;IsRefreshTokenAllowed&gt;{{oauth.grant_type.token_exchange.allow_refresh_tokens}}&lt;/IsRefreshTokenAllowed&gt;${line.separator}${tab.separator}${tab.separator}&lt;IATValidityPeriod&gt;{{oauth.grant_type.token_exchange.iat_validity_period}}&lt;/IATValidityPeriod&gt;${line.separator}${tab.separator}&lt;/SupportedGrantType&gt;${line.separator}${tab.separator}{% endif %}${line.separator}${tab.separator}{% for grant_type in oauth.custom_grant_type %}" />
</tasks>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion modules/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>am-features</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-features</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/features/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-features-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/admin-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ under the License.
<parent>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ under the License.
<parent>
<artifactId>test-artifacts</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ under the License.
<parent>
<artifactId>test-artifacts</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/backend-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ under the License.
<parent>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/clients/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.am.integration.clients</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/clients/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.am.integration.clients</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.am.integration.clients</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/clients/publisher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.am.integration.clients</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/clients/store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.am.integration.clients</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>extenstions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/extenstions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ under the License.
<parent>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,7 +35,7 @@ under the License.
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.am.framework.extensions</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
</dependency>
<dependency>
<groupId>org.wso2.am</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<artifactId>integration</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/ui-pages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<artifactId>tests-common</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ under the License.
<parent>
<artifactId>integration</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<artifactId>org.wso2.carbon.am.integration.test</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/integration/tests-integration/tests-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ under the License.
<parent>
<artifactId>org.wso2.carbon.am.integration.test</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -427,7 +427,7 @@ under the License.
<dependency>
<groupId>org.wso2.am</groupId>
<artifactId>org.wso2.carbon.am.integration.backend.test</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/oauth2-grant-types/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/org.wso2.am.multitenancy.dashboard.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>am-parent</artifactId>
<groupId>org.wso2.am</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/p2-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/p2-profile/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-p2-profile-gen-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/styles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/styles/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-styles-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/styles/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.am</groupId>
<artifactId>am-styles-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>org.wso2.am</groupId>
<artifactId>am-parent</artifactId>
<packaging>pom</packaging>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-m2</version>
<name>WSO2 API Manager - Aggregator Module</name>
<url>https://wso2.com/products/api-manager</url>
<description>WSO2 API Manager</description>
Expand Down Expand Up @@ -59,7 +59,7 @@
<url>https://github.com/wso2/product-apim.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-apim.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-apim.git</connection>
<tag>HEAD</tag>
<tag>v4.1.0-m2</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -1293,7 +1293,7 @@

<!--carbon versions-->
<carbon.kernel.version>4.6.2</carbon.kernel.version>
<apimserver.version>4.1.0-SNAPSHOT</apimserver.version>
<apimserver.version>4.1.0-m2</apimserver.version>
<ws.feature.version>1.6.3</ws.feature.version>

<cipher.tool.version>1.1.15</cipher.tool.version>
Expand Down

0 comments on commit 7bc4b41

Please sign in to comment.