Skip to content

Commit

Permalink
changed release filename
Browse files Browse the repository at this point in the history
  • Loading branch information
edewit committed Jan 29, 2024
1 parent 3ab93d6 commit b292376
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@
<configuration>
<target>
<get dest="src/main/resources" skipexisting="true">
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/darwin-arm64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/darwin-x64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/win32-x64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/win32-ia32-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/linux-arm64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/linux-x64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/linux-ia32-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/mvnpm-esbuild-darwin-arm64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/mvnpm-esbuild-darwin-x64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/mvnpm-esbuild-win32-x64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/mvnpm-esbuild-win32-ia32-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/mvnpm-esbuild-linux-arm64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/mvnpm-esbuild-linux-x64-${esbuild.version}.tgz"/>
<url url="https://github.com/mvnpm/esbuild/releases/download/${esbuild.scss.version}/mvnpm-esbuild-linux-ia32-${esbuild.version}.tgz"/>
</get>
</target>
</configuration>
Expand Down

0 comments on commit b292376

Please sign in to comment.