Skip to content

Commit ac14507

Browse files
committed
NO-JIRA Bump version to 2.2.0
1 parent 1def354 commit ac14507

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Apache ActiveMQ NMS API
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/).

RELEASE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,4 @@ sign the files, you will find a helper script "sign-release.sh", invoke it as
2020

2121
./sign-release.sh \<rc-version\> \<your-gpg-password\>
2222

23-
commit all files into the rc dist dev repo.
24-
25-
26-
27-
23+
commit all files into the rc dist dev repo.

package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
$pkgname = "Apache.NMS"
17-
$pkgver = "2.1.0"
17+
$pkgver = "2.2.0"
1818
$frameworks = "net40", "netstandard2.0"
1919

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

src/nms-api/nms-api.csproj

Lines changed: 2 additions & 2 deletions
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</PackageId>
36-
<Version>2.1.0</Version>
36+
<Version>2.2.0</Version>
3737
<Authors>Apache ActiveMQ</Authors>
3838
<Company>Apache Software Foundation</Company>
3939
<Product>Apache NMS API</Product>
4040
<Description>Apache NMS (.Net Standard Messaging Library): An abstract interface to Message Oriented Middleware (MOM) providers</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-api/blob/master/LICENSE.txt</PackageLicense>
4444
<PackageIconUrl>https://activemq.apache.org/assets/img/activemq_logo_icon.png</PackageIconUrl>

0 commit comments

Comments
 (0)