Skip to content

Commit

Permalink
fix dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VISTALL committed Jan 20, 2024
1 parent 78f228c commit 0768e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>consulo</groupId>
<artifactId>arch.managment</artifactId>
<version>2-SNAPSHOT</version>
<version>3-SNAPSHOT</version>
<relativePath/>
</parent>

Expand All @@ -38,10 +38,10 @@

<groupId>consulo.plugin</groupId>
<artifactId>org.jetbrains.plugins.gradle.parent</artifactId>
<version>2-SNAPSHOT</version>
<version>3-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
<modules>
<module>gradle-api</module>
<module>jakarta-web-impl</module>
<module>maven-impl</module>
Expand Down

0 comments on commit 0768e2f

Please sign in to comment.