Skip to content

Commit c09398f

Browse files
Modify the pom
1 parent 0c3108b commit c09398f

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
@@ -166,7 +166,8 @@
166166
<configuration>
167167
<keyname>${gpg.sqs.keyname}</keyname>
168168
<passphraseServerId>gpg.sqs.passphrase</passphraseServerId>
169-
</configuration>
169+
<skip>true</skip>
170+
</configuration>
170171
</execution>
171172
</executions>
172173
</plugin>

0 commit comments

Comments
 (0)