We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e720c commit d9c73b6Copy full SHA for d9c73b6
README.md
@@ -24,7 +24,7 @@ You can download release builds through the [releases section of this](https://g
24
<dependency>
25
<groupId>software.amazon.payloadoffloading</groupId>
26
<artifactId>payloadoffloading-common</artifactId>
27
- <version>2.1.3</version>
+ <version>2.2.0</version>
28
</dependency>
29
```
30
pom.xml
@@ -158,7 +158,7 @@
158
<plugin>
159
<groupId>org.apache.maven.plugins</groupId>
160
<artifactId>maven-gpg-plugin</artifactId>
161
- <version>1.6</version>
+ <version>3.1.0</version>
162
<executions>
163
<execution>
164
<id>sign-artifacts</id>
0 commit comments