Skip to content

Commit

Permalink
dbeaver/dbeaver-infra#153 associate common modules version with commo…
Browse files Browse the repository at this point in the history
…n version (#55)
  • Loading branch information
Destrolaric authored Nov 6, 2024
1 parent 5fabad6 commit f0d13f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<dependency>
<groupId>com.dbeaver.common</groupId>
<artifactId>org.jkiss.utils</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>${dbeaver.common.version}</version>
</dependency>
<dependency>
<groupId>com.dbeaver.common</groupId>
<artifactId>com.dbeaver.jdbc.api</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>${dbeaver.common.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit f0d13f2

Please sign in to comment.