Skip to content

Commit 706e35c

Browse files
Merge pull request #244 from com-pas/develop
Develop to Main
2 parents e8dc854 + defe0dd commit 706e35c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SPDX-License-Identifier: Apache-2.0
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020

2121
<compas.scl.xsd.version>0.0.4</compas.scl.xsd.version>
22-
<quarkus.platform.version>2.16.4.Final</quarkus.platform.version>
22+
<quarkus.platform.version>2.16.6.Final</quarkus.platform.version>
2323
<jaxb.bind.version>2.3.8</jaxb.bind.version>
2424
<log4j2.version>2.20.0</log4j2.version>
2525
<openpojo.version>0.9.1</openpojo.version>
@@ -115,13 +115,13 @@ SPDX-License-Identifier: Apache-2.0
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-dependency-plugin</artifactId>
118-
<version>3.5.0</version>
118+
<version>3.6.0</version>
119119
</plugin>
120120

121121
<plugin>
122122
<groupId>org.jvnet.jaxb2.maven2</groupId>
123123
<artifactId>maven-jaxb2-plugin</artifactId>
124-
<version>0.15.2</version>
124+
<version>0.15.3</version>
125125
<dependencies>
126126
<dependency>
127127
<groupId>org.jvnet.jaxb2_commons</groupId>
@@ -166,7 +166,7 @@ SPDX-License-Identifier: Apache-2.0
166166
<plugin>
167167
<groupId>org.apache.maven.plugins</groupId>
168168
<artifactId>maven-source-plugin</artifactId>
169-
<version>3.2.1</version>
169+
<version>3.3.0</version>
170170
<executions>
171171
<execution>
172172
<id>attach-sources</id>
@@ -206,7 +206,7 @@ SPDX-License-Identifier: Apache-2.0
206206
<sonar.language>java</sonar.language>
207207

208208
<!-- JaCoCo Properties -->
209-
<jacoco.version>0.8.8</jacoco.version>
209+
<jacoco.version>0.8.10</jacoco.version>
210210
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
211211
</properties>
212212

scl-extension/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SPDX-License-Identifier: Apache-2.0
5555
<plugin>
5656
<groupId>org.jvnet.jaxb2.maven2</groupId>
5757
<artifactId>maven-jaxb2-plugin</artifactId>
58-
<version>0.15.2</version>
58+
<version>0.15.3</version>
5959
<executions>
6060
<execution>
6161
<id>xjc</id>

scl-extension/src/main/resources/xsd/SCL_CoMPAS.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ SPDX-License-Identifier: Apache-2.0
228228
The BayCodif is specific to each user to identify the bay kind.
229229
</xs:documentation>
230230
</xs:annotation>
231-
<xs:attribute name="UUID" type="xs:string" use="optional"/>
231+
<xs:attribute name="UUID" type="xs:string" use="required"/>
232232
<xs:attribute name="Indice" type="xs:string" use="optional"/>
233233
<xs:attribute name="Version" type="xs:string" use="optional"/>
234234
<xs:attribute name="MainShortLabel" type="xs:string" use="required"/>

0 commit comments

Comments
 (0)