You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/02/11 12:39:38 UTC

[activemq] branch main updated (0d25df0 -> 2c3a7c6)

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git.


    from 0d25df0  [AMQ-8410] Fix OSGi imports
     new 01af3e8  NO-JIRA: update RAT plugin to 0.13
     new 2c3a7c6  NO-JIRA: update year in source + bin assembly NOTICE files

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                      | 2 +-
 assembly/src/release/NOTICE | 3 +--
 pom.xml                     | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

[activemq] 02/02: NO-JIRA: update year in source + bin assembly NOTICE files

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit 2c3a7c68dfd998557ccd4e50f7ab53bfff79ca2b
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Feb 11 10:07:22 2022 +0000

    NO-JIRA: update year in source + bin assembly NOTICE files
---
 NOTICE                      | 2 +-
 assembly/src/release/NOTICE | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/NOTICE b/NOTICE
index 927e2d2..d6cabff 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache ActiveMQ Copyright 2005-2019 Apache Software Foundation
+Apache ActiveMQ Copyright 2005-2022 Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/assembly/src/release/NOTICE b/assembly/src/release/NOTICE
index 1bf2c90..251783e 100644
--- a/assembly/src/release/NOTICE
+++ b/assembly/src/release/NOTICE
@@ -1,6 +1,5 @@
-
 Apache ActiveMQ
-Copyright 2005-2019 The Apache Software Foundation
+Copyright 2005-2022 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

[activemq] 01/02: NO-JIRA: update RAT plugin to 0.13

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git

commit 01af3e87d78adbca7f6f46b9ba94a924d046c3ee
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Feb 11 10:01:22 2022 +0000

    NO-JIRA: update RAT plugin to 0.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dffa020..3b33ef6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
     <cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>
     <taglist-maven-plugin-version>2.4</taglist-maven-plugin-version>
     <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version>
-    <apache-rat-plugin-version>0.11</apache-rat-plugin-version>
+    <apache-rat-plugin-version>0.13</apache-rat-plugin-version>
     <ianal-maven-plugin-version>1.0-alpha-1</ianal-maven-plugin-version>
     <depends-maven-plugin-version>1.2</depends-maven-plugin-version>
     <maven-dependency-plugin-version>2.8</maven-dependency-plugin-version>