mirror of https://github.com/apache/nifi.git
NIFI-4870 Upgraded activemq-client and activemq-broker versions to 5.15.3.
- Updated copyright dates in NOTICE files. - This closes #2469.
This commit is contained in:
parent
3cdd3f60f6
commit
e9d585a785
|
@ -844,7 +844,7 @@ The following binary components are provided under the Apache Software License v
|
|||
(ASLv2) Apache ActiveMQ
|
||||
The following NOTICE information applies:
|
||||
ActiveMQ :: Client
|
||||
Copyright 2005-2015 The Apache Software Foundation
|
||||
Copyright 2005-2017 The Apache Software Foundation
|
||||
|
||||
(ASLv2) Apache Geronimo
|
||||
The following NOTICE information applies:
|
||||
|
|
|
@ -87,7 +87,7 @@ The following binary components are provided under the Apache Software License v
|
|||
(ASLv2) Apache ActiveMQ
|
||||
The following NOTICE information applies:
|
||||
ActiveMQ :: Client
|
||||
Copyright 2005-2015 The Apache Software Foundation
|
||||
Copyright 2005-2017 The Apache Software Foundation
|
||||
|
||||
(ASLv2) Apache Geronimo
|
||||
The following NOTICE information applies:
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -613,12 +613,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-client</artifactId>
|
||||
<version>5.12.3</version>
|
||||
<version>5.15.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-broker</artifactId>
|
||||
<version>5.12.3</version>
|
||||
<version>5.15.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue