|
6 | 6 |
|
7 | 7 | <groupId>com.amazonaws</groupId> |
8 | 8 | <artifactId>amazon-sqs-java-extended-client-lib</artifactId> |
9 | | - <version>2.1.1</version> |
| 9 | + <version>2.1.2</version> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 | <name>Amazon SQS Extended Client Library for Java</name> |
12 | 12 | <description>An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3. |
|
136 | 136 | </executions> |
137 | 137 | </plugin> |
138 | 138 | <plugin> |
139 | | - <groupId>org.sonatype.plugins</groupId> |
140 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
141 | | - <version>1.6.13</version> |
| 139 | + <groupId>org.sonatype.central</groupId> |
| 140 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 141 | + <version>0.7.0</version> |
142 | 142 | <extensions>true</extensions> |
143 | 143 | <configuration> |
144 | | - <serverId>ossrh</serverId> |
145 | | - <nexusUrl>https://aws.oss.sonatype.org</nexusUrl> |
146 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 144 | + <publishingServerId>central</publishingServerId> |
| 145 | + <autoPublish>false</autoPublish> |
| 146 | + <centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl> |
147 | 147 | </configuration> |
148 | 148 | </plugin> |
149 | 149 | </plugins> |
|
153 | 153 | <profile> |
154 | 154 | <id>publishing</id> |
155 | 155 |
|
156 | | - <distributionManagement> |
157 | | - <snapshotRepository> |
158 | | - <id>ossrh</id> |
159 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
160 | | - </snapshotRepository> |
161 | | - <repository> |
162 | | - <id>ossrh</id> |
163 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
164 | | - </repository> |
165 | | - </distributionManagement> |
166 | | - |
167 | 156 | <build> |
168 | 157 | <plugins> |
169 | 158 | <plugin> |
170 | 159 | <groupId>org.apache.maven.plugins</groupId> |
171 | 160 | <artifactId>maven-gpg-plugin</artifactId> |
172 | | - <version>3.1.0</version> |
| 161 | + <version>3.2.7</version> |
173 | 162 | <executions> |
174 | 163 | <execution> |
175 | 164 | <id>sign-artifacts</id> |
|
0 commit comments