Skip to content

Commit

Permalink
Bump REST API minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
RakhithaRR committed Oct 3, 2024
1 parent 7045d48 commit 7de2d07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<bean id="URLValidationInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor">
<property name="majorVersion" value="v4" />
<property name="latestVersion" value="v4.1" />
<property name="latestVersion" value="v4.2" />
</bean>
<bean id="PreAuthenticationInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.PreAuthenticationInterceptor" />
<bean id="TokenMergeInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.TokenMergeInterceptor" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<bean id="URLValidationInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor">
<property name="majorVersion" value="v4" />
<property name="latestVersion" value="v4.1" />
<property name="latestVersion" value="v4.2" />
</bean>
<bean id="PreAuthenticationInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.PreAuthenticationInterceptor" />
<bean id="TokenMergeInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.TokenMergeInterceptor" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<bean id="URLValidationInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.URLValidationInterceptor">
<property name="majorVersion" value="v3" />
<property name="latestVersion" value="v3.1" />
<property name="latestVersion" value="v3.2" />
</bean>
<bean id="PreAuthenticationInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.PreAuthenticationInterceptor" />
<bean id="AuthenticationInterceptor" class="org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor" />
Expand Down

0 comments on commit 7de2d07

Please sign in to comment.