Skip to content

Commit 91e9a9a

Browse files
committed
dependency updates
1 parent 6836ba2 commit 91e9a9a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ Every contribution - from bug reports to feature requests, typos to full new fea
6161
This part is intended for committer who are packaging a release.
6262

6363
* Check all your files are checked in
64-
* Execute "mvn -U clean test" to be sure all tests are passing
64+
* Execute these mvn commands to be sure all tests are passing and everything is up to data
65+
66+
```
67+
mvn versions:display-plugin-updates
68+
mvn versions:display-dependency-updates
69+
mvn -U clean test
70+
```
71+
6572
* Update the version number in pom.xml and README.md
6673
* Commit the changes
6774

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
<plugin>
386386
<groupId>org.apache.maven.plugins</groupId>
387387
<artifactId>maven-jar-plugin</artifactId>
388-
<version>3.4.0</version>
388+
<version>3.4.1</version>
389389
<configuration>
390390
<archive>
391391
<manifest>
@@ -435,7 +435,7 @@
435435
<plugin>
436436
<groupId>org.apache.maven.plugins</groupId>
437437
<artifactId>maven-gpg-plugin</artifactId>
438-
<version>3.2.3</version>
438+
<version>3.2.4</version>
439439
<executions>
440440
<execution>
441441
<phase>verify</phase>

0 commit comments

Comments
 (0)