We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2dc7b commit 446c5c0Copy full SHA for 446c5c0
1 file changed
pom.xml
@@ -341,8 +341,6 @@ under the License.
341
<version>2.5.3</version>
342
<configuration>
343
<autoVersionSubmodules>true</autoVersionSubmodules>
344
- <useReleaseProfile>false</useReleaseProfile>
345
- <releaseProfiles>release</releaseProfiles>
346
<goals>deploy</goals>
347
</configuration>
348
<dependencies>
@@ -564,7 +562,7 @@ under the License.
564
562
</profile>
565
563
<!-- configuration to deploy into maven central -->
566
<profile>
567
- <id>release</id>
+ <id>release-profile</id>
568
<activation>
569
<property>
570
<name>performRelease</name>
0 commit comments