Skip to content

Commit 4399143

Browse files
version bump
1 parent c09398f commit 4399143

File tree

3 files changed

+74
-51
lines changed

3 files changed

+74
-51
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Amazon SQS Java Messaging Library
2-
Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33

44
This product includes software developed by
55
Amazon Technologies, Inc (http://www.amazon.com/).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for communicating with Amazon Simple Queue Service. This project builds on top o
1515
<dependency>
1616
<groupId>com.amazonaws</groupId>
1717
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
18-
<version>1.0.9</version>
18+
<version>2.0.0</version>
1919
<type>jar</type>
2020
</dependency>
2121
```

pom.xml

Lines changed: 72 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
52
<modelVersion>4.0.0</modelVersion>
6-
73
<groupId>com.amazonaws</groupId>
84
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
9-
<version>1.1.0</version>
10-
<packaging>jar</packaging>
5+
<version>2.0.0</version>
116
<name>Amazon SQS Java Messaging Library</name>
127
<description>The Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used
138
for communicating with Amazon Simple Queue Service.
149
</description>
15-
<url>https://github.com/awslabs/amazon-sqs-java-messaging-lib/</url>
16-
10+
<url>https://github.com/awslabs/amazon-sqs-java-messaging-lib</url>
1711
<scm>
1812
<url>https://github.com/awslabs/amazon-sqs-java-messaging-lib.git</url>
1913
</scm>
20-
2114
<licenses>
2215
<license>
2316
<name>Apache License, Version 2.0</name>
2417
<url>https://aws.amazon.com/apache2.0</url>
2518
<distribution>repo</distribution>
2619
</license>
2720
</licenses>
28-
2921
<developers>
3022
<developer>
3123
<id>amazonwebservices</id>
@@ -36,9 +28,9 @@
3628
</roles>
3729
</developer>
3830
</developers>
39-
4031
<properties>
41-
<aws-java-sdk.version>2.10.86</aws-java-sdk.version>
32+
<aws-java-sdk.version>2.17.208</aws-java-sdk.version>
33+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4234
</properties>
4335

4436
<dependencyManagement>
@@ -78,7 +70,12 @@
7870
<artifactId>geronimo-jms_1.1_spec</artifactId>
7971
<version>1.1.1</version>
8072
</dependency>
81-
73+
<dependency>
74+
<groupId>org.junit.jupiter</groupId>
75+
<artifactId>junit-jupiter-engine</artifactId>
76+
<version>5.7.0-M1</version>
77+
<scope>test</scope>
78+
</dependency>
8279
<dependency>
8380
<groupId>junit</groupId>
8481
<artifactId>junit</artifactId>
@@ -106,6 +103,19 @@
106103
<encoding>UTF-8</encoding>
107104
</configuration>
108105
</plugin>
106+
<plugin>
107+
<groupId>org.apache.maven.plugins</groupId>
108+
<artifactId>maven-failsafe-plugin</artifactId>
109+
<version>3.0.0-M1</version>
110+
<executions>
111+
<execution>
112+
<goals>
113+
<goal>integration-test</goal>
114+
<goal>verify</goal>
115+
</goals>
116+
</execution>
117+
</executions>
118+
</plugin>
109119
</plugins>
110120
</pluginManagement>
111121
<plugins>
@@ -132,10 +142,10 @@
132142
<goals>
133143
<goal>jar</goal>
134144
</goals>
135-
<configuration>
136-
<!--
145+
<configuration>
146+
<!--
137147
TODO-RS: Java 8 is more strict about some javadoc tags.
138-
We'll need to update quite a few to remove this workaround.
148+
We'll need to update quite a few to remove this workaround.
139149
-->
140150
<additionalparam>-Xdoclint:none</additionalparam>
141151
</configuration>
@@ -148,40 +158,53 @@
148158
<version>1.6.7</version>
149159
<extensions>true</extensions>
150160
<configuration>
151-
<serverId>ossrh</serverId>
152-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
153-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
161+
<serverId>ossrh</serverId>
162+
<nexusUrl>https://aws.oss.sonatype.org</nexusUrl>
163+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
154164
</configuration>
155165
</plugin>
156-
<plugin>
157-
<groupId>org.apache.maven.plugins</groupId>
158-
<artifactId>maven-gpg-plugin</artifactId>
159-
<executions>
160-
<execution>
161-
<id>sign-artifacts</id>
162-
<phase>verify</phase>
163-
<goals>
164-
<goal>sign</goal>
165-
</goals>
166-
<configuration>
167-
<keyname>${gpg.sqs.keyname}</keyname>
168-
<passphraseServerId>gpg.sqs.passphrase</passphraseServerId>
169-
<skip>true</skip>
170-
</configuration>
171-
</execution>
172-
</executions>
173-
</plugin>
174166
</plugins>
175167
</build>
176-
177-
<distributionManagement>
178-
<snapshotRepository>
179-
<id>ossrh</id>
180-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
181-
</snapshotRepository>
182-
<repository>
183-
<id>ossrh</id>
184-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
185-
</repository>
186-
</distributionManagement>
168+
169+
<profiles>
170+
<profile>
171+
<id>publishing</id>
172+
173+
<distributionManagement>
174+
<snapshotRepository>
175+
<id>ossrh</id>
176+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
177+
</snapshotRepository>
178+
<repository>
179+
<id>ossrh</id>
180+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
181+
</repository>
182+
</distributionManagement>
183+
184+
<build>
185+
<plugins>
186+
<plugin>
187+
<groupId>org.apache.maven.plugins</groupId>
188+
<artifactId>maven-gpg-plugin</artifactId>
189+
<version>1.6</version>
190+
<executions>
191+
<execution>
192+
<id>sign-artifacts</id>
193+
<phase>verify</phase>
194+
<goals>
195+
<goal>sign</goal>
196+
</goals>
197+
<configuration>
198+
<gpgArguments>
199+
<gpgArgument>--pinentry-mode</gpgArgument>
200+
<gpgArgument>loopback</gpgArgument>
201+
</gpgArguments>
202+
</configuration>
203+
</execution>
204+
</executions>
205+
</plugin>
206+
</plugins>
207+
</build>
208+
</profile>
209+
</profiles>
187210
</project>

0 commit comments

Comments
 (0)