Skip to content

Commit 38ac70d

Browse files
authored
Migrate to central-portal and bump up the version (#168)
1 parent 1e317ae commit 38ac70d

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more information on using the amazon-sqs-java-extended-client-lib, see our g
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>
2727
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
28-
<version>2.1.1</version>
28+
<version>2.1.2</version>
2929
<type>jar</type>
3030
</dependency>
3131
```

pom.xml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.amazonaws</groupId>
88
<artifactId>amazon-sqs-java-extended-client-lib</artifactId>
9-
<version>2.1.1</version>
9+
<version>2.1.2</version>
1010
<packaging>jar</packaging>
1111
<name>Amazon SQS Extended Client Library for Java</name>
1212
<description>An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
@@ -136,14 +136,14 @@
136136
</executions>
137137
</plugin>
138138
<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>
142142
<extensions>true</extensions>
143143
<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>
147147
</configuration>
148148
</plugin>
149149
</plugins>
@@ -153,23 +153,12 @@
153153
<profile>
154154
<id>publishing</id>
155155

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-
167156
<build>
168157
<plugins>
169158
<plugin>
170159
<groupId>org.apache.maven.plugins</groupId>
171160
<artifactId>maven-gpg-plugin</artifactId>
172-
<version>3.1.0</version>
161+
<version>3.2.7</version>
173162
<executions>
174163
<execution>
175164
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)