Commit 1f34d8d 1 parent 505fa28 commit 1f34d8d Copy full SHA for 1f34d8d
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 51
51
<maven-project-info-reports-plugin .version>3.0.0</maven-project-info-reports-plugin .version>
52
52
<maven-scm-publish-plugin .version>3.0.0</maven-scm-publish-plugin .version>
53
53
<maven-site-plugin .version>3.8.2</maven-site-plugin .version>
54
+ <maven-gpg-plugin .version>3.1.0</maven-gpg-plugin .version>
55
+
56
+ <nexus-staging-maven-plugin .version>1.6.13</nexus-staging-maven-plugin .version>
54
57
</properties >
55
58
56
59
<prerequisites >
116
119
<plugin >
117
120
<groupId >org.sonatype.plugins</groupId >
118
121
<artifactId >nexus-staging-maven-plugin</artifactId >
122
+ <version >${nexus-staging-maven-plugin.version} </version >
119
123
<extensions >true</extensions >
120
124
<configuration >
121
125
<serverId >ossrh</serverId >
150
154
<plugin >
151
155
<groupId >org.apache.maven.plugins</groupId >
152
156
<artifactId >maven-gpg-plugin</artifactId >
157
+ <version >${maven-gpg-plugin.version} </version >
153
158
<executions >
154
159
<execution >
155
160
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments