This is an automated email from the ASF dual-hosted git repository. havret pushed a commit to branch Update-version-to-2.2.0 in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire.git
commit a5498543084a6a82cade7b4865d12c19ef5df6ca Author: Havret <[email protected]> AuthorDate: Sun Nov 23 22:44:47 2025 +0100 NO-JIRA: Update version to 2.2.0 --- NOTICE.txt | 2 +- package.ps1 | 2 +- src/nms-openwire.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index f074161..3dd3b80 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache ActiveMQ NMS OpenWire -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 6189441..2561fe2 100644 --- a/package.ps1 +++ b/package.ps1 @@ -14,7 +14,7 @@ # limitations under the License. $pkgname = "Apache.NMS.ActiveMQ" -$pkgver = "2.1.1" +$pkgver = "2.2.0" $frameworks = "netstandard2.0" write-progress "Creating package directory." "Initializing..." diff --git a/src/nms-openwire.csproj b/src/nms-openwire.csproj index bff2a25..c61a67f 100644 --- a/src/nms-openwire.csproj +++ b/src/nms-openwire.csproj @@ -3,11 +3,11 @@ <PropertyGroup> <RootNamespace>Apache.NMS.ActiveMQ</RootNamespace> <AssemblyName>Apache.NMS.ActiveMQ</AssemblyName> - <Version>2.1.1</Version> + <Version>2.2.0</Version> <Company>Apache Software Foundation</Company> <Product>Apache NMS OpenWire</Product> <Description>Apache NMS (.Net Standard Messaging Library): Openwire implementation of Apache NMS API</Description> - <Copyright>Copyright (C) 2005-2023 Apache Software Foundation</Copyright> + <Copyright>Copyright (C) 2005-2025 Apache Software Foundation</Copyright> <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> <PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl> <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
