Skip to content

Commit

Permalink
strongbox-db version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbespalov committed Aug 20, 2019
1 parent c9b0230 commit aff6b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions strongbox-data-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>strongbox-db-server</artifactId>
<version>1.0-PR-15-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>strongbox-db-liquibase</artifactId>
<version>1.0-PR-15-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>strongbox-db-import</artifactId>
<version>1.0-PR-15-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<classifier>schema</classifier>
</dependency>

Expand Down

0 comments on commit aff6b4c

Please sign in to comment.