Skip to content

Commit b47ee58

Browse files
[WSO2 Release] [Jenkins #894] [Release 6.3.54] prepare for next development iteration
1 parent 93c2eec commit b47ee58

File tree

5 files changed

+7
-7
lines changed
  • components
    • org.wso2.transport.http.netty
    • org.wso2.transport.http.netty.statistics
  • features
    • org.wso2.transport.http.netty.feature
    • org.wso2.transport.http.netty.statistics.feature

5 files changed

+7
-7
lines changed

components/org.wso2.transport.http.netty.statistics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.transport.http</groupId>
2323
<artifactId>http-parent</artifactId>
24-
<version>6.3.54</version>
24+
<version>6.3.55-SNAPSHOT</version>
2525
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

components/org.wso2.transport.http.netty/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.transport.http</groupId>
2121
<artifactId>http-parent</artifactId>
22-
<version>6.3.54</version>
22+
<version>6.3.55-SNAPSHOT</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

@@ -33,7 +33,7 @@
3333
<url>https://github.com/wso2/transport-http.git</url>
3434
<developerConnection>scm:git:https://github.com/wso2/transport-http.git</developerConnection>
3535
<connection>scm:git:https://github.com/wso2/transport-http.git</connection>
36-
<tag>v6.3.54</tag>
36+
<tag>HEAD</tag>
3737
</scm>
3838

3939
<dependencies>

features/org.wso2.transport.http.netty.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.transport.http</groupId>
2222
<artifactId>http-parent</artifactId>
23-
<version>6.3.54</version>
23+
<version>6.3.55-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

features/org.wso2.transport.http.netty.statistics.feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.transport.http</groupId>
2222
<artifactId>http-parent</artifactId>
23-
<version>6.3.54</version>
23+
<version>6.3.55-SNAPSHOT</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<packaging>pom</packaging>
2626
<groupId>org.wso2.transport.http</groupId>
2727
<artifactId>http-parent</artifactId>
28-
<version>6.3.54</version>
28+
<version>6.3.55-SNAPSHOT</version>
2929
<name>WSO2 Carbon Transport Parent</name>
3030

3131
<modules>
@@ -39,7 +39,7 @@
3939
<url>https://github.com/wso2/transport-http.git</url>
4040
<developerConnection>scm:git:https://github.com/wso2/transport-http.git</developerConnection>
4141
<connection>scm:git:https://github.com/wso2/transport-http.git</connection>
42-
<tag>v6.3.54</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444

4545
<repositories>

0 commit comments

Comments
 (0)