Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #1516] [Release 5.2.2] prepare release v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Jul 31, 2019
1 parent bfb772b commit 33e53ee
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions components/org.wso2.carbon.deployment.engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.deployment.parent</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.deployment.engine</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon Deployment Engine</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions components/org.wso2.carbon.deployment.notifier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.deployment.parent</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.deployment.notifier</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon Deployment Notifier</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions features/org.wso2.carbon.deployment.engine.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.deployment.parent</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.deployment.engine.feature</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<packaging>carbon-feature</packaging>

<name>WSO2 Carbon Deployment Engine - Feature</name>
Expand Down
4 changes: 2 additions & 2 deletions features/org.wso2.carbon.deployment.notifier.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
<parent>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.deployment.parent</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.deployment.notifier.feature</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<packaging>carbon-feature</packaging>

<name>WSO2 Carbon Deployment Notifier - Feature</name>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.deployment.parent</artifactId>
<packaging>pom</packaging>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
<name>WSO2 Carbon Deployment - Parent</name>

<modules>
Expand All @@ -42,7 +42,7 @@
<url>https://github.com/wso2/carbon-deployment.git</url>
<developerConnection>scm:git:https://github.com/wso2/carbon-deployment.git</developerConnection>
<connection>scm:git:https://github.com/wso2/carbon-deployment.git</connection>
<tag>HEAD</tag>
<tag>v5.2.2</tag>
</scm>

<build>
Expand Down Expand Up @@ -429,7 +429,7 @@
</dependencyManagement>

<properties>
<carbon.deployment.version>5.2.2-SNAPSHOT</carbon.deployment.version>
<carbon.deployment.version>5.2.2</carbon.deployment.version>

<carbon.kernel.version>5.2.0</carbon.kernel.version>
<carbon.touchpoint.version>1.1.0</carbon.touchpoint.version>
Expand Down
2 changes: 1 addition & 1 deletion tests/osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>tests</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<name>Carbon Deployment OSGi Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>org.wso2.carbon.deployment.parent</artifactId>
<groupId>org.wso2.carbon.deployment</groupId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tests/test-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>tests</artifactId>
<version>5.2.2-SNAPSHOT</version>
<version>5.2.2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 33e53ee

Please sign in to comment.