11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
77 <parent >
88 <groupId >io.vertx</groupId >
99 <artifactId >vertx-lang-scala-parent</artifactId >
10- <version >4.5.8-SNAPSHOT </version >
10+ <version >4.5.8</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
456456 </goals >
457457 <configuration >
458458 <includes >io/vertx/**/*.java,examples/**/*.java</includes >
459- <excludes >**/impl/**/*.java,io/vertx/groovy/**,io/vertx/reactivex/**,io/vertx/rxjava/**,io/vertx/rxjava3/**,examples/override/**</excludes >
459+ <excludes >
460+ **/impl/**/*.java,io/vertx/groovy/**,io/vertx/reactivex/**,io/vertx/rxjava/**,io/vertx/rxjava3/**,examples/override/**</excludes >
460461 <outputDirectory >${project.build.directory} /sources/java</outputDirectory >
461462 </configuration >
462463 </execution >
526527 <version >2.23.1</version >
527528 </dependency >
528529
529- <!-- Transitive dependencies declared as optional in other modules, and needed for instance in docgen -->
530+ <!-- Transitive dependencies declared as optional in other modules, and needed for
531+ instance in docgen -->
530532 <dependency >
531533 <groupId >io.micrometer</groupId >
532534 <artifactId >micrometer-registry-prometheus</artifactId >
598600 </plugin >
599601 </plugins >
600602 </build >
601- </project >
603+ </project >
0 commit comments