We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f962005 commit 6e507daCopy full SHA for 6e507da
pom.xml
@@ -112,15 +112,6 @@
112
<artifactId>central-publishing-maven-plugin</artifactId>
113
<version>0.9.0</version>
114
<extensions>true</extensions>
115
- <executions>
116
- <execution>
117
- <id>default-deploy</id>
118
- <phase>deploy</phase>
119
- <goals>
120
- <goal>deploy</goal>
121
- </goals>
122
- </execution>
123
- </executions>
124
<configuration>
125
<publishingServerId>central</publishingServerId>
126
</configuration>
@@ -156,7 +147,7 @@
156
147
<plugin>
157
148
<groupId>org.apache.maven.plugins</groupId>
158
149
<artifactId>maven-gpg-plugin</artifactId>
159
- <version>3.1.0</version>
150
+ <version>3.2.8</version>
160
151
<executions>
161
152
<execution>
162
153
<id>sign-artifacts</id>
0 commit comments