Skip to content

Commit 63a3cf7

Browse files
authored
Merge pull request #24 from eclipse-arrowhead/development
Release v5.2.0
2 parents d39171d + d35e94a commit 63a3cf7

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

NOTICE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The project maintains the following source code repositories:
3030
* https://github.com/eclipse-arrowhead/ah5-core-java-spring
3131
* https://github.com/eclipse-arrowhead/ah5-blacklist-java-spring
3232
* https://github.com/eclipse-arrowhead/ah5-translation-manager-java-spring
33+
* https://github.com/eclipse-arrowhead/ah5-device-qos-evaluator-java-spring
3334

3435
## Third-party Content
3536

@@ -83,6 +84,7 @@ maven/mavencentral/jakarta.xml.bind/jakarta.xml.bind-api/4.0.2 BSD-3-Clause
8384
maven/mavencentral/com.mysql/mysql-connector-j/9.4.0 GPL-2.0 with Universal FOSS Exception, v1.0
8485
maven/mavencentral/org.antlr/antlr4-runtime/4.13.0 BSD-3-Clause
8586
maven/mavencentral/org.apache.commons/commons-lang3/3.14.0 Apache-2.0
87+
maven/mavencentral/org.apache.commons/commons-statistics-descriptive/1.2 Apache-2.0
8688
maven/mavencentral/org.apache.logging.log4j/log4j-api/2.23.1 Apache-2.0
8789
maven/mavencentral/org.apache.logging.log4j/log4j-core/2.23.1 Apache-2.0 AND (Apache-2.0 AND LGPL-2.0-or-later)
8890
maven/mavencentral/org.apache.logging.log4j/log4j-jul/2.23.1 Apache-2.0

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
66
<groupId>eu.arrowhead</groupId>
77
<artifactId>arrowhead-common</artifactId>
8-
<version>5.1.0</version>
8+
<version>5.2.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<artifactId>arrowhead-blacklist</artifactId>
@@ -22,8 +22,8 @@
2222
</licenses>
2323

2424
<properties>
25-
<revision>5.1.0</revision>
26-
<ah.common.version>5.1.0</ah.common.version>
25+
<revision>5.2.0</revision>
26+
<ah.common.version>5.2.0</ah.common.version>
2727
<mvn.resources.version>3.3.1</mvn.resources.version>
2828
<lmax.disruptor.version>4.0.0</lmax.disruptor.version>
2929
</properties>

0 commit comments

Comments
 (0)