Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Sep 6, 2023
1 parent abeddb9 commit 906884d
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>mina-parent</artifactId>
<groupId>org.apache.mina</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-core/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-example/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-filter-compression/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-filter-compression</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-http/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-http</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-integration-beans/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-integration-beans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-integration-jmx/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-integration-jmx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-integration-ognl/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-integration-ognl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-integration-xbean/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-integration-xbean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-legal/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-legal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-statemachine/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-statemachine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-transport-apr/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-transport-apr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mina-transport-serial/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.mina</groupId>
<artifactId>mina-parent</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
</parent>

<artifactId>mina-transport-serial</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -34,7 +34,7 @@
</organization>

<groupId>org.apache.mina</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.3</version>
<artifactId>mina-parent</artifactId>
<name>Apache MINA</name>
<packaging>pom</packaging>
Expand All @@ -51,7 +51,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/mina.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina.git</developerConnection>
<url>https://github.com/apache/mina/tree/${project.scm.tag}</url>
<tag>2.2.X</tag>
<tag>2.2.3</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -85,7 +85,7 @@
<arguments />

<!-- activate Reproducible Builds -->
<project.build.outputTimestamp>1685571826</project.build.outputTimestamp>
<project.build.outputTimestamp>1694032799</project.build.outputTimestamp>

<!-- Make Java 8 javadoc lint to shut the f*** up... -->
<!-- additionalparam>-Xdoclint:none</additionalparam -->
Expand Down

0 comments on commit 906884d

Please sign in to comment.