Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #112] [Release 1.4.2] prepare release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Feb 10, 2022
1 parent 25d3279 commit bd01f26
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/wso2is.key.manager.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>wso2is.auth.client</artifactId>
<groupId>org.wso2.km.ext.wso2is</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/wso2is.key.manager.operations.endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wso2.km.ext.wso2is</groupId>
<artifactId>wso2is.auth.client</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/wso2is.key.manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.km.ext.wso2is</groupId>
<artifactId>wso2is.auth.client</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>wso2is.key.manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion components/wso2is.notification.event.handlers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>wso2is.auth.client</artifactId>
<groupId>org.wso2.km.ext.wso2is</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>wso2is.auth.client</artifactId>
<groupId>org.wso2.km.ext.wso2is</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion features/wso2is.key.manager.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.km.ext.wso2is</groupId>
<artifactId>wso2is.auth.client</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion features/wso2is.key.manager.notification.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.km.ext.wso2is</groupId>
<artifactId>wso2is.auth.client</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.km.ext.wso2is</groupId>
<artifactId>wso2is.auth.client</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
~ specific language governing permissions and limitations
~ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.wso2</groupId>
<artifactId>wso2</artifactId>
Expand All @@ -26,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.km.ext.wso2is</groupId>
<artifactId>wso2is.auth.client</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -371,7 +370,7 @@
<connection>scm:git:https://github.com/wso2-extensions/apim-km-wso2is.git</connection>
<url>https://github.com/wso2-extensions/apim-km-wso2is.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/apim-km-wso2is.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.4.2</tag>
</scm>
<properties>
<carbon.apimgt.version>6.7.206</carbon.apimgt.version>
Expand Down

0 comments on commit bd01f26

Please sign in to comment.