Skip to content

Commit

Permalink
[maven-release-plugin] prepare release netty-tcnative-parent-2.0.62.F…
Browse files Browse the repository at this point in the history
…inal
  • Loading branch information
netty-project-bot committed Oct 6, 2023
1 parent a79b8c2 commit d70e48a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions boringssl-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.62.Final-SNAPSHOT</version>
<version>2.0.62.Final</version>
</parent>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -227,15 +227,15 @@
<arg value="isfips" />
</exec>
<if>
<equals arg1="${boringssl.isfips.result}" arg2="1"/>
<equals arg1="${boringssl.isfips.result}" arg2="1" />
<then>
<echo message="Boringssl is fips compliant" />
</then>
</if>
<fail message="The boringssl is not fips">
<condition>
<not>
<equals arg1="${boringssl.isfips.result}" arg2="1"/>
<equals arg1="${boringssl.isfips.result}" arg2="1" />
</not>
</condition>
</fail>
Expand Down
2 changes: 1 addition & 1 deletion libressl-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.62.Final-SNAPSHOT</version>
<version>2.0.62.Final</version>
</parent>
<artifactId>netty-tcnative-libressl-static</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion openssl-classes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.62.Final-SNAPSHOT</version>
<version>2.0.62.Final</version>
</parent>
<artifactId>netty-tcnative-classes</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion openssl-dynamic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.62.Final-SNAPSHOT</version>
<version>2.0.62.Final</version>
</parent>
<artifactId>netty-tcnative</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion openssl-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.62.Final-SNAPSHOT</version>
<version>2.0.62.Final</version>
</parent>
<artifactId>netty-tcnative-openssl-static</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>io.netty</groupId>
<artifactId>netty-tcnative-parent</artifactId>
<version>2.0.62.Final-SNAPSHOT</version>
<version>2.0.62.Final</version>
<packaging>pom</packaging>

<name>Netty/TomcatNative [Parent]</name>
Expand Down Expand Up @@ -95,7 +95,7 @@
-->
<libresslSha256>ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d</libresslSha256>
<opensslMinorVersion>3.1.2</opensslMinorVersion>
<opensslPatchVersion></opensslPatchVersion>
<opensslPatchVersion />
<opensslVersion>${opensslMinorVersion}${opensslPatchVersion}</opensslVersion>
<opensslSha256>a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539</opensslSha256>
<aprHome>${project.build.directory}/apr</aprHome>
Expand Down

0 comments on commit d70e48a

Please sign in to comment.