This is an automated email from the ASF dual-hosted git repository.
havret pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-nms-api.git
The following commit(s) were added to refs/heads/main by this push:
new ac14507 NO-JIRA Bump version to 2.2.0
ac14507 is described below
commit ac14507bf9efa0474860e2cc45528e7cacfc4321
Author: Havret <[email protected]>
AuthorDate: Sat Jun 21 11:37:07 2025 +0200
NO-JIRA Bump version to 2.2.0
---
NOTICE.txt | 2 +-
RELEASE.md | 6 +-----
package.ps1 | 2 +-
src/nms-api/nms-api.csproj | 4 ++--
4 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index ff680fb..f696a94 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
Apache ActiveMQ NMS API
-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/RELEASE.md b/RELEASE.md
index 946f18e..69186d2 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -20,8 +20,4 @@ sign the files, you will find a helper script
"sign-release.sh", invoke it as
./sign-release.sh \<rc-version\> \<your-gpg-password\>
-commit all files into the rc dist dev repo.
-
-
-
-
+commit all files into the rc dist dev repo.
\ No newline at end of file
diff --git a/package.ps1 b/package.ps1
index 580a28e..23c77e7 100644
--- a/package.ps1
+++ b/package.ps1
@@ -14,7 +14,7 @@
# limitations under the License.
$pkgname = "Apache.NMS"
-$pkgver = "2.1.0"
+$pkgver = "2.2.0"
$frameworks = "net40", "netstandard2.0"
write-progress "Creating package directory." "Initializing..."
diff --git a/src/nms-api/nms-api.csproj b/src/nms-api/nms-api.csproj
index 9c44920..f88360d 100644
--- a/src/nms-api/nms-api.csproj
+++ b/src/nms-api/nms-api.csproj
@@ -33,12 +33,12 @@ with the License. You may obtain a copy of the License at
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Apache.NMS</PackageId>
- <Version>2.1.0</Version>
+ <Version>2.2.0</Version>
<Authors>Apache ActiveMQ</Authors>
<Company>Apache Software Foundation</Company>
<Product>Apache NMS API</Product>
<Description>Apache NMS (.Net Standard Messaging Library): An abstract
interface to Message Oriented Middleware (MOM) providers</Description>
- <Copyright>Copyright (C) 2005-2023 Apache Software
Foundation</Copyright>
+ <Copyright>Copyright (C) 2005-2025 Apache Software
Foundation</Copyright>
<PackageProjectUrl>https://activemq.apache.org/components/nms/</PackageProjectUrl>
<PackageLicense>https://github.com/apache/activemq-nms-api/blob/master/LICENSE.txt</PackageLicense>
<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