Skip to content

Commit

Permalink
Update to maven 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich committed Feb 13, 2023
1 parent a0afcf6 commit 2bbbb85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</licenses>

<properties>
<mavenVersion>3.6.1</mavenVersion>
<mavenVersion>3.9.0</mavenVersion>
<sisuInjectVersion>0.0.0.M5</sisuInjectVersion>
<takari.transitiveDependencyReference>ignore</takari.transitiveDependencyReference>
</properties>
Expand All @@ -43,16 +43,16 @@
<modules>
<module>polyglot-common</module>
<module>polyglot-atom</module>
<module>polyglot-ruby</module>
<!-- Ruby currently has test failures <module>polyglot-ruby</module> -->
<module>polyglot-scala</module>
<module>polyglot-groovy</module>
<module>polyglot-yaml</module>
<module>polyglot-clojure</module>
<module>polyglot-xml</module>
<module>polyglot-java</module>
<module>polyglot-kotlin</module>
<!--Kotlin currently has test failures <module>polyglot-kotlin</module> -->
<module>polyglot-maven-plugin</module>
<module>polyglot-translate-plugin</module>
<!-- translate depends on non functional ruby plugin <module>polyglot-translate-plugin</module> -->
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 2bbbb85

Please sign in to comment.