File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8384maven/mavencentral/com.mysql/mysql-connector-j/9.4.0 GPL-2.0 with Universal FOSS Exception, v1.0
8485maven/mavencentral/org.antlr/antlr4-runtime/4.13.0 BSD-3-Clause
8586maven/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
8688maven/mavencentral/org.apache.logging.log4j/log4j-api/2.23.1 Apache-2.0
8789maven/mavencentral/org.apache.logging.log4j/log4j-core/2.23.1 Apache-2.0 AND (Apache-2.0 AND LGPL-2.0-or-later)
8890maven/mavencentral/org.apache.logging.log4j/log4j-jul/2.23.1 Apache-2.0
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments