From a5498543084a6a82cade7b4865d12c19ef5df6ca Mon Sep 17 00:00:00 2001 From: Havret Date: Sun, 23 Nov 2025 22:44:47 +0100 Subject: [PATCH] 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 @@ Apache.NMS.ActiveMQ Apache.NMS.ActiveMQ - 2.1.1 + 2.2.0 Apache Software Foundation Apache NMS OpenWire Apache NMS (.Net Standard Messaging Library): Openwire implementation of Apache NMS API - Copyright (C) 2005-2023 Apache Software Foundation + Copyright (C) 2005-2025 Apache Software Foundation LICENSE.txt https://activemq.apache.org/components/nms/ https://activemq.apache.org/assets/img/activemq_logo_icon.png