File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1414### V1.1.1-SNAPSHOT
1515+ Minor refactoring
1616+ Update documentation
17- + Update templates
17+ + Update templates
18+ ### V1.1.2-SNAPSHOT
19+ + Minor refactoring
20+ + Update documentation
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ A java helper utilities that form HTTP security header for authentication and ve
99- [ Getting Started] ( #getting-started )
1010 * [ Using Maven] ( #maven-guide )
1111 + [ Maven Build Option] ( #maven-build-option )
12+ + [ Maven Test] ( #maven-test )
1213 * [ Using Gradle] ( #gradle-guide )
1314 + [ Preparation] ( #preparation )
1415 + [ Gradle Build Option] ( #gradle-build-option )
@@ -64,7 +65,7 @@ mvn install
6465<dependency >
6566 <groupId >com.api.util</groupId >
6667 <artifactId >ApiSecurity</artifactId >
67- <version >1.0 -SNAPSHOT</version >
68+ <version >1.1.2 -SNAPSHOT</version >
6869</dependency >
6970
7071```
@@ -83,6 +84,13 @@ mvn install
8384
8485```
8586
87+ #### Maven Test
88+ To execute unit-test with Maven command
89+
90+ ``` bash
91+ mvn test
92+ ```
93+
8694### Gradle Guide
8795
8896+ Download and Install Gradle (4.0 or above)
You can’t perform that action at this time.
0 commit comments