File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 124124 <modulemaker .skip>false</modulemaker .skip>
125125 <javadoc .download.skip>false</javadoc .download.skip>
126126 <repository .url>git@github.com:raphw/byte-buddy.git</repository .url>
127+ <release .profiles>extras,gpg,gradle-release,multi-release</release .profiles>
127128 <surefire .arguments />
128129 </properties >
129130
188189 <artifactId >maven-release-plugin</artifactId >
189190 <version >${version.plugin.release} </version >
190191 <configuration >
191- <releaseProfiles >extras,gpg,gradle- release,multi-release </releaseProfiles >
192+ <releaseProfiles >${ release.profiles} </releaseProfiles >
192193 <autoVersionSubmodules >true</autoVersionSubmodules >
193194 <tagNameFormat >byte-buddy-@{project.version}</tagNameFormat >
194195 </configuration >
462463 <properties >
463464 <bytecode .main.version>1.8</bytecode .main.version>
464465 <bytecode .test.version>1.8</bytecode .test.version>
466+ <release .profiles>extras,gpg</release .profiles>
465467 </properties >
466468 </profile >
467469 <!-- Runs the build with compatibility for Java 6 JVMs. -->
You can’t perform that action at this time.
0 commit comments