File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 <version .central.publishing.maven.plugin>0.10.0</version .central.publishing.maven.plugin>
5959
6060 <!-- maven-release-plugin configuration -->
61- <autoVersionSubmodules >true</autoVersionSubmodules >
6261 <releaseProfiles >release,gpg-sign</releaseProfiles >
63- <signTag >true</signTag >
64- <tagNameFormat >@{project.version}</tagNameFormat >
6562 <arguments >-DskipTests</arguments >
66- <!-- Temporarily until we stabilize the release keep SCM pushes manual -->
67- <pushChanges >false</pushChanges >
68- <localCheckout >true</localCheckout >
6963
7064 <!-- Maven Central properties -->
7165 <repo .sonatype.url>https://central.sonatype.com</repo .sonatype.url>
7266 <sonatype .server.id>central</sonatype .server.id>
73- <!-- Temporarily until we stabilize the release keep central publishing manual -->
74- <autoPublish >false</autoPublish >
67+ <autoPublish >true</autoPublish >
7568 <waitUntil >validated</waitUntil >
7669 <deploymentName >arquillian-graphene-${project.version}</deploymentName >
7770 </properties >
9285 </scm >
9386
9487 <issueManagement >
95- <system >Jira </system >
96- <url >https://issues.redhat. com/browse/ARQGRA </url >
88+ <system >GitHub Issues </system >
89+ <url >https://github. com/arquillian/arquillian-graphene/issues </url >
9790 </issueManagement >
9891
92+ <ciManagement >
93+ <system >GitHub Actions</system >
94+ <url >https://github.com/arquillian/arquillian-graphene/actions</url >
95+ </ciManagement >
96+
9997 <dependencyManagement >
10098 <dependencies >
10199 <!-- Arquillian dependencies -->
You can’t perform that action at this time.
0 commit comments