mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
renamed zip-release to release
This commit is contained in:
parent
475ddcb5e9
commit
dc8980f1d2
@ -75,7 +75,7 @@
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<configuration>
|
||||
<descriptors>
|
||||
<descriptor>src/assembly/zip-release.xml</descriptor>
|
||||
<descriptor>src/assembly/release.xml</descriptor>
|
||||
</descriptors>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<assembly>
|
||||
<id>zip-release</id>
|
||||
<id>release</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
Loading…
Reference in New Issue
Block a user