Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
4 changes: 2 additions & 2 deletions src/nms-openwire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading