Skip to content

Commit

Permalink
Move property to the subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed Dec 9, 2022
1 parent caba7be commit 2f7736f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<assertj.ver>3.23.1</assertj.ver>
<mockito.ver>4.9.0</mockito.ver>
<slf4j.ver>2.0.5</slf4j.ver>
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
</properties>

<build>
Expand Down
4 changes: 4 additions & 0 deletions providers/r2dbc/shedlock-provider-r2dbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<artifactId>shedlock-provider-r2dbc</artifactId>
<version>5.0.0-SNAPSHOT</version>

<properties>
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
</properties>

<dependencies>
<dependency>
<groupId>net.javacrumbs.shedlock</groupId>
Expand Down

0 comments on commit 2f7736f

Please sign in to comment.