This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch update_version_to_2_3_0 in repository https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git
commit 4e1717f588ae99d2669388dbbee29d05ccabd60b Author: Havret <[email protected]> AuthorDate: Sat Apr 26 17:21:31 2025 +0200 NO-JIRA: Update version to 2.3.0 --- NOTICE.txt | 2 +- package.ps1 | 2 +- src/NMS.AMQP/Apache-NMS-AMQP.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 12602e6..132e8d7 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache ActiveMQ NMS AMQP -Copyright 2005-2023 The Apache Software Foundation +Copyright 2005-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/package.ps1 b/package.ps1 index 18f207a..88ecd9b 100644 --- a/package.ps1 +++ b/package.ps1 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.AMQP" -$pkgver = "2.2.0" +$pkgver = "2.3.0" $frameworks = "netstandard2.0" write-progress "Creating package directory." "Initializing..." diff --git a/src/NMS.AMQP/Apache-NMS-AMQP.csproj b/src/NMS.AMQP/Apache-NMS-AMQP.csproj index 523295c..2982cea 100644 --- a/src/NMS.AMQP/Apache-NMS-AMQP.csproj +++ b/src/NMS.AMQP/Apache-NMS-AMQP.csproj @@ -33,12 +33,12 @@ with the License. You may obtain a copy of the License at <PropertyGroup> <GeneratePackageOnBuild>true</GeneratePackageOnBuild> <PackageId>Apache.NMS.AMQP</PackageId> - <Version>2.2.0</Version> + <Version>2.3.0</Version> <Authors>Apache ActiveMQ</Authors> <Company>Apache Software Foundation</Company> <Product>Apache ActiveMQ NMS AMQP Client</Product> <Description>Apache ActiveMQ NMS.AMQP provides a NMS based client that uses the AMQP v1.0 protocol.</Description> - <Copyright>Copyright (C) 2005-2023 Apache Software Foundation</Copyright> + <Copyright>Copyright (C) 2005-2025 Apache Software Foundation</Copyright> <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl> <PackageLicense>https://github.com/apache/activemq-nms-amqp/blob/master/NOTICE.txt</PackageLicense> <PackageIconUrl>https://activemq.apache.org/assets/img/activemq_logo_icon.png</PackageIconUrl> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
