diff --git a/pom.xml b/pom.xml
index 2a4fcb3..feb4544 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.liquibase
liquibase-parent-pom
Liquibase Parent POM
- 0.3.0-SNAPSHOT
+ 0.2.3-SNAPSHOT
Liquibase Parent POM for all Extensions
https://github.com/liquibase/liquibase-parent-pom
pom
@@ -304,6 +304,34 @@
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+ ${maven-assembly-plugin.version}
+
+
+
+ ${project.name}
+ Liquibase
+ ${project.version}
+
+
+ false
+
+ jar-with-dependencies
+
+ ${project.name}-${project.version}
+
+
+
+ assemble-all
+ package
+
+ single
+
+
+
+
maven-resources-plugin
${maven-resources-plugin.version}