This repository was archived by the owner on Dec 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed
Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change 101101 </execution >
102102 </executions >
103103 </plugin >
104- <plugin >
105- <groupId >org.apache.maven.plugins</groupId >
106- <artifactId >maven-gpg-plugin</artifactId >
107- <executions >
108- <execution >
109- <id >sign-artifacts</id >
110- <phase >verify</phase >
111- <goals >
112- <goal >sign</goal >
113- </goals >
114- </execution >
115- </executions >
116- </plugin >
117104 <plugin >
118105 <groupId >org.sonatype.plugins</groupId >
119106 <artifactId >nexus-staging-maven-plugin</artifactId >
148135 </profiles >
149136
150137 <build >
138+ <plugins >
139+ <plugin >
140+ <groupId >org.apache.maven.plugins</groupId >
141+ <artifactId >maven-gpg-plugin</artifactId >
142+ <executions >
143+ <execution >
144+ <id >sign-artifacts</id >
145+ <phase >verify</phase >
146+ <goals >
147+ <goal >sign</goal >
148+ </goals >
149+ </execution >
150+ </executions >
151+ </plugin >
152+ </plugins >
151153 <pluginManagement >
152154 <plugins >
153155 <plugin >
190192 <plugin >
191193 <groupId >org.sonatype.plugins</groupId >
192194 <artifactId >nexus-staging-maven-plugin</artifactId >
193- <version >1.6.3 </version >
195+ <version >1.6.7 </version >
194196 </plugin >
195197 </plugins >
196198 </pluginManagement >
205207 <id >ossrh</id >
206208 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
207209 </snapshotRepository >
210+ <repository >
211+ <id >ossrh</id >
212+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
213+ </repository >
208214 </distributionManagement >
209215</project >
You can’t perform that action at this time.
0 commit comments