Skip to content

Commit 931abbf

Browse files
committed
NO-JIRA: Update version to 2.3.0
1 parent f16601c commit 931abbf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache ActiveMQ NMS AMQP
2-
Copyright 2005-2023 The Apache Software Foundation
2+
Copyright 2005-2025 The Apache Software Foundation
33

44
This product includes software developed at
55
The Apache Software Foundation (http://www.apache.org/).

package.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
$pkgname = "Apache.NMS.AMQP"
17-
$pkgver = "2.2.0"
17+
$pkgver = "2.3.0"
1818
$frameworks = "netstandard2.0"
1919

2020
write-progress "Creating package directory." "Initializing..."

src/NMS.AMQP/Apache-NMS-AMQP.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ with the License. You may obtain a copy of the License at
3333
<PropertyGroup>
3434
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
3535
<PackageId>Apache.NMS.AMQP</PackageId>
36-
<Version>2.2.0</Version>
36+
<Version>2.3.0</Version>
3737
<Authors>Apache ActiveMQ</Authors>
3838
<Company>Apache Software Foundation</Company>
3939
<Product>Apache ActiveMQ NMS AMQP Client</Product>
4040
<Description>Apache ActiveMQ NMS.AMQP provides a NMS based client that uses the AMQP v1.0 protocol.</Description>
41-
<Copyright>Copyright (C) 2005-2023 Apache Software Foundation</Copyright>
41+
<Copyright>Copyright (C) 2005-2025 Apache Software Foundation</Copyright>
4242
<PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl>
4343
<PackageLicense>https://github.com/apache/activemq-nms-amqp/blob/master/NOTICE.txt</PackageLicense>
4444
<PackageIconUrl>https://activemq.apache.org/assets/img/activemq_logo_icon.png</PackageIconUrl>

0 commit comments

Comments
 (0)