Skip to content

Commit 1aa1bf1

Browse files
Update README.md
1 parent f24f20d commit 1aa1bf1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Projects should generally use qa-parent as their parent POM:
4040
<parent>
4141
<groupId>com.github.bordertech.common</groupId>
4242
<artifactId>qa-parent</artifactId>
43-
<version>1.0.14</version>
43+
<version>1.0.15</version>
4444
</parent>
4545
....
4646
</project>
@@ -54,6 +54,12 @@ By default qa checks do not run, you must enable them on a per-module basis or i
5454
</property>
5555
```
5656

57+
Use the following to run the qa-parent verification:
58+
59+
``` java
60+
mvn verify
61+
```
62+
5763
### Releasing
5864

5965
If using maven release ensure the necessary POM sections are overriden - these are marked in the bordertech-parent pom, for example:

0 commit comments

Comments
 (0)