Skip to content

Commit

Permalink
Fix release artifacts packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
C0urante committed Mar 27, 2024
1 parent 9d95f37 commit 1a2684a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kcbq-connector/src/main/assembly/release-tar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependencySet>
<outputDirectory>/</outputDirectory>
<useProjectArtifact>true</useProjectArtifact>
<unpack>true</unpack>
<unpack>false</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
Expand Down
2 changes: 1 addition & 1 deletion kcbq-connector/src/main/assembly/release-zip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependencySet>
<outputDirectory>/</outputDirectory>
<useProjectArtifact>true</useProjectArtifact>
<unpack>true</unpack>
<unpack>false</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<junit.version>5.10.2</junit.version>
<mockito.version>3.2.4</mockito.version>

<assembly.plugin.version>3.7.0</assembly.plugin.version>
<assembly.plugin.version>3.7.1</assembly.plugin.version>
<checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>
<compiler.plugin.version>3.8.1</compiler.plugin.version>
<exec.plugin.version>3.2.0</exec.plugin.version>
Expand Down

0 comments on commit 1a2684a

Please sign in to comment.