Skip to content

Commit

Permalink
Finish Liquibase Release Automation
Browse files Browse the repository at this point in the history
DAT-3131
  • Loading branch information
nvoxland committed Nov 25, 2019
1 parent d07c52b commit 6a1dff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liquibase-dist/pom.xml
Expand Up @@ -128,7 +128,7 @@
<configuration>
<finalName>liquibase-${liquibase.version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<attach>true</attach>
<attach>false</attach>
<descriptors>
<descriptor>src/main/assembly/assembly-jar.xml</descriptor>
<descriptor>src/main/assembly/assembly-bin.xml</descriptor>
Expand Down Expand Up @@ -160,7 +160,7 @@
</goals>
<configuration>
<deb>${project.build.directory}/liquibase-${liquibase.version}.deb</deb>
<attach>true</attach>
<attach>false</attach>
<dataSet>
<data>
<src>${project.build.directory}/liquibase-${liquibase.version}</src>
Expand Down

0 comments on commit 6a1dff4

Please sign in to comment.