Skip to content

Commit ab04895

Browse files
Modify the pom
1 parent 78a21bc commit ab04895

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

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

77
<groupId>com.amazonaws</groupId>
88
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
9-
<version>1.0.9</version>
9+
<version>1.1.0</version>
1010
<packaging>jar</packaging>
1111
<name>Amazon SQS Java Messaging Library</name>
1212
<description>The Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used
@@ -140,7 +140,8 @@
140140
<configuration>
141141
<keyname>${gpg.sqs.keyname}</keyname>
142142
<passphraseServerId>gpg.sqs.passphrase</passphraseServerId>
143-
</configuration>
143+
<skip>true</skip>
144+
</configuration>
144145
</execution>
145146
</executions>
146147
</plugin>

0 commit comments

Comments
 (0)