Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mosesonline committed Nov 5, 2024
1 parent 472836b commit 18345c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integrationtest/src/test/resources/jaxbTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
</execution>
</executions>
<configuration>
<schemaDirectory>\${project.build.resources[0].directory}/schema/</schemaDirectory>
<schemaDirectory>\${project.build.resources[0].directory}/jaxbTest/src/main/resources/schema/</schemaDirectory>
<schemaIncludes>
<include>**/test1.xsd</include>
<include>**/underscores.xsd</include>
</schemaIncludes>
<bindingDirectory>\${project.build.resources[0].directory}/binding</bindingDirectory>
<bindingDirectory>\${project.build.resources[0].directory}/jaxbTest/src/main/resources/binding</bindingDirectory>
<bindingIncludes>
<include>**/binding.xjb</include>
</bindingIncludes>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<org.apache.maven.plugins.surefire.version>3.5.2</org.apache.maven.plugins.surefire.version>
<org.apache.maven.plugins.javadoc.version>3.10.1</org.apache.maven.plugins.javadoc.version>
<org.springframework.version>5.3.31</org.springframework.version>
<org.eclipse.tycho.compiler-jdt.version>1.6.0</org.eclipse.tycho.compiler-jdt.version>
<org.eclipse.tycho.compiler-jdt.version>2.7.5</org.eclipse.tycho.compiler-jdt.version>
<com.puppycrawl.tools.checkstyle.version>8.36.1</com.puppycrawl.tools.checkstyle.version>
<org.junit.jupiter.version>5.11.3</org.junit.jupiter.version>
<junit-pioneer.version>2.3.0</junit-pioneer.version>
Expand Down

0 comments on commit 18345c1

Please sign in to comment.