NO-JIRA Updating for year change

# Conflicts:
#	NOTICE.txt
#	docs/docfx.json
#	src/nms-api/nms-api.csproj
#	test/nms-api-test/nms-api-test.csproj
diff --git a/NOTICE.txt b/NOTICE.txt
index 0009b92..46a5cfd 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache ActiveMQ NMS API

-Copyright 2005-2019 The Apache Software Foundation

+Copyright 2005-2022 The Apache Software Foundation

 

 This product includes software developed at

 The Apache Software Foundation (http://www.apache.org/).

diff --git a/docs/docfx.json b/docs/docfx.json
index 77904d2..5740aeb 100644
--- a/docs/docfx.json
+++ b/docs/docfx.json
@@ -55,7 +55,7 @@
     "globalMetadata": {

       "_appTitle": "Apache NMS API Documentation",

       "_appLogoPath": "/images/activemq_logo_icon.png",      

-      "_appFooter": "Copyright © 2005-2019 Apache Software Foundation project<br>Generated by <strong>DocFX</strong>",

+      "_appFooter": "Copyright © 2005-2022 Apache Software Foundation project<br>Generated by <strong>DocFX</strong>",

       "_enableSearch": "true"

     },

     "dest": "_site",

@@ -72,4 +72,4 @@
     "cleanupCacheHistory": false,

     "disableGitFeatures": false

   }

-}
\ No newline at end of file
+}

diff --git a/src/nms-api/nms-api.csproj b/src/nms-api/nms-api.csproj
index fa3c205..4e3bf63 100644
--- a/src/nms-api/nms-api.csproj
+++ b/src/nms-api/nms-api.csproj
@@ -29,23 +29,23 @@
     <AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>

   </PropertyGroup>

 

-  <PropertyGroup>

-    <GeneratePackageOnBuild>true</GeneratePackageOnBuild>

-    <PackageId>Apache.NMS</PackageId>

-    <Version>1.8.1</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-2019 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>

-    <RepositoryUrl>https://github.com/apache/activemq-nms-api</RepositoryUrl>

-    <RepositoryType>git</RepositoryType>

-    <PackageTags>apache;activemq;nms;api;net;messaging</PackageTags>

-    <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>

-  </PropertyGroup>

+    <PropertyGroup>

+        <GeneratePackageOnBuild>true</GeneratePackageOnBuild>

+        <PackageId>Apache.NMS</PackageId>

+        <Version>1.8.1</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-2022 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>

+        <RepositoryUrl>https://github.com/apache/activemq-nms-api</RepositoryUrl>

+        <RepositoryType>git</RepositoryType>

+        <PackageTags>apache;activemq;nms;api;net;messaging</PackageTags>

+        <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>

+    </PropertyGroup>

 

   <!-- SourceLink Start -->

   <PropertyGroup>

diff --git a/test/nms-api-test/nms-api-test.csproj b/test/nms-api-test/nms-api-test.csproj
index ec7cd2c..e9acf7f 100644
--- a/test/nms-api-test/nms-api-test.csproj
+++ b/test/nms-api-test/nms-api-test.csproj
@@ -29,23 +29,23 @@
     <AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>

   </PropertyGroup>

 

-  <PropertyGroup>

-    <GeneratePackageOnBuild>true</GeneratePackageOnBuild>

-    <PackageId>Apache.NMS.Test</PackageId>

-    <Version>1.8.0</Version>

-    <Authors>Apache ActiveMQ</Authors>

-    <Company>Apache Software Foundation</Company>

-    <Product>Apache NMS API</Product>

-    <Description>Apache NMS (.Net Standard Messaging Library) Test Suite</Description>

-    <Copyright>Copyright (C) 2005-2019 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>

-    <RepositoryUrl>https://github.com/apache/activemq-nms-api</RepositoryUrl>

-    <RepositoryType>git</RepositoryType>

-    <PackageTags>apache;activemq;nms;api;net;test;messaging</PackageTags>

-    <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>

-  </PropertyGroup>

+    <PropertyGroup>

+        <GeneratePackageOnBuild>true</GeneratePackageOnBuild>

+        <PackageId>Apache.NMS.Test</PackageId>

+        <Version>1.8.1</Version>

+        <Authors>Apache ActiveMQ</Authors>

+        <Company>Apache Software Foundation</Company>

+        <Product>Apache NMS API</Product>

+        <Description>Apache NMS (.Net Standard Messaging Library) Test Suite</Description>

+        <Copyright>Copyright (C) 2005-2022 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>

+        <RepositoryUrl>https://github.com/apache/activemq-nms-api</RepositoryUrl>

+        <RepositoryType>git</RepositoryType>

+        <PackageTags>apache;activemq;nms;api;net;test;messaging</PackageTags>

+        <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>

+    </PropertyGroup>

 

   <ItemGroup>

     <None Include="..\..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt"/>