diff --git a/delta-plugins-common/pom.xml b/delta-plugins-common/pom.xml index 5f1c1a3e..421449dc 100644 --- a/delta-plugins-common/pom.xml +++ b/delta-plugins-common/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>database-delta-plugins</artifactId> <groupId>io.cdap.delta</groupId> - <version>0.5.1</version> + <version>0.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/mysql-delta-plugins/pom.xml b/mysql-delta-plugins/pom.xml index 1e26ee58..7c839bea 100644 --- a/mysql-delta-plugins/pom.xml +++ b/mysql-delta-plugins/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>database-delta-plugins</artifactId> <groupId>io.cdap.delta</groupId> - <version>0.5.1</version> + <version>0.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 4427c9f8..bf30d17f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>io.cdap.delta</groupId> <artifactId>database-delta-plugins</artifactId> - <version>0.5.1</version> + <version>0.5.2-SNAPSHOT</version> <modules> <module>mysql-delta-plugins</module> <module>delta-plugins-common</module> diff --git a/sqlserver-delta-plugins/pom.xml b/sqlserver-delta-plugins/pom.xml index 596b151b..efd07eb3 100644 --- a/sqlserver-delta-plugins/pom.xml +++ b/sqlserver-delta-plugins/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>database-delta-plugins</artifactId> <groupId>io.cdap.delta</groupId> - <version>0.5.1</version> + <version>0.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>