|
74 | 74 | <plugin> |
75 | 75 | <groupId>org.apache.maven.plugins</groupId> |
76 | 76 | <artifactId>maven-gpg-plugin</artifactId> |
77 | | - <version>1.6</version> |
| 77 | + <version>3.2.8</version> |
78 | 78 | <executions> |
79 | 79 | <execution> |
80 | 80 | <id>sign-artifacts</id> |
|
91 | 91 | <plugin> |
92 | 92 | <groupId>org.apache.maven.plugins</groupId> |
93 | 93 | <artifactId>maven-javadoc-plugin</artifactId> |
94 | | - <version>3.2.0</version> |
| 94 | + <version>3.12.0</version> |
95 | 95 | <executions> |
96 | 96 | <execution> |
97 | 97 | <id>attach-javadocs</id> |
|
107 | 107 | <plugin> |
108 | 108 | <groupId>org.apache.maven.plugins</groupId> |
109 | 109 | <artifactId>maven-source-plugin</artifactId> |
110 | | - <version>3.2.1</version> |
| 110 | + <version>3.3.1</version> |
111 | 111 | <executions> |
112 | 112 | <execution> |
113 | 113 | <id>attach-sources</id> |
|
124 | 124 | <distributionManagement> |
125 | 125 | <snapshotRepository> |
126 | 126 | <id>central</id> |
127 | | - <url>https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots</url> |
| 127 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
128 | 128 | </snapshotRepository> |
129 | 129 | <repository> |
130 | 130 | <id>central</id> |
131 | | - <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url> |
| 131 | + <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
132 | 132 | </repository> |
133 | 133 | </distributionManagement> |
134 | 134 |
|
135 | 135 | <build> |
| 136 | + <plugins> |
| 137 | + <plugin> |
| 138 | + <groupId>org.sonatype.central</groupId> |
| 139 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 140 | + <version>0.9.0</version> |
| 141 | + <extensions>true</extensions> |
| 142 | + <configuration> |
| 143 | + <publishingServerId>central</publishingServerId> |
| 144 | + </configuration> |
| 145 | + </plugin> |
| 146 | + </plugins> |
136 | 147 |
|
137 | 148 | <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) --> |
138 | 149 | <plugins> |
139 | | - <plugin> |
140 | | - <groupId>org.sonatype.central</groupId> |
141 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
142 | | - <version>0.9.0</version> |
143 | | - <extensions>true</extensions> |
144 | | - <configuration> |
145 | | - <publishingServerId>central</publishingServerId> |
146 | | - </configuration> |
147 | | - </plugin> |
148 | 150 | <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> |
149 | 151 | <plugin> |
150 | 152 | <artifactId>maven-clean-plugin</artifactId> |
|
171 | 173 | <artifactId>maven-install-plugin</artifactId> |
172 | 174 | <version>2.5.2</version> |
173 | 175 | </plugin> |
174 | | - <plugin> |
175 | | - <artifactId>maven-deploy-plugin</artifactId> |
176 | | - <version>2.8.2</version> |
177 | | - </plugin> |
178 | 176 | <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> |
179 | 177 | <plugin> |
180 | 178 | <artifactId>maven-site-plugin</artifactId> |
|
0 commit comments