This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 8f9695a update README.txt to indicate Maven 3 instead of Maven 2 8f9695a is described below commit 8f9695a71cf367397e1ebdd981f8bf61955b0409 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Tue Nov 24 11:06:09 2020 -0500 update README.txt to indicate Maven 3 instead of Maven 2 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 73d462d..9696f15 100644 --- a/README.txt +++ b/README.txt @@ -8,7 +8,7 @@ ___________________ Building =================== -We use Maven 2 (http://maven.apache.org) to build, and you'll find a +We use Maven 3 (http://maven.apache.org) to build, and you'll find a pom.xml in each module, as well as at the top level. Use "mvn install" (or "mvn clean install" to clean up first) to build.