diff options
author | Andy Clement <aclement@pivotal.io> | 2019-03-07 11:50:24 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-03-07 11:50:24 -0800 |
commit | 370f291c359cd159c5f3f0abd6e9e53e81234a07 (patch) | |
tree | 8a1631f75b36bc1504bdb0d0405d2e21a270d690 /README.md | |
parent | 7d2e6a2aee648599c19a0fb4d84bb787704b3bc2 (diff) | |
download | aspectj-370f291c359cd159c5f3f0abd6e9e53e81234a07.tar.gz aspectj-370f291c359cd159c5f3f0abd6e9e53e81234a07.zip |
1.9.3.RC1 final bitsV1_9_3RC1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,3 +22,6 @@ This will build all the modules, run all the tests and install the key artifacts Once you have imported all the projects using `m2e`, close the `org.eclipse.jdt.core` project (TOBEFIXED), then there is a special module called `run-all-junit-tests` and within that a `RunTheseBeforeYouCommitTests` class that can be run with the JUnit launcher. This will execute all the tests in each module plus the compiler tests in the `tests` module. When you close `org.eclipse.jdt.core` you might need to do a maven refresh on the `run-all-junit-tests` project. +## Setting version for release: + +mvn versions:set -DgroupId=org.aspectj -DartifactId=* -DoldVersion=1.9.3.BUILD-SNAPSHOT -DnewVersion=1.9.3 |