Skip to content

Commit 96eacda

Browse files
committed
[maven-release-plugin] prepare release carbon-mediation-4.2.5
1 parent 760eec1 commit 96eacda

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

components/mediators/bam/org.wso2.carbon.mediator.bam.config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.mediation</groupId>
2121
<artifactId>bam-mediator</artifactId>
22-
<version>4.2.5-SNAPSHOT</version>
22+
<version>4.2.5</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

components/mediators/bam/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.mediation</groupId>
2222
<artifactId>mediators</artifactId>
23-
<version>4.2.5-SNAPSHOT</version>
23+
<version>4.2.5</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>bam-mediator</artifactId>
29-
<version>4.2.5-SNAPSHOT</version>
29+
<version>4.2.5</version>
3030
<packaging>pom</packaging>
3131
<name>WSO2 Carbon - BAM Mediator Module</name>
3232
<url>http://wso2.org</url>

components/mediators/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.mediation</groupId>
2222
<artifactId>carbon-mediation</artifactId>
23-
<version>4.2.5-SNAPSHOT</version>
23+
<version>4.2.5</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
28-
<version>4.2.5-SNAPSHOT</version>
28+
<version>4.2.5</version>
2929
<artifactId>mediators</artifactId>
3030
<packaging>pom</packaging>
3131
<name>WSO2 Carbon - Mediators Aggregator Module</name>

features/mediator-features/bam-mediator/org.wso2.carbon.mediator.bam.config.server.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.mediation</groupId>
2222
<artifactId>bam-mediator-feature</artifactId>
23-
<version>4.2.5-SNAPSHOT</version>
23+
<version>4.2.5</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

features/mediator-features/bam-mediator/org.wso2.carbon.mediator.bam.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.mediation</groupId>
2020
<artifactId>bam-mediator-feature</artifactId>
21-
<version>4.2.5-SNAPSHOT</version>
21+
<version>4.2.5</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<artifactId>org.wso2.carbon.mediator.bam.feature</artifactId>

features/mediator-features/bam-mediator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.mediation</groupId>
2020
<artifactId>mediator-features</artifactId>
21-
<version>4.2.5-SNAPSHOT</version>
21+
<version>4.2.5</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
24-
<version>4.2.5-SNAPSHOT</version>
24+
<version>4.2.5</version>
2525
<artifactId>bam-mediator-feature</artifactId>
2626
<packaging>pom</packaging>
2727
<name>WSO2 Carbon - BAM Mediator Feature Aggregator Module</name>

features/mediator-features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.mediation</groupId>
2222
<artifactId>carbon-mediation</artifactId>
23-
<version>4.2.5-SNAPSHOT</version>
23+
<version>4.2.5</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.wso2.carbon.mediation</groupId>
2929
<artifactId>carbon-mediation</artifactId>
30-
<version>4.2.5-SNAPSHOT</version>
30+
<version>4.2.5</version>
3131
<packaging>pom</packaging>
3232
<name>WSO2 Carbon Mediation - Aggregator Pom</name>
3333
<url>http://wso2.org</url>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:https://github.com/wso2/carbon-mediation.git</connection>
5050
<url>https://github.com/wso2/carbon-mediation.git</url>
5151
<developerConnection>scm:git:https://github.com/wso2/carbon-mediation.git</developerConnection>
52-
<tag>HEAD</tag>
52+
<tag>carbon-mediation-4.2.5</tag>
5353
</scm>
5454

5555
<build>

0 commit comments

Comments
 (0)