Skip to content

Commit 253d8a7

Browse files
Update POM Version to 2.0.0-184
1 parent 6578914 commit 253d8a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>com.github.cafapi.util.flywayinstaller</groupId>
3131
<artifactId>util-flywayinstaller-aggregator</artifactId>
32-
<version>2.0.0-SNAPSHOT</version>
32+
<version>2.0.0-184</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Flyway Database Installer</name>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.github.cafapi.util.flywayinstaller</groupId>
130130
<artifactId>util-flywayinstaller</artifactId>
131-
<version>2.0.0-SNAPSHOT</version>
131+
<version>2.0.0-184</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.google.code.gson</groupId>

util-flywayinstaller-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>util-flywayinstaller-aggregator</artifactId>
2626
<groupId>com.github.cafapi.util.flywayinstaller</groupId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-184</version>
2828
</parent>
2929

3030
<artifactId>util-flywayinstaller-cli</artifactId>

util-flywayinstaller/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>util-flywayinstaller-aggregator</artifactId>
2626
<groupId>com.github.cafapi.util.flywayinstaller</groupId>
27-
<version>2.0.0-SNAPSHOT</version>
27+
<version>2.0.0-184</version>
2828
</parent>
2929

3030
<artifactId>util-flywayinstaller</artifactId>

0 commit comments

Comments
 (0)