We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a21bc commit ab04895Copy full SHA for ab04895
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.amazonaws</groupId>
8
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
9
- <version>1.0.9</version>
+ <version>1.1.0</version>
10
<packaging>jar</packaging>
11
<name>Amazon SQS Java Messaging Library</name>
12
<description>The Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used
@@ -140,7 +140,8 @@
140
<configuration>
141
<keyname>${gpg.sqs.keyname}</keyname>
142
<passphraseServerId>gpg.sqs.passphrase</passphraseServerId>
143
- </configuration>
+ <skip>true</skip>
144
+ </configuration>
145
</execution>
146
</executions>
147
</plugin>
0 commit comments